.markermenu{
width: 140px; /*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: 0;
padding: 0;
}
.markermenu ul li a{
height: 20px;
font: 10px "Verdana", Trebuchet MS, Verdana, Helvetica;
color: #555555;
display: block;
width: auto;
padding: 10px 0px 0px 5px;
text-decoration: none;
border-bottom: 1px solid #dadada;
}
.markermenu ul li a:hover, .markermenu ul li a.selected{
background: #F3F3F3;
}
.markermenu ul li a:active{
background: #F3F3F3;
}
* html .markermenu ul li a{ /*IE6 hack*/
width: 140px;
}
.blackwhite{
border: 1px #dadada solid;
}
.blackwhite li a{
font: 11px "Trebuchet MS", Verdana, Helvetica, sans-serif;
display: block;
width: auto;
min-width: 140px; /*width of menu (not including side paddings)*/
color: #524E4E;
text-decoration: none;
padding-top: 4px;
padding-left: 10px;
padding-bottom: 4px;
padding-right: 10px;
border-bottom: 1px #EAEAEA solid;
/*height: 20px;*/
}
.blackwhite li a:hover, blackwhite li a.selected{
background: #E5E5E5;
color: #cc0000;
font: 11px "Trebuchet MS", Verdana, Helvetica, sans-serif;
display: block;
width: auto;
min-width: 140px; /*width of menu (not including side paddings)*/
text-decoration: none;
padding-top: 4px;
padding-left: 10px;
padding-bottom: 4px;
padding-right: 10px;
/*height: 20px;*/
}
.menu{
padding-left: 10px;
}
.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
margin: 0;
padding-left: 0px;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
visibility: hidden;
z-index: 100;
border: 1px #dadada solid;
}
.ddsubmenustyle, .ddsubmenustyle ul li{ /*topmost and sub ULs, respectively*/
padding-left: 0px;
background: #f7f7f7;
}
* html .ddsubmenustyle li{ /*IE6 CSS hack*/
display: inline-block;
width: 220px; /*width of menu (include side paddings of LI A*/
margin: 0;
padding-left: 0px;
}
.submenu ul{
border-left: 1px #dadada solid;
}
/* ######### Neutral CSS  ######### */

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
padding-left: 4px;
border: 0;
}
.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
position: absolute;
padding-top: 3px;
left: 100px;
border: 0;
}


