/* commented out lines for 800px width template */

#nav, #nav ul {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 12;
	margin-right: 0px;
	padding-right: 0px;
	list-style-type: none;
}
/*this is the color of the font*/
#nav a {
	.display: block;
	color: #333333;
	text-decoration: none;
	line-height: 26px;
	margin-right: 12px;	/*Uncomment line below if not using images */
	padding-top: 0;
	padding-right: 16px;
	padding-bottom: 0;	/*width: 132px; 	*/
	background-image: url(../../images/_arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-left: 8px;
	clip: rect(auto,auto,auto,auto);
	margin-left: 8px;
	clear: right;
	float: none;
	list-style-position: outside;
}

#nav a.sub {
  width: 120px;
	background: no-repeat left center;
}

#nav li {
	float: left;
	padding: 0;
	text-align:center;
  /*Uncomment line below if not using images */
	/*border-right: 1px solid #ffffff;*/ 
}
/*this is the sub menu position*/
#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: auto;
	font-weight: normal;
	margin: 0;
	padding-left: 0px;
}
/*this is the sub menu background and size*/
#nav li li {
	text-align:left;
	width: 140px;
	border-bottom: 1px none #FF0000;
	float: left;
	clip: rect(auto,auto,auto,-12px);
	background-image: url(../../images/text_back-over.png);
}

#nav li ul a {
line-height: 26px;
}

#nav li ul ul {
	margin: 0px 0 0 100px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}
/*not sure*/
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
	color: #FFFFFF;
}
/*this is the rolloverbackground*/
#nav li:hover, #nav li.sfhover {
	background-image: url(../../images/text_back.png);
}
