/************************/
/* Main Menu Properties */
/************************/

/* Menu Container */
ol#Nav_403, ol#Nav_403 ol 
{
	background-color:#EBF2DB;
	color: #004080;
	font-size: 1.1em;
	font-weight: bold;
	padding: 0;
	list-style-type: none;
	margin:0;
}
ol#Nav_403 li {
	display: block;
	/*width:200px;*/
	width:150px;
	/*margin-top: 5px;*/
	text-indent: 10px;
	line-height:25px;
}
ol#Nav_403 li a{
	display:block;
	width:100%;
	text-decoration: none;
	border-bottom: solid 4px #fff;
	/*padding-bottom: 5px;*/
	color:#3F3422;
}
ol#Nav_403 li span{
	display:block;
	width:100%;
	text-decoration: none;
	border-bottom: solid 4px #fff;
	/*padding-bottom: 5px;*/
	color:#3F3422;
	background-color:#FFFFFF;
}
ol#Nav_403 li a:hover,
ol#Nav_403 li span:hover{
	/*text-decoration:underline;*/
	background-color:#FFFFFF;
}