/* ######### Marker List Vertical Menu ######### */

@font-face {
	font-family: "FRAMDCN";
	src: url("../images18/fonts/FRAMDCN.eot");
	src: url("../images18/fonts/FRAMDCN.eot?#iefix") format('embedded-opentype'),
	     url("../images18/fonts/FRAMDCN.woff") format('woff'),
	     url("../images18/fonts/FRAMDCN.ttf") format('truetype'),
		 url("../images18/fonts/FRAMDCN.otf") format('opentype'),
	     url("../images18/fonts/FRAMDCN.svg#webfont") format('svg');
}

@font-face{ 		 
	font-family: "MelbourneRegularBasic";
	src: url("../images18/fonts/melbourneregularbasic-webfont.eot");
	src: url("../images18/fonts/melbourneregularbasic-webfont.eot?#iefix") format('embedded-opentype'),
	     url("../images18/fonts/melbourneregularbasic-webfont.woff") format('woff'),
	     url("../images18/fonts/melbourneregularbasic-webfont.ttf") format('truetype'),
		 url("../images18/fonts/melbourneregularbasic-webfont.otf") format('opentype'),
	     url("../images18/fonts/melbourneregularbasic-webfont.svg#webfont") format('svg');
}

.markermenu{
width: auto; /*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: 0px;
padding: 0;
}

.markermenu ul li a{
background: url(../images18/left-icon.png) no-repeat 5%;
font: normal 14px "MelbourneRegularBasic"; 
color: #ffffff;
display: block;
width: auto;
line-height: 25px;
padding-left: 30px;
text-decoration: none;
border-bottom:1px solid #2385c2;
}

* html .markermenu ul li a{ /*IE6 hack*/
width: auto;
}

.markermenu ul li a:visited, .markermenu ul li a:active{
color: #ffffff;
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
color:#015a91;
background:#96ba44 url(../images18/left-icon.png) no-repeat 5%;
}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a{
background:#e4984c;
color:#d53158;
}

.blackwhite li a:hover{
background: #d53158;
color: white;
}