ul.menutree ul 
{
display: none;
position: absolute;
}
ul.menutree ul.foldOut 
{
display: block;
}
ul.menutree li 
{
position: relative;
}
ul.menutree li.highlight 
{
z-index: 10;
}
div#nav1 li.highlight 
{
}
div#nav1 ul.menutree ul 
{
top: 38px;
left: 0;
}
div#nav1 ul.menutree ul ul 
{
top: 10px;
left: 150px;
}
ul,li 
{
margin: 0;
padding: 0;
list-style-type: none;
}
ul.menutree a 
{
text-decoration: none;
float:left;
height:30px;
line-height:300%;
margin:0 5px;
text-align:center;
}
div#nav1 
{
height: 30px;
line-height: 30px;
}
div#nav1 ul ul 
{
white-space:nowrap;
text-align:left;
}
div#nav1 li 
{
width: auto;
float:left;
height:38px;
line-height:300%;
margin:0 3px;
text-align:center;
}
div#nav1 li li 
{
_float: none;
width: 150px;
text-indent: 10px;
}
div#nav1 li li a 
{
zoom: 1;
}
div#nav1 a 
{
display: block;
}
div#nav1 a 
{
color: #fff;
font-size: 10px;
font-weight: bold;
text-align: center;
}
div#nav1 a:hover 
{
text-decoration: underline;
color: #fff;
}
div#nav1 ul ul 
{
background-color: #035992;
}
div#nav1 li li a 
{
text-align: left;
font-weight: bold;
color: #fff;
margin-right: 11px;
}
div#nav1 li#current {
	width:auto;
	background:url(../images/home_selected_bg.png) center no-repeat ;
}
div#nav1 li#current1 {
	width:auto;
	background:url(../images/selected_menu1.png) center no-repeat ;
}
