 #nav-menu ul
{
list-style: none;
padding: 0;
margin: 0;
}
 #nav-menu li
{
float: left;
margin: 2px 9px;
}
#nav-menu li a
{
background: ;
height: 20px;
line-height: 20px;
float: left;
width: 80px;
color: navy;
text-decoration: underline;
text-align: center;
 font-variant:"normal"; text-shadow:"gray";  font-family:"Arial";
font-weight:"200";
border-width:"2";}
#nav-menu li a:hover
{
background: url(images/image4.gif) #fff;
height: 20px;
line-height: 20px;
float: left;
width: 85px;
color: darkorange;
text-decoration: underline;
text-align: center;
 font-variant:"normal"; text-shadow:"gray";  font-family:"Arial";
font-weight:"200";
border-width:"2";}

/* Hide from IE5-Mac \*/
#nav-menu li a
{
float: none
}
/* End hide */
#nav-menu
{
width:720px
} 
#nohyper
{text-align: left;
text-decoration: none;
color : #808080; 
a:visited {color : #c0c0c0};
a:active {color : #c0c0c0}; 
a:hover {color : #c0c0c0}; 
}
