/* MENUBAR LINKS */
#menulinks, #menulinks a:active
{
background-color: transparent ;
color: #FFFFFF ;
font-family: Verdana, Arial, Helvetica, sans-serif ;
font-size: .8em ;
font-weight: 500 ;
text-align: right ;
line-height: .9em ;
list-style: none ;
}
#menulinks a 
{
cursor:pointer; 
text-decoration:none;
font-size: .9em ;
background-color: transparent ;
} 
#menulinks a:link
{
background-color: transparent ;
color:#000000; 
text-decoration:none;
font-size: .9em ;
} 
#menulinks a:visited
{
background-color: transparent ;
color:#000000; 
text-decoration:none; 
font-size: .9em ;
} 
#menulinks a:hover
{
background-color: transparent ;
color:#ff0000; 
text-decoration:none; 
font-size: .9em ;
} 

#menulinks li 
{
background: transparent ;
display: inline ;
margin: 0 0 0 0;
padding: 0em 1em 0em 0em ;
}

#menulinks ul 
{
background: transparent ;
list-style: none;
margin: 6px 0 6px 0px;
}


/* OTHER LINKS */
/* LINKS */
a 
{ 
border: none;
padding-top: .1em;
padding-bottom: .1em;

}
a:link 
{
background: transparent;
color: #000000;
text-decoration: none;
}
a:visited 
{
background: transparent;
color: #000000;
text-decoration: none;
}
a:hover 
{
background: transparent;
border-top: #000000 0px solid;
border-bottom: #000000 0px solid;
color: #FF0000 ;
padding-top: .1em;
padding-bottom: .1em;
text-decoration: none;
}

