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

.markermenu{
/*width: 175px; 
clear: left;
position: relative;*/

width:234px;
	float:right;
	text-align:right;
	padding-top:0px;


}

.markermenu ul{
/*list-style-type: none;
margin: 5px 0;
padding: 0;*/
margin:0px;
	padding:0px 0px 0px 15px;
	float:right;
	list-style-type:none;
	display:block;
	text-align:left;
	/*color:#d84c15;*/
/*border: 1px solid #9A9A9A;*/
}

.markermenu ul li {
background: url(../images/arrow.jpg) top left no-repeat;
background-position:0px 8px;
	padding:2px 5px 2px 10px;
	width:185px;
	float:right;
	text-align:left;
	/*color:#d84c15;
	margin-left:10px;*/
	text-transform:uppercase;

}

.markermenu ul li a{
/*background: #F2F2F2 url(bulletlist.gif) no-repeat 3px center; *//*light gray background*/
/*font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: #00014e;
display: block;
width: auto;
padding: 3px 0;
padding-left: 20px;
text-decoration: none;*/
/*border-bottom: 1px solid #B5B5B5;*/
width:185px;
	float:right;
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#454545;
	text-decoration:none;
	line-height:18px;
}



.markermenu ul li a:hover{
/*background: #F2F2F2 url(bulletlist.gif) no-repeat 3px center; *//*light gray background*/
/*font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: #00014e;
display: block;
width: auto;
padding: 3px 0;
padding-left: 20px;
text-decoration: none;*/
/*border-bottom: 1px solid #B5B5B5;*/
width:185px;
	float:right;
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#454545;
	text-decoration:none;
	background:url(../images/nav_bg.jpg) right no-repeat;
	line-height:18px;
}


* html .markermenu ul li a{ /*IE6 hack*/
width:216px;
	float:right;
	text-align:left;
	padding-top:8px;
}

.markermenu ul li a:visited, .markermenu ul li a:active{
/*color: #00014e;*/

}

.markermenu ul li a:hover, .markermenu ul li a.selected{
/*color: white;

background-color: black;*/
background:url(../images/nav_bg.jpg) right no-repeat;
}

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

.blackwhite li a{
background:#006699;
}

.blackwhite li a:hover{
background:#006699;
color: #d84c15;
}