/* CSS Document */

#navigation3 a
{
	color: #FF0000;
	text-decoration: none;
	padding-left: 10px;
	background-color: #000000;
	text-align: center;
	position: relative;
	border: inset thin #ff0000;
	padding-right: 5px;
}

#navigation3 a span
{

padding-right: 10px
}

#navigation3 a, #navigation3 a span
{
display: block;
float: left
}

/* Commented backslash hack hides rule from IE5-Mac \*/
#navigation3 a, #navigation3 a span
{
float: none
}
/* End IE5-Mac hack */

#navigation3 a:hover
{
	color: #fff;
	text-decoration: none;
	padding-left: 10px;
	background-color: #999999;
}

#navigation3 a:hover span
{
	padding-right: 10px;
	font-size: 9px;
}

#navigation3 ul
{
list-style: none;
padding: 0;
margin: 0
}

#navigation3 li
{
float: left;
display: block;
margin: 0;
padding: 0
} 
