#menu1 {
	width: 100%;
	float:left;
} 
#menu1 ul
{
font-family: Arial, Helvetica, sans-serif;
list-style-type:none;
margin:0;
padding:0;
} 
#menu1 li
{
display: inline;
/* for IE5 and IE6 */
} 
#menu1 a
{
	color: #6B2D38;
	text-decoration: none;
	font-size: 14px;
	display: block;
	background-color: #BABABA;
	background-image: url(menu_bg.jpg);
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 8px;
	padding-left: 38px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #991C00;
	background-repeat: no-repeat;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #991C00;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
} 
#menu1 a:link, #menu1 a:visited
{
	text-decoration: none;
} 
#menu1 a:hover
{
	background-color: #BABABA;
	color: #000;
} 
#menu1 li a#current
{
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #DAD6B7;
} 

