
A:HOVER {
	font-size : small;
	text-decoration : underline overline;
	color : black;
}
#nav-menu ul
{
list-style: none;
padding: 0;
margin: 0;

}

#nav-menu li
{
margin: 0 0.15em;
padding: 3;
text-align: center;
float: center;
}

#nav-menu li a
{
background: url(Images/css-nav2.gif) #fff bottom left repeat-x;
height: 1.5em;
line-height: 1.5em;
float: center;
width: 10em;
display: block;
border: 0.05em solid #000000;
color: black;

text-decoration: none;
text-align: center;

}

#nav-menu li a:hover
{
background: url(Images/css-nav2.gif) #fff bottom left repeat-x;
height: 1.5em;
line-height: 1.5em;
float: center;
width: 10em;
display: block;
border: 0.05em solid #FFFFFF;
color: black;


text-decoration: underline;
text-align: center;
}

/* Commented backslash hack hides rule from IE5-Mac \*/
#nav-menu li a
{
float: none
}
/* End IE5-Mac hack */

#nav-menu
{
width:0em
} 

