#nav, #nav ul { /* all lists */

	padding: 0;	margin: 0;	list-style: none;	line-height: 1;	font-size:12px;	font-family:Arial, Helvetica, sans-serif;}
#nav li { /* all list items */
    position : relative;
	float : left;
	line-height : 1.25em;
	margin-bottom : -1px;
	width: 100px; /* width needed or else Opera goes nuts */
    background: white;
    border: 0px solid black;}

#nav li ul li { /* all list items */
    position : relative;
	float : left;
	line-height : 1.68em;
	margin-bottom : -1px;
	margin-right : 0px;
	width: 150px; /* width needed or else Opera goes nuts 
    background: white;*/
    border: 0px solid #fff;}

#nav li ul { /* second-level lists */
	position : absolute;
	left: -999em;
}

#nav li ul ul { /* third-and-above-level lists */
	left: -999em;
	margin-left : 150px;
	margin-top : -1.79em;
}

#nav li a {
	display : block;
	color:#ffffff;
	text-decoration : none;
	background:#948B60;
    padding:5px 3px 5px 3px;
	font-weight:bold;
	font-size:11px;
	text-align:center;
	margin-right:1px;
}


#nav #on a {	
	display : block;
	color:#000;
	text-decoration : none;
	background:#F7D87D; /* Background Color for current tab */
    padding:5px 3px 5px 3px;
	font-weight:bold;
	font-size:11px;
	text-align:center;
	margin-right:1px;
}

#nav #on a:hover {	
	display : block;
	color:#000;
	text-decoration : none;
    padding:5px 3px 5px 3px;
	font-weight:bold;
	font-size:11px;
	text-align:center;
	margin-right:1px;
}

#nav #on ul li a {	
	width: 190px;
	w\idth : 138px; /* not a typo, browser hack */
	display : block;
	color : #fff;
	font-weight : normal;
	text-decoration : none;
	background: #948B60;
	border : 1px solid #FFF;
	padding :5px 0.5em;
	font-size:11px;
	text-align:left;	
}

#nav #on ul li a:hover {	
	width: 190px;
	w\idth : 138px; /* not a typo, browser hack */
	display : block;
	color : #000;
	font-weight : normal;
	text-decoration : none;
	background:#F7D87D; /* Background Color for Onmouseover */
	border : 1px solid #FFF;
	padding :5px 0.5em;
	font-size:11px;
	text-align:left;
}

/* diff colors end */
#nav li ul li a, span.nolink {
	width: 190px;
	w\idth : 138px; /* not a typo, browser hack */
	display : block;
	color : #fff;
	font-weight : normal;
	text-decoration : none;
	background: #948B60;
	border : 1px solid #FFF;
	padding :5px 0.5em;
	font-size:11px;
	text-align:left;	
}

#nav li a:hover {
	color: #000; background:#F7D87D; /* Background Color for Onmouseover */
}


#nav li ul li a:hover {
	color: #000; background:#F7D87D; font-weight:normal; /* Background Color for Onmouseover Sublevel */
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#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 { /* lists nested under hovered list items */
	left: auto;
}
