ul#menu {
  list-style-type: none;
	font-weight: bold;
	display: block;
	padding: 5px 0px 5px 0px;
	text-decoration: none;
}

ul#menu ol {
	display: none;
	list-style-type: none;
	font-weight: normal;
}

ul#menu li, 
  ul#menu a {
}

#menu li {

}

ul#menu ol li {
}

ul#menu ol li:before {
}
#menu  li a
{
	display: block;
	padding: 5px 0px 5px 10px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 14px;
}
ul#menu a {
	color: #696969;
	background-image: url(images/menu2.gif);
	background-repeat: no-repeat;
}
ul#menu a:hover {
	color: #FF7F50;
	background-image: url(images/menu1.gif);
	background-repeat: no-repeat;
}
ul#menu a.active {
	color: #FFFFFF;
	background-image: url(images/menu3.gif);	
	background-repeat: no-repeat;
}