#menu-wrap, #menu-wrap ul { 
	background-color: #E3001B;
	color: #fff;
	font-family: Verdana;
	font-size:  11px;
	font-weight: bold;
	font-style: normal;
}

#menu-wrap ul a, #menu-wrap ul a:visited { 
	color: #fff;
	font-family: Verdana;
	font-size:  11px;
	font-weight: bold;
	font-style: normal;
	padding:  0px  20px  0px  10px;
	line-height:  30px;
}

#menu-wrap ul li:hover a, #menu-wrap ul a:focus, #menu-wrap ul a:active { 
	background-color: #B90017;
	color: #fff;
	font-family: Verdana;
	font-size:  11px;
	font-weight: bold;
	font-style: normal;
}

#menu-wrap li.selected_page > a,#menu-wrap li.selected_page:hover > a { 
	background-color: #50A1B4;
	color: #fff;
	font-family: Verdana;
	font-size:  11px;
	font-weight: bold;
	font-style: normal;
}

/* Subitem active */
#menu-wrap li.selected_subpage, #menu-wrap li.selected_subpage a, #menu-wrap li.selected_subpage a:visited { 
	background-color: #50A1B4;
	color: white;
	font-family: Verdana;
	font-size:  11px;
	font-weight: normal;
	font-style: normal;
	padding:  5px  11px  5px  10px;
	line-height:  15px;
}

/* Subitem normal */
#menu-wrap ul ul a, #menu-wrap ul ul a:visited { 
	background-color: #F4F4F4 !important;
	color:  #666666!important;
	font-family: Verdana !important;
	font-size:  11px !important;
	font-weight: normal !important;
	font-style: normal !important;
	padding:  5px  10px  5px  10px;
	line-height:  15px;   
    border-left: 2px solid #B90017;
   
}

/* Subitem hover */
#menu-wrap ul ul a:hover { 
	background-color: #E1E1E1 !important;
	color: #666666!important;
	font-family: Verdana!important;
	font-size:  11px !important;
	font-weight: normal !important;
	font-style: normal !important;  
}

#menu-wrap li.section { 
	background-color: #4283b7;
	color: #FFF;
	font-family: Verdana;
	font-size:  11px;
	font-weight: bold;
	font-style: normal;
	padding:  5px  11px  5px  10px;
	line-height:  15px;      
}

#menu-wrap { 
	height:  30px;
}

#menu-wrap ul ul { 
	top:  30px;
}
