#menu{
	position:relative;
	width:190px;
	text-align: left;
	z-index: 150;
}

#menu a{
	display:block;
	font:bold 11px/21px verdana;
	text-indent:8px;
	width:198px;
	color: #255c52;
	text-align: left;
text-decoration:none;

}
#menu a.subarrow{
background-image:url(/images/editable_nav/sub2_bg.jpg);


}
#menu a.subarrow:hover{
background-color: #499e9c;
	color:#FFF;
	height: 21px;
	text-indent:8px;
	background-image:none;

}
#menu a:hover{
	background-color: #499e9c;
	color:#FFF;
	height: 21px;
	text-indent:8px;
}

#menu ul li{
	position:relative;
	color: #dddddd;
	list-style-type:none;
}
#menu ul li li a{
	color: #255c52;	
	width: 150px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	background-color: #e0edeb;
	text-indent: 8px;
	padding-left: 0px;
}

#menu ul li li.subarrow{
	background-image:url(/images/editable_nav/sub2_bg.jpg);
}

#menu ul li li li a{
	color: #255c52;	
	width: 150px;
	text-align: left;
	background-color: #e0edeb;
	text-indent: 0px;
	padding: 2px 5px 2px 8px;
}


#menu ul li li a:hover{
	text-indent: 8px;
	padding-left: 0px;
}

#menu li ul{
	border-width: 1px;
	border-style: solid;
	border-color: #255c52;
	position:absolute;
	top:0;
	left:198px;
	display:none;
}


#menu li ul ul{
left:150px;
}





/* 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 {
margin:0;
padding:0;
list-style-image:none;
width:150px;
}

div#menu ul ul ul{
width: 163px;}

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;
}
