/* CSS Document */
#menu{
height								:17px;
margin-top							:2px;
float								:left;
}
#menu ul li
 {
display								:block;
float								:left;
text-align							:center;

}
#menu ul
{
border								:0;
margin								:3px 0 0 0;
padding								:0;
list-style-type						:none;
text-align							:center;
}
#menu ul li a
{
background							:#FE0005;
width								:98px;
height								:17px;
padding								:0;
color								:#ffffff;
text-decoration						:none;
display								:block;
text-align							:center;
font								:normal 10px/18px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
margin-right						:2px;
}
#menu ul li a:hover, #menu ul li a.active
{
	background-color:#000000;
}

