

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.markermenu  {
list-style-type: none;
margin: 0px 0;
padding: 0;
width: 100%;
/*background:url(../images/menu_012_bg.jpg) repeat-y;*/

/*border: 0px solid #9A9A9A;*/
}

.markermenu li a{
background: white url(media/arrow-list.gif) no-repeat 2px center;
/*background:url(../images/menu_012_h_l.png) no-repeat left;
background:url(../images/menu_012_h_r.png) no-repeat right;*/
font: bold 11px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: #00014e;
display: block;
width: auto;
/*width: 160px;
height: 33px;*/
padding: 5px 0;
padding-left: 20px;
text-decoration: none;
border-bottom: 1px solid #B5B5B5;
}


* html .markermenu li a{ /*IE only. Actual menu width minus left padding of LINK (20px) */
width: 130px;
}

/*.markermenu li a:visited, .markermenu li a:active{
color: #00014e;
/*background: url(../images/menu_012_h_l.png) no-repeat left;
}*/

.markermenu li a:hover{
color: black;
background: white url(media/arrow-list-red.gif) no-repeat 2px center;
background-color: #ffffcb;

/*background: url(../images/menu_012_c_l.png) no-repeat left;*/
}
/*.markermenu li a:hover span{
display:block;
float:left;				
background:url(images/menu_012_c_r.png) no-repeat left;
}*/

.markermenu #current a{
background-color: #ffffcb;
/*background:url(../images/menu_012_c_l.png) no-repeat left;*/
}

/*.markermenu li a.current span, .markermenu li a.current:hover span{
display:block;
float:left;
background:url(images/menu_012_c_r.png) no-repeat right;
height:33px;
color:#fff;
line-height:33px;
padding:0 110px 0 6px;
}

*/

.markermenu #current2 a{
background-color: #cccccc;
/*
background:url(../images/menu_012_c_r.png) no-repeat right;*/
}




