/* ######### Marker List Vertical Menu ######### */

@font-face {
	font-family: "FRAMDCN";
	src: url("../images19/fonts/FRAMDCN.eot");
	src: url("../images19/fonts/FRAMDCN.eot?#iefix") format('embedded-opentype'),
	     url("../images19/fonts/FRAMDCN.woff") format('woff'),
	     url("../images19/fonts/FRAMDCN.ttf") format('truetype'),
		 url("../images19/fonts/FRAMDCN.otf") format('opentype'),
	     url("../images19/fonts/FRAMDCN.svg#webfont") format('svg');
}

@font-face{ 		 
	font-family: "MelbourneRegularBasic";
	src: url("../images19/fonts/melbourneregularbasic-webfont.eot");
	src: url("../images19/fonts/melbourneregularbasic-webfont.eot?#iefix") format('embedded-opentype'),
	     url("../images19/fonts/melbourneregularbasic-webfont.woff") format('woff'),
	     url("../images19/fonts/melbourneregularbasic-webfont.ttf") format('truetype'),
		 url("../images19/fonts/melbourneregularbasic-webfont.otf") format('opentype'),
	     url("../images19/fonts/melbourneregularbasic-webfont.svg#webfont") format('svg');
}
@font-face {
	font-family: "my";
	src: url("../images19/fonts/my.eot");
	src: url("../images19/fonts/my.eot?#iefix") format('embedded-opentype'),
	     url("../images19/fonts/my.woff") format('woff'),
	     url("../images19/fonts/my.ttf") format('truetype'),
		 url("../images19/fonts/my.otf") format('opentype'),
	     url("../images19/fonts/my.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(../images19/index_34.gif) no-repeat 5%;
font: normal 0.8em "my"; 
color: #8a8a8a;
display: block;
width: auto;
line-height:25px;
padding-left: 20px;
text-decoration: none;
border-bottom:1px solid #e1e1e1;
}

* html .markermenu ul li a{ /*IE6 hack*/
width: auto;
}

.markermenu ul li a:visited, .markermenu ul li a:active{
color: #8a8a8a;
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
color:#fff;
background:#0091c8 url(../images19/index_37.gif) no-repeat 5%;
}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a{
background:#bb023d;
color:#fff;
}

.blackwhite li a:hover{
background: #0091c8;
color: #fff;
}