	/* main menu */
	
.popdown{
	display:block;
	left: oem;
	position: relative;
		
}


ul#navside {
	margin: 0 0 0px;
	padding: 0;
	list-style: none;
	width: 241px;
	float: right;
	background-color:#a8b1b0;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #016060;

}

ul#navside li{
	float:right;
	margin: 0;
	padding: 0;
	list-style: none;
	width:227px;

}

ul#navside li ul {
	float:right;
	width:227px;
	margin: 0;
	padding: 0;

}
ul#navside li ul li ul {
	float:right;
	width:227px;
	border-top-width: 2px;
	border-bottom-width: 1px;
	border-top-color: #01aaaa;
	border-bottom-color: #016060;
		
	
}
/* 1st level */

ul#navside li a {
	margin: 0;
	text-indent: 17px;
	color: #ffffff;
	display: block;
	text-decoration: none;
	font-weight: bold;
	padding-top: 6px;
	padding-bottom: 6px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #016060;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #016060;
	background-color: #00786e;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #029a8d;
	font-family: Tahoma, Verdana, Arial;
	font-size: .7em;
	background-image: url(../images/nav_closed.gif);
	background-repeat: no-repeat;
	background-position: right;
}

ul#navside li a:hover {
	margin: 0;
	color: #ffffff;
	text-decoration: none;
	background-color:#029688;
	background-image: url(../images/nav_open.gif);
	background-repeat: no-repeat;
	background-position: right;
} 




/*2nd level*/
		
ul#navside li ul li a {
	margin: 0;
	text-indent: 18px;
	color: #ffffff;
	display: block;
	text-decoration: none;
	font-size: .7em;
	font-weight: normal;
	padding-top: 4px;
	padding-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #32cabc;
	background-color: #01a091;
	border-top-style: none;
	background-image: none;
	font-family: Tahoma, Verdana, Arial;	
} 

ul#navside li ul li a:hover {
	color: #ffffff;
	font-weight: normal;
	margin: 0px;
	background-color: #078d82;
	background-image: none;
} 
