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

.markermenu{
width: 215px; /*width of side bar menu*/
clear: left;
position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/
text-align:left;
}

.markermenu ul{
list-style-type: none;
margin: 5px 0;
padding: 0;

}

.markermenu ul li a{
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: #00014e;
display: block;
width: auto;

text-decoration: none;
}

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

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

.markermenu ul li a:hover, .markermenu ul li a.selected{
color: white;
}

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

.blackwhite li a{
background: white;
}

.blackwhite li a:hover{
background: black;
color: white;
}

.leftgreen{
background-image:url(../../img/green-left.png);
}
.rightgreen{
background-image:url(../../img/green-right.png);
}
.midgreen{
background-image:url(../../img/green-bg.png);
}

.leftgrey{
background-image:url(../../img/greyleft.png);
}
.rightgrey{
background-image:url(../../img/greyright.png);
}
.midgrey{
background-image:url(../../img/greybg.png);
}



.leftgreenbutton{
background-image:url(../../img/button-left.png);
background-repeat:no-repeat;
}
.rightgreenbutton{
background-image:url(../../img/button-right.png);
background-repeat:no-repeat;
}
.midgreenbutton{background-image:url(../../img/button-bg.png); 
}



.left_top{background-image:url(../../img/greenbox-cor-left-top.gif); background-repeat:no-repeat;width:13px; height:13px;}
.right_top{background-image:url(../../img/greenbox-cor-right-top.gif); background-repeat:no-repeat;width:13px; height:10px;}
.mid_right{background-image:url(../../img/greenbox-right-line.gif) ;}
.mid_left{background-image:url(../../img/greenbox-left-line.gif) ;}
.left_bottom{background-image:url(../../img/greenbox-cor-left-bottom.gif); background-repeat:no-repeat;width:13px; height:13px;}
.right_bottom{background-image:url(../../img/greenbox-cor-right-bottom.gif); background-repeat:no-repeat;width:13px; height:10px;}
.current{background-image:url(../../img/use-code-button.jpg);}







/*Black Line Box CSS Start*/
.black_box{ width:182px; float:left;}
.black_top{ float:left;}
.btop-left{ width:11px; float:left}
.btop-right{ width:11px; float:left}
.btop_bg{ height:11px; background-image:url(../../img/blackline-box/black-top-line.gif); float:left; width:160px; background-repeat:repeat-x;}

.bmiddle_part{ width:182px; float:left;}
.bmiddle{ background-image:url(../../img/blackline-box/blackbox-midbg.gif); float:left; width:182px; background-repeat:repeat-y;}

.black_bot{ float:left; width:182px;}
.bbot-left{ width:11px; float:left}
.bbot-right{ width:11px; float:left}
.bbot_bg{ height:11px; background-image:url(../../img/blackline-box/black-bot-line.gif); float:left; width:160px;}

/*Black Line Box CSS End*/

