<!--- TOP MENU START --->

HTML 
{
	PADDING: 0px;
	MARGIN: 0px; 
}


#topmenu {
	height:30px;
	width:auto;
	text-align:right;
	color:white;
	margin-bottom:2px;
	margin-left:10px;
}
#topmenu a {
	float: left;
	color: #5e502a;
	text-decoration:none;
	height: 15px;
	font-size:11px;
	border-right:solid 1px #f4f4f4;
	margin-right:1px;
	margin-left:1px;
	text-transform:uppercase;
	display:block;
	padding: 5px 10px;
}
#topmenu a:hover {
	text-decoration:none;
	color:#FFF;
	background:#d98520;
}

<!--- TOP MENU END --->



<!---- SIDE MENU START ---->

#menu1 {
width: 211px;
font-size:11px;
} 
#menu1 ul
{
font-family:arial;
list-style-type:none;
font-size:11px;
text-transform:uppercase;
font-weight:normal;
margin:0;
padding:0;
} 
#menu1 li
{
display: inline;
/* for IE5 and IE6 */
} 
#menu1 a
{
font-weight:bold;
text-decoration: none;
display: block;
padding: 8px 15px;
width: 211px;
font-size:11px;
background:url(../images/menuback.jpg) no-repeat;
color:#FFF;
margin-bottom:2px;
letter-spacing:0px;
} 
#menu1 a:link, #menu1 a:visited
{
color: #fff;
text-decoration: none;
} 
#menu1 a:hover {
	text-decoration:none;
	font-weight:600;
	color:#FFF;
	background:#d98520;
}

<!--- SIDE MENU END --->
