/* hfwu dropdown */
#navi_top{
position: relative;
top: 10px;
left: 39px;
height: 20px;
/*background: green;*/
width: 780px;
margin-left: 0 !important;

}

div#nav {
	float: left;
	margin: -1px 0 0 7em;
	/*background: #green;*/
	border: none;
text-align: center;
height: 26px;
}
* html div#nav{
margin-left: 41px; 
}
div#nav ul {
	margin: 0;
	padding: 0;
	border: none;
	/*border-width: 0 1px;*/
	font-weight: bold;
}

div#nav ul.level2 {
top: 26px; 
left: -1px;}

div#nav ul.level3 {
top: -1px; 
left: 10em;
border:none;
}

div#nav li {
	position: relative;
	list-style: none;
	margin: 0;
	float: left;
	/*width: 7em;*/
	line-height: 1em;
}
div#nav li:hover {
	/*background: #FFF;*/
}

div#nav ul.level1 li{
/*background: lightblue;*/
height: 28px;
width: 8em;
}
div#nav ul.level2 li{
/*background: #FFF;*/
height: 20px;
}

#nav a:hover {
/*background-color: #FFF;*/
text-decoration: none;
}

div#nav li a {
	display: block;
	padding: 0.25em 0 0.25em 0.25em;
	text-decoration: none;
}


div#nav ul.level2 a{
padding-left: 4px;
}

div#nav ul.level1 li a{
	background: url(../media/vbar.gif) 0 1px no-repeat;
}
div#nav ul.level2 li.sub a {
	background: url(../media/sub.gif) -12px 6px no-repeat ;
	background-position: top right;
}

div#nav ul.level1 li.first a,
div#nav ul.level2 li a,
div#nav ul.level3 li.last a{
	background-image: url();
}


div#nav>ul a {
	width: auto;
}

div#nav ul ul {
font-weight: normal;
	position: absolute;
	/*width: 8em;*/
	display: none;
	
}
div#nav ul ul li {
	/*border-bottom: 1px solid #CCC;*/
}

div#nav ul.level2,
div#nav ul.level2 li{
width: 10em;
}

div #nav ul.level2{
text-align: left;
}

div#nav ul.level2{
   background: #FFF;
   /*filter:alpha(opacity=80);*/
}

div#nav ul.level1 li.sfhover ul.level2, 
div#nav ul.level2 li.sfhover ul.level3 {
   display:block;
}

#nav ul.level1 li:hover ul.level2, 
#nav ul.level2 li:hover ul.level3 {
   display:block;
   /*width: 8em;*/
   background: #FFF;
   -moz-opacity:0.9;
}




/*#nav li:hover ul, #nav li.sfhover ul { 
	display:block;
}

*/

