<!-- Source: Dynamic Drive CSS Library -->
<!-- URL: http://www.dynamicdrive.com/style/ -->

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

.markermenu li a{
/*background: #F7F9EC url(EdgedCircle.gif) no-repeat 2px center;*/
font: 12px "Trebuchet MS";
color: #3399CC;
line-height: 1.6;
display: block;
width: auto;
padding: 5px 0;
padding-left: 15px;
text-decoration: none;
/*border-bottom: 1px solid #B5B5B5;*/
}


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

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

.markermenu li a:hover{
color: #EF6242;
}

.markermenu #current a, .markermenu #current span{ /*currently selected tab*/
color: #EF6242;
}

a.sm:link{
color: #3399CC;
text-decoration: none;
font-family: 14px "Trebuchet MS";
font-weight: normal;
}

a.sm:visited{
color: #3399CC;
text-decoration: none;
font-family: 14px "Trebuchet MS";
font-weight: normal;
}

a.sm:hover{
color: #EF6242;
text-decoration: none;
font-family: 14px "Trebuchet MS";
font-weight: normal;
}

a:link{
color: #3399CC;
text-decoration: none;
}

a:visited{
color: #3399CC;
text-decoration: none;
}

a:hover{
color: #3399CC;
text-decoration: none;
}

a.rood:link{
color: #EF6242;
text-decoration: underline;
}

a.rood:visited{
color: #581C90;
text-decoration: underline;
}

a.rood:hover{
color: #EF6242;
text-decoration: underline;
}

a.sitemap:link{
color: #3399CC;
text-decoration: none;
}

a.sitemap:visited{
color: #3399CC;
text-decoration: none;
}

a.sitemap:hover{
color: #EF6242;
text-decoration: none;
}


