ul#main_menu {
	color: #231f20;
	margin: 0px; padding: 0px;
	background-color:#403F3D;
	border-left:1px solid #005A91;	
	border-right:1px solid #005A91;
	border-bottom:1px solid #005A91;
	border-top:1px solid #00657E;
	width:160px;
	

}
ul#main_menu li {
	list-style: none;
	margin: 0;	
	font-size:12px;
}
ul#main_menu li a {
	color: #ffffff;
	text-decoration:none;
	padding:7px 14px 7px 0;
	width:133px;
	display:block;
	border-top:1px solid #43808E;
	border-bottom:1px solid #027D9B;

}
ul#main_menu li a:hover {
	background-color: #0982A0;
	border-top: 1px solid #006780;
	border-bottom: 1px solid #025367;
	color: #ffffff;
}
ul#main_menu .selected {
	background-color: #504c41;
	border-bottom: 1px solid #5a5548;
	color: #fea849;	
	font-weight:bold;
}
/* IF there is a drop down here then we need an arrow */
ul#main_menu .down {
	background-image: url(images/arrow.gif);
	background-repeat:no-repeat;
	background-position:10px;
}
ul#main_menu .down:hover {
	background-image: url(images/arrow_down.gif);
	background-repeat:no-repeat;
	background-position:10px;
}
/* When the drop down is open */
ul#main_menu .down_open {
	background-image: url(images/arrow_down.gif);
	background-repeat:no-repeat;
	background-position:10px;
	background-color: #025367;
	border-top: 1px solid #0372BE;
	border-bottom: 1px solid #035389;
	color: #ffffff;
	font-weight:bold;
}
/* When the drop down is selected */
ul#main_menu .down_selected {
	background-image: url(images/arrow_selected.gif);
	background-repeat:no-repeat;
	background-position:10px;
	background-color: #504c41;
	border-bottom: 1px solid ##035389;
	color: #fea849;	
	font-weight:bold;
}

ul#main_menu ul {
	color: #231f20;
	margin: 0; padding: 0;	
	border-bottom:1px solid #094F7F;
}
ul#main_menu ul li {
	list-style: none;
	margin: 0;
	padding: 0;	
}
ul#main_menu ul li a {
	color: #FAF7F0;
	text-decoration:none;
	border:0;
	background-color: #22628E;
	border-top:1px solid #113045;
	font-size:11px;
}
ul#main_menu ul li a:hover {
	color: #111111;
	background-color: #014C80;	
	border:0;
	border-top:1px solid #2771A4;
	font-weight:normal;		
}
ul#main_menu ul li .submenu-down {
	color: #ffffff;
	background-color: #2771A4;	
}
