/* ######### Marker List Vertical Menu ######### */

/* KA */
a,ul,li {	text-decoration:none;
	}
/* KA */

.markermenu{
width: 175px; /*width of side bar menu*/
clear: left;
text-decoration:none; /* KA */
position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/

}

.markermenu ul{
list-style-type: none;
margin: 5px ;
padding: 0;
Zborder: 1px solid #9A9A9A;
text-decoration:none; /* KA */
}

.markermenu ul li a{
Zbackground: #F2F2F2 url(bulletlist.gif) no-repeat 3px center; /*light gray background*/
Zfont: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
font: bold 25px "arial black", Verdana, Helvetica, sans-serif; /* KA */
font-weight:900; //KA
color: #00014e;
display: block;
width: auto;
height: 35px ; // KA
padding: 3px ;
padding-left: 10px; // Was 20px
padding-top: 2px ;
margin:0px; //KA
text-decoration: none;
Zborder-bottom: 1px solid #B5B5B5;
border-width:0px;
text-align:left; // KA
letter-spacing:1px; //KA
}

* html .markermenu ul li a{ /*IE6 hack*/
width: 155px;
text-decoration:none; /* KA */
}

/* KA */
.markermenu ul li a {
color: #00014e;
text-decoration:none; /* KA */
}
/* KA */

.markermenu ul li a:visited, .markermenu ul li a:active {
color: #00014e;
text-decoration:none; /* KA */
}

.markermenu ul li a:hover, .markermenu ul li a.selected {
color: white;
background-color: #ff7500 ;
text-decoration:none; /* KA */
}





/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

/* KA */
a,li {	font-size: 15px ;
	}
a {	padding-left: 3px ;
	}
/* KA */

.blackwhite li a{
background: white;
text-decoration:none; /* KA */
}

.blackwhite li a:hover{
background: #ff7500 ;
color: white;
text-decoration:none; /* KA */
}