tr {
	background-color: #dfdfdf;
}

.markermenu{
list-style-type: none;
margin: 5px 0;
padding: 0;
width: 160px;
border: none;
}

.markermenu li a{
font: normal 11px "Microsoft Sans Serif", Tahoma;
color: #00014e;
display: block;
width: auto;
padding: 3px 0;
padding-left: 10px;
text-decoration: none;
border-bottom: 1px solid #B5B5B5;
}


* html .markermenu li a{ /*IE only. Actual menu width minus left padding of LINK (20px) */
width: 160px;
}

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

.markermenu li a:hover{
color: black;
background-color: #ffffff;
}

.do_menu{
list-style-type: none;
margin: 5px 0;
padding: 0;
width: 160px;
border: none;
}

.do_menu li a{
background: url(images/black.gif) no-repeat 2px center;
font: normal 11px "Microsoft Sans Serif", Tahoma;
color: #00014e;
display: block;
width: auto;
padding: 3px 0;
padding-left: 15px;
text-decoration: none;
}


* html .do_menu li a{ /*IE only. Actual menu width minus left padding of LINK (20px) */
width: 160px;
}

.do_menu li a:visited, .do_menu li a:active{
color: #000000;
}

.do_menu li a:hover{
color: #e40e62;
background-color: #ffffff;
background-image:url(images/pink.gif);
}
.body11 {
	font-family: "Microsoft Sans Serif", Tahoma;
	font-size: 11px;
	color: #666666;
}

