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

/*a {text-decoration: none; color:red; :8pt verdana; letter-spacing: 50px; }*/

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

}

.markermenu ul{
list-style-type: none;
margin: 0px 0;
padding: 0;
border: 0px solid #9A9A9A;
}

.markermenu ul li a{
background: #696969 url(bulletlist3.gif) no-repeat 22px center; /*light gray background*/
font-weight: 400;
font-size: 12px;
line-height: 15px;
font-family: Arial, Tahoma, Helvetica, Verdana, sans-serif;
text-decoration: none;
color: #FFFFFF;
display: block;
width: 260px;
padding: 1px 0;
padding-left: 0px;
border-bottom: 2px solid #696969;
}

* html .markermenu ul li a{ /*IE6 hack*/
width: 260px;
text-decoration: none;
}

.markermenu ul li a:visited{
color: #FFFFFF;
text-decoration: none;
}


.markermenu ul li a:active{
color: #FFFFFF;
text-decoration: none;
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
color: white;
background-color: #336db0;
text-decoration: none;
}

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

.blackwhite li a{
background: #336db0;
text-decoration: none;
}

.blackwhite li a:hover{
background: #696969;
color: white;
text-decoration: none;
}

a:link.kitchen-doors-sidemenu-links1			{ color: #FFFFFF; font-size: 12px; text-decoration: none; }
a:visited.kitchen-doors-sidemenu-links1		{ color: #FFFFFF; font-size: 12px; text-decoration: none; }
a:hover.kitchen-doors-sidemenu-links1		{ color: #FFFFFF; font-size: 12px; text-decoration: none; }
a:active.kitchen-doors-sidemenu-links1		{ color: #FFFFFF; font-size: 12px; text-decoration: none; }

