﻿#navtop
{
    
    font-size: 11px;
    font-weight: bold;
    font-family: Verdana, Helvetica, Helvetica-Narrow, Tahoma, sans-serif;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    height: 45px;
    position:relative;
}


#navbottom
{
    margin-top: 2px;
    margin-bottom: 2px;
    float:left;
	font-size: 11px;
    font-weight: bold;
    font-family: Verdana, Helvetica, Helvetica-Narrow, Tahoma, sans-serif;    
    width: 200px;      	
	background-repeat:repeat-x;
	border-right-style:dashed;
	border-right:1px black dashed;
}

#navbottom ul li
{
    list-style-type: none;
    margin-bottom:2px;
}

#navtop ul
{
    margin:0;    
    padding-left:9px;
    padding-top: 5px;
    list-style-type: none;
    height: 19px;
    text-align: center;
}

#navtop ul li
{
    display: inline;
    color: #FFFFFF;
    margin-right: 15px;
}

#navbottom a:link, #navbottom a:visited
{
    color: #000;
    text-decoration: none;
}

#navtop a:link, #navtop a:visited
{
    color: #FFFFFF;
    text-decoration: none;
}

#navtop a:hover, #navbottom a:hover
{
    text-decoration: underline;
}

#navtop a:active, #navbottom a:active
{
    color: #FEFFBD;
    text-decoration: none;
}

