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

.markermenu{width: 100%; /*width of side bar menu*/ clear: left; position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/}
.markermenu ul{list-style-type: none; margin: 0px; padding: 0px; border-top:1px solid #ddd;}

.markermenu ul li{border-bottom:1px solid #ddd; width: 100%;}

.markermenu ul li span{font-weight:bolder;}

.markermenu ul li a{/*background: url(bulletlist.gif) no-repeat 6px center;*/ font: 11px Arial, Verdana, Helvetica, sans-serif !important; color: #fff!important; display: block; width: auto; padding: 3px 3px; padding-left: 10px; text-decoration: none; color:#003366 !important;}

* html .markermenu ul li a{width: 94%;}/*IE6 hack*/

.markermenu ul li a:visited, .markermenu ul li a:active{color:#00adef;}
.markermenu ul li a:hover, .markermenu ul li a.selected{background-color:#ececec; color:#00adef !important;}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */
.blackwhite li a{background:#f8f8f8; font: 10px Arial, Helvetica, sans-serif; color:#333;}
.blackwhite li a:hover{background:#ececec; font: 10px Arial, Helvetica, sans-serif; color:#00adef;}
.floatr_vin{float:right;}
