/* ######### Marker List Vertical Menu ######### */

.markermenu{
width: 200px; /*width of side bar menu*/
clear: left;
position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/

}

.markermenu01{
width: 160px; /*width of side bar menu*/
clear: left;
position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/

}
.markermenu01 ul{
list-style-type: none;
margin:0px;
padding: 0;
}

.markermenu01 ul li a{
background: #fff;
font: bold 12px tahoma;
color: #1C9608;
display: block;
text-align:left;
width: auto;
padding:5px 0px 5px 2px;
text-decoration: none;
border-bottom: 2px solid #1C9608;
}
.markermenu{
width: 220px; /*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: 0;
}

.markermenu ul li a{
background: #fff;
font: bold 12px tahoma;
color: #1C9608;
display: block;
width: auto;
padding:5px 0px 5px 2px;
text-decoration: none;
border-bottom: 2px solid #1C9608;
}
.markermenu1{
width: 130px; /*width of side bar menu*/
clear: left;
position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/

}

.markermenu1 ul{
list-style-type: none;
margin:0px;
padding: 0;
}

.markermenu1 ul li a{
background: #fff;
font: bold 12px tahoma;
color: #1C9608;
display: block;
width: auto;
padding:5px 0px 5px 2px;
text-decoration: none;
border-bottom: 2px solid #1C9608;
}

/************IE6 hack***************/

* html .markermenu ul li a{ 
width: 210px;
}

.markermenu ul li a:visited, .markermenu ul li a:active{
color: #1C9608;
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
font: bold 12px tahoma;
color: #1C9608;
text-decoration:underline;
}


.blackwhite li a{
background: #242a82;
color:#FFFFFF;
}

.blackwhite li a:hover{
background: #109104;
color: #fff;
}