/* style the outer div to give it width */

#sub_menu {	
	width: 206px;	
	border: 1px solid #074C7F;
	border-top: 0px;
	padding:0;
	margin:0;
	background-color: #EEE; 
	background-color: #052445; 	
	text-align: center;
}

.menu_sub_title{
	font-size: 12px;
	font-weight: bold;
	font-family: arial;
	text-align: center;
	margin:0;	
	padding: 5px;
	color:#ffffff;
	/*background-color: #00679D;*/
	background: url(../images/sub_menu.png) no-repeat;
}

.menu_sub_bottom{
	margin:0;	
	padding: 5px;
	margin-bottom:20px;
	height:17px;
	/*background-color: #00679D;*/
	background: url(../images/sub_menu_bottom.png) no-repeat;
}


.menu_sub2 {		
	font-size: 12px;
	font-family: arial;
	color:#336699;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
}

.menu_sub2 ul {
	list-style-type: none;
	margin: 0;
	list-style-image: none;
}

.menu_sub2 li {
	/* border-right: 0px solid #0096c9; */
}

.menu_sub2 a,.menu_sub2 a:visited {
	display: block;
	text-decoration: none;	
	line-height: 20px;
	font-weight: bold;
	padding: 2px 15px 2px 15px;	

	border-bottom: 1px solid #072e57;
	color:#336699;
	color:#fff;
	/*border-left: 2px solid #014579;*/
}

.menu_sub2 a:hover {
	font-weight:bold;
	background-image: none;
	color:#ffffff;
	background: url(../images/bg_menu.gif) repeat-x;	
	border-bottom: 1px solid #072e57;
	/*background: #bbbbbb;	*/
	/*background: url(../images/sub_menu_item.jpg) no-repeat;*/
	/*border-left: 2px solid #0096C9;*/
}

.selected {	
/*	background: url(../images/arrow.png) no-repeat scroll top left; */
	background: url(../images/bg_menu.gif) repeat-x;	
/*	display:block;
	height: 20px;
	font-weight:normal;
	padding-left: 10px;
*/
}

.selected span {
	color: #ffffff;
}
