#mymenu{
border: 1px solid black;
border-bottom-width: 0;
width: 175px;
background-color: #600e0e;
}

* html #mymenu{ /*IE only rule, to negate the padding below IE includes in menu width.*/
width: 169px;
}

#mymenu a{
margin-bottom:2px;
font: bold 13px Verdana;
padding: 2px;
padding-left: 4px;
display: block;
width: 100%;
color: white;
text-decoration: none;
border-top:1px solid #8c1717;
border-bottom: 1px solid black;
border-right:1px solid #600e0e;
border-left:1px solid #600e0e;
text-align:left;
}

html>body #mymenu a{ /*Non IE rule*/
width: auto;
}

#mymenu a:hover{

border-color:#bf5a06;
/*color: #bf5a06;
border-top:1px solid #bf5a06;
border-bottom:3px solid #bf5a06;
border-left:1px solid #bf5a06;
border-right:1px solid #bf5a06;*/
}
/*
td.menunavoff {
	background-image:url(../images/buton.gif);
	background-repeat:no-repeat;
}
td.menunavoff a{
	font-family:"Times New Roman", Times, serif;
	color:#FFFFFF;	
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	display:block;
	height:24;
	width:175;
	padding-left:11px;
}
td.menunavoff div {
	padding-top:2.5px;
}
td.menunavon div {
	padding-top:2.5px;
}
td.menunavon a{
	font-family:"Times New Roman", Times, serif;
	color:#FFFFFF;	
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	display:block;
	height:24;
	width:175;
	padding-left:11px;
}
td.menunavon {
	background-image:url(../images/butonover.gif);
	background-repeat:no-repeat;

}*/