/*Top Nav Buttons */
/*URL: http://www.dynamicdrive.com/style/ */

#invertedtabs{
margin:auto;
height:20px;
background: transparent;
voice-family: inherit;
width: 845px;
margin-right: 20px;
margin-left: 20px;
margin-top:10px;
padding-right: 10px;
padding-left: 10px;
}

#invertedtabs ul{
font: bold 11px Arial, Verdana, sans-serif;
margin:0;
margin-bottom: 1em; /*margin between menu and rest of content*/
padding:0;
list-style:none;
}

#invertedtabs li{
display:inline;
margin:0 2px 0 0;
padding:0;
text-transform:uppercase;
line-height: 1.5em;
}


#invertedtabs a{
float:left;
color: white;
background: #99bb11 no-repeat left bottom;
margin:0 2px 0 0;
padding:0 0 0 3px;
text-decoration:none;
letter-spacing: 1px;
}

#invertedtabs a span{
float:left;
display:block;
background: transparent no-repeat right bottom;
padding:3px 20px 3px 20px;
}

#invertedtabs a span{
float:auto;
}


#invertedtabs a:hover{
background-color: #a3cd39;
}

#invertedtabs a:hover span{
background-color: #a3cd39;
}

#invertedtabs #current a, #invertedtabs #current span{ /*currently selected tab*/
background-color: #a3cd39;
}

#invertedtabsline{
clear: both;
padding: 0;
width: 100%;
height: 8px;
line-height: 8px;
background: #99bb11;
border-bottom: 1px solid #fff; /*Remove this to remove border between bar and tabs*/
}

/*Page vertical Nav Buttons */
/*URL: http://www.dynamicdrive.com/style/ */


.markermenu{
list-style-type: none;
margin: 5px 0;
padding: 0;
width: 170px;
border: 1px solid #9A9A9A;
}

.markermenu li a{
background: white url(../images/arrow-list.gif) no-repeat 2px center;
font: bold 13px Arial, Helvetica, sans-serif;
color: #00014e;
display: block;
width: auto;
padding: 3px 0;
padding-left: 20px;
text-decoration: none;
border-bottom: 1px solid #B5B5B5;
}


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

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

.markermenu li a:hover{
color: black;
background-color: #DDD;
background-image:url(../images/arrow-list-red.gif); /*onMouseover image change. Remove if none*/
}