/* CSS Document */
#menubar 
{
background: #6a9ae8 ;
border-top: #6a9ae8 1px solid;
border-bottom: #6a9ae8 1px solid;
border-left: #6a9ae8 1px solid;
border-right: #6a9ae8 1px solid;
color: #ffffff;
font-weight: 500;
font-size: .8em ;
line-height: 100%;
margin: 0 0 -.2em 0;
padding: .3em 0;
position: relative;
z-index: 99;
voice-family: Verdana, Arial, Helvetica, sans-serif ;
voice-family: inherit;
margin: 0;
padding: 0;
}
#menubar a 
{ 
border: none;
}
#menubar a:link 
{
background: transparent;
color: #ffffff;
text-decoration: none;
}
#menubar a:visited 
{
background: transparent;
color: #ffffff;
text-decoration: none;
}
#menubar a:hover 
{
background: transparent;
border-top: #6a9ae8 1px solid;
border-bottom: #6a9ae8 1px solid;
color: #000000 ;
padding-top: .1em;
padding-bottom: .1em;
text-decoration: none;
}
#menubar li 
{
display: inline ;
margin: 0 .8em 0 .8em;
}

#menubar ul 
{
list-style: none;
margin: 3px 0 3px 10px;
padding: 0;
}

a 
{ 
border: none;
}
a:link 
{
background: transparent;
color: #ff0000;
text-decoration: none;
}
a:visited 
{
background: transparent;
color: #ff0000;
text-decoration: none;
}
a:hover 
{
background: transparent;
color: #000000 ;
text-decoration: none;
}
