/* ######### Marker List Vertical Menu ######### */

.markermenu{
/*width: 175px;*/ /*width of side bar menu*/ /*removed by paul for laserstuff.ca */
clear: left;
position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/

}

.markermenu ul{
list-style-type: none;
margin: 5px 0;
padding: 0px;
/*border: 3px double #c0c0c0;*/ /*changed by paul*/

}

.markermenu ul li a{
/* background: #F2F2F2 url(bulletlist.gif) no-repeat 3px center; */ 
/*light gray background*/ /*changed by paul*/
background:#000000;
font: bold 12px Arial, Tahoma, Verdana, Helvetica, sans-serif;
color: #ffffff;
display: block;
width: auto;
padding: 4px 0;
padding-left: 15px;
text-decoration: none;
margin:1px;
/*border-bottom: 1px solid #B5B5B5; */ /*changed by paul*/
border:3px double #ececec;
}

* html .markermenu ul li a{ /*IE6 hack*/
width: 155px;  
}

.markermenu ul li a:visited, .markermenu ul li a:active{
color: red;
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
color: white;
background-color: #cc0000;
}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a{
background: black;
color: white;
border:3px double #ececec;
}
.blackwhite li a:visited{
color: #cc0000;
}

.blackwhite li a:hover{
background: #cc0000;
color: white;
border:3px double #ececec;
}