#menu{
	position:relative;
	width:165px;
	color: #fff;
	z-index: 999;
	margin-top: 35px;
	float:left
	
}

#menu a, #menu h2{
	display:block;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #ffffff;
	color:#FFFFFF;
	text-indent: 8px;
	font:bold 11px/15px verdana;
	text-indent:8px;
	width:184px;
	color: #fff;
	text-align: left;
	padding: 5px 0 8px 0;
	text-decoration:none;
	background-color:#005186;
	height:20px;
	line-height: 25px;
}


#menu a, #menu a:visited{
	color:#fff;
	text-indent:8px;
}

#menu a:hover{
	color:#005186;
	height: 20px;
	text-indent:8px;
	background-color: #BCD7A2
	
}

#menu a:active{
color:#555;
}

#menu h2{
color:#ffffff;
text-transform:none;
margin:0;
padding:1px 0 0 0;
width:165px;
}

#menu li{
	list-style-type:none;
	color: #555;
}

#menu ul li{
	position:relative;
	color: #555;
}
#menu ul li li a{
	margin-left: 18px;
	width: 168px;
	text-align: left;
}

#menu li ul{
position:absolute;
top:0;
left:170px;
display:none;
}

/* Fix IE. Hide from IE Mac \*/
* html #menu ul li{float:left;height:1%;}
* html #menu ul li a{height:1%;}
/* End */

div#menu ul, #menu ul ul, div#menu ul ul ul{
margin:0;
padding:0;
list-style-image:none;
width:150px;
}

div#menu ul ul, div#menu ul ul ul, div#menu ul li:hover ul ul, div#menu ul li:hover ul ul ul{
display:none;
}

div#menu ul li:hover ul, div#menu ul ul li:hover ul, div#menu ul ul ul li:hover ul{
display:block;
}

/* Styling for Expand */

#menu a.x, #menu a.x:visited{
font-weight:bold;
text-indent:8px;
color:#555;

}

#menu a.x:hover{
color:#ccc;

}

#menu a.x:active{
color:#555;
}
