#menu{
	position:relative;
	width:190px;
	text-align: left;
	background-color: #003a21;
	z-index: 150;
	left: 0px;
}

#menu a{
	background:#CCCCCC;
	display:block;
	font:normal 12px/20px arial, helvetica, sans-serif;
	text-indent:20px;
	width:190px;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cccccc;
}

#menu a:visited{
	color:#003a21;
	text-indent:20px;
}

#menu a:hover{
	color:#CCCCCC;
	background:#003a21;
	text-indent:20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cccccc;
	font-weight: bold;
}

#menu a:active{
	color:#ffb519;
	background:#003a21;
	font-weight: bold;
}

#menu li li a{
color:#003a21;
background-color: #CCCCCC;
}

#menu li li a:hover{
color:#003a21;
background-color: #CCCCCC;
}

#menu li{
	list-style-type:none;
	color:#4B5F6D;

}

#menu li a:hover{
	list-style-type:none;
	color:#003a21;
		background-color: #CCCCCC;
}


#menu ul li{
	position:relative;
	color:#4B5F6D;
}

#menu li ul{
position:absolute;
top:0;
left:190px;
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:190px;
}

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:normal;
text-indent:20px;
color:#003A21;
background:#CCCCCC;
}

#menu a.x:hover{
color:#FFB519;
background:#003A21;
}

#menu a.x:active{
color:#FFB519;
background:#003a21;
}

