/* ============== Drop Down menu ================= */
#nav_top { margin-top:0px; margin-bottom:0px; margin-right:1px;}

#nav_top a { display: block; }

#nav_top li { /* all list items */
	float: left; DISPLAY: block; MARGIN: 0px;
	/*width: 12em; width needed or else Opera goes nuts */
}

#nav_top li ul { /* second-level lists */
	position: absolute; display: none;padding-left:0px; margin-top:-4px;z-index:1001;
	/* using left instead of display to hide menus because display: none isn't read by screen readers */ }

#nav_top li iframe { /* second-level lists */
	position: absolute;display: none;
	Z-INDEX: 1000; FILTER:alpha(opacity=0);
}
/* ============== Left menu ================= */

#nav, #nav ul { /* all lists */
	padding: 0; margin: 0; list-style: none; line-height: 1;
}

#nav li { width:160px; padding-left:10px; background:url(images/website/pasive.png) no-repeat !important;}
#nav li:hover, #nav li.sfhover { background:url(images/website/active.png) no-repeat !important; color:#ffffff}


#nav a { height:19px;padding-top:9px;font-family:Verdana; font-size:13px; color:#9d9d9d; text-decoration:none; display: block; /* force text to uppercase */ /*width: 12em;*/ }
#nav a:hover {color:#ffffff;}


