/* ######### Marker List Vertical Menu ######### */

.markermenu{
width: 188px; /*width of side bar menu*/
clear: left;
display:inherit;
padding-right:5px;
background:url(../images/shadow_1.gif) repeat-y top right;
position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/
}

.markermenu ul{
list-style-type: none;
padding: 0;
border-right:solid 1px #7db5de;
}

.markermenu ul li a{
background-image:url(../images/menunormal.jpg);
background-repeat:repeat-x;
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: #107ac8;
text-align:center;
display: block;
width: auto;
height:27px;
padding-top:7px;
text-decoration: none;
}

* html .markermenu ul li a{ /*IE6 hack*/
width: 188px;
}

.markermenu ul li a:visited, .markermenu ul li a:active{
color: #107ac8;
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
color: #107ac8;
background-image:url(../images/menuhover.jpg);
background-repeat:repeat-x;
}


.markermenu4{
width: 188px; /*width of side bar menu*/
clear: left;
display:inherit;
padding-right:5px;
background:url(../images/shadow_1.gif) repeat-y top right;
position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/
}

.markermenu4 ul{
list-style-type: none;
padding: 0;
border-right:solid 1px #d89049;
}

.markermenu4 ul li{
	border-bottom:solid 1px #d89049;
}

.markermenu4 ul li a{
background-image:url(../images/my_menu_bg_orange.gif);
background-repeat:repeat-x;
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: #c1752a;
text-align:center;
display: block;
width: auto;
height:27px;
padding-top:7px;
text-decoration: none;
}

* html .markermenu4 ul li a{ /*IE6 hack*/
width: 188px;
}

.markermenu4 ul li a:visited, .markermenu4 ul li a:active{
color: #c1752a;
}

.markermenu4 ul li a:hover, .markermenu4 ul li a.selected{
color: #c1752a;
background-image:url(../images/my_menu_bg_hover_orange.gif);
background-repeat:repeat-x;
}



.markermenu5{
width: 188px; /*width of side bar menu*/
clear: left;
display:inherit;
padding-right:5px;
background:url(../images/shadow_1.gif) repeat-y top right;
position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/
}

.markermenu5 ul{
list-style-type: none;
padding: 0;
border-right:solid 1px #51a84d;
}

.markermenu5 ul li{
	border-bottom:solid 1px #51a84d;
}

.markermenu5 ul li a{
background-image:url(../images/my_menu_bg.gif);
background-repeat:repeat-x;
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: #308a42;
text-align:center;
display: block;
width: auto;
height:27px;
padding-top:7px;
text-decoration: none;
}

* html .markermenu5 ul li a{ /*IE6 hack*/
width: 188px;
}

.markermenu5 ul li a:visited, .markermenu5 ul li a:active{
color: #308a42;
}

.markermenu5 ul li a:hover, .markermenu5 ul li a.selected{
color: #308a42;
background-image:url(../images/my_menu_bg_hover_green.gif);
background-repeat:repeat-x;
}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a{
background: #eef7fe;
color: #5a99cc;
}

.blackwhite li a:hover{
background: #FFFFFF;
color: #5a99cc;
}