@charset "utf-8";
/* CSS Document */


#nav_menu{
	width: 198px;
	background-color: #00274E;
	text-align: left;
}
#nav_menu ul{
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	width: 193px;
	padding-left: 4px;
	list-style-type: disc;
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 14px;
	font-weight: normal;
	text-align: right;
} 

#nav_menu li{
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-top: 0px;
	padding-bottom: 0px;
	font-style: normal;
	line-height: 18px;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #333333;
	margin: 0px;
	text-align: right;
	display: block;
}

#nav_menu li a{
	background-color: #00274E;
	width: 170px;
	color: #FFFFFF;
	padding-left: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: 26px;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	display: block;
	background-image: url(../images/menu/bground_1.gif);
}
#nav_menu li a:hover{
	background-color: #999999;
	width: 170px;
	color: #00274E;
	padding-left: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: 26px;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	display: block;
	background-image: url(../images/menu/bground_2.gif);
}
