/* ######### Marker List Vertical Menu ######### */


.menubg{
width: 250px;
background-image:url(/MBFCWeb/navigation/images/menu/bg_navi_pcn_mddl_24b.png);
background-repeat:repeat-y;
float:right;
position:absolute;
top:100px;
left:10px;
z-index: 10;
}

.markermenu{
width: 250px; /*width of side bar menu*/
clear: left;
/*position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/
border: 0px solid #9A9A9A;
z-index: 20;
}

#A3:hover, #A2:hover {
	BACKGROUND-POSITION: 200px -43px;	
	BACKGROUND-IMAGE: url(/MBFCWeb/navigation/images/menu/si_arrow_right_midblue_cyan.gif);	
	BACKGROUND-REPEAT: no-repeat;
 }

#A3, #A2 {
	BACKGROUND-POSITION: 200px 7px;	
	BACKGROUND-IMAGE: url(/MBFCWeb/navigation/images/menu/lsi_arrow_right_midblue_cyan.gif);	
	BACKGROUND-REPEAT: no-repeat;
 }


.markermenu ul {
list-style-type: none;
margin: 10px 0px 0px 0px;
padding: 1px;
width: 222px;
padding-right: 5px;
border: 0px solid #9A9A9A;
background-repeat; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/ yes;
background-image:url(/MBFCWeb/navigation/images/menu/bg_navi_pcn_mddl_24b.png);
z-index: 20;
}


.markermenu li a{
color: #000333;
display: block;
background-repeat: no-repeat;
font-family: Arial, Verdana, "Times New Roman", sans-serif;
font-size: 11px;
z-index: 20;
margin: 1px 0px 0px 0px;
padding-left: 20px;
padding-bottom: 4px;
text-decoration: none;
border: 0px solid #9A9A9A;
border-bottom: 0px solid #B5B5B5;
background-position: 3px center;

}


.markermenuflyout ul li a{
color: #000000;
display: block;
width: 225px;
padding: 3px 0px;
margin: 0px 3px;
padding-left: 20px;
text-decoration: none;
border: 0px solid #9A9A9A;
border-bottom: 0px solid #B5B5B5;
background-position: 3px center;
background-repeat: no-repeat;
font-family: Arial, Verdana, "Times New Roman", sans-serif;
font-size: 11px;

}

.menuflyout{
background-image:url(/MBFCWeb/navigation/images/menu/btn_navi1_pcn.gif);
background-repeat: no-repeat;
width:225px;
border: 0px solid #9A9A9A; 
z-index: 10;
}
.menuflyoutover{
background-image:url(/MBFCWeb/navigation/images/menu/btn_navi1_pcn_over.gif);
background-repeat: no-repeat;
width:225px;
border: 0px solid #9A9A9A; 
z-index: 10;
color: #00ADEF;
}

.menunoflyout{
background-image:url(/MBFCWeb/navigation/images/menu/btn_navi_pcn.gif);
background-repeat: no-repeat;
width:225px;
border: 0px solid #9A9A9A;

}
a.menunoflyout:hover, a.menunoflyout:active, a.menunoflyout:selected{
color: 	#00ADEF;
border: 0px;
}

a.menuflyout:hover, a.menuflyout:active, a.menuflyout:selected{
COLOR: 	#00ADEF;
width:225px;
border: 0px;
background-image:url(/MBFCWeb/navigation/images/menu/btn_navi1_pcn_over.gif);
}




/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a{
	  font-family: Arial, Verdana, "Times New Roman", sans-serif;
	  font-size: 11px;
	background: #F2F2F2;
	border: 1px solid #DDDDDD;

}

.blackwhite li a:hover{
	  font-family: Arial, Verdana, "Times New Roman", sans-serif;
	  font-size: 11px;
		background: white;
		color: #00ADEF;
}



.menuflyoutselected {
background-image:url(/MBFCWeb/navigation/images/menu/btn_navi1_pcn_dn.gif);
background-repeat: no-repeat;
width:225px;
border: 0px solid #9A9A9A; 
z-index: 10;
}

.markermenualt{
width: 230px;
background-repeat:repeat-y;
float:right;
position:absolute;
top:380px;
left:5px;
z-index: 10;
}

.subMenu {
background-color: white; 
}

a.subMenu:hover{
color: 	#00ADEF;
background-color: #F2F2F2;

}
 

