#menubar ul, #menubar li { margin:0px; padding:0px; float:left; list-style:none; } 

#menubar div.menu { 
	background-image: url(images/menubar.png);
	background-repeat:no-repeat;
	display:block;
}

div.home { background-position: 0 -97px; width: 65px; height: 37px; cursor:hand; border:solid 1px #ccc; }
div.home_hl { background-position: 0 -365px; width: 65px; height: 37px; cursor:hand; border:solid 1px #ccc; } 

div.aboutus { background-position: 0 -298px; width: 89px; height: 37px; cursor:hand; border:solid 1px #ccc; } 
div.aboutus_hl { background-position: 0 -968px; width: 89px; height: 37px; cursor:hand; border:solid 1px #ccc; } 

div.mens_fashion { background-position: 0 -700px; width: 119px; height: 37px; cursor:hand; border:solid 1px #ccc; } 
div.mens_fashion_hl { background-position: 0 -767px; width: 119px; height: 37px; cursor:hand; border:solid 1px #ccc; } 

div.womens_fashion { background-position: 0 -499px; width: 130px; height: 37px; cursor:hand; border:solid 1px #ccc;} 
div.womens_fashion_hl { background-position: 0 -566px; width: 130px; height: 37px; cursor:hand; border:solid 1px #ccc; } 

div.myaccount { background-position: 0 -30px; width: 107px; height: 37px; cursor:hand; border:solid 1px #ccc; } 
div.myaccount_hl { background-position: 0 -901px; width: 107px; height: 37px; cursor:hand; border:solid 1px #ccc; }
 
div.showrooms { background-position: 0 -633px; width: 109px; height: 37px; cursor:hand; border:solid 1px #ccc; } 
div.showrooms_hl { background-position: 0 -834px; width: 109px; height: 37px; cursor:hand; border:solid 1px #ccc; } 

div.contactus { background-position: 0 -432px; width: 97px; height: 37px; cursor:hand; border:solid 1px #ccc; } 
div.contactus_hl { background-position: 0 -164px; width: 97px; height: 37px; cursor:hand; border:solid 1px #ccc; } 

div.left_round { background-position: 0 -231px; width: 10px; height: 37px; cursor:hand; border:solid 1px #ccc; } 

div.right_round { background-position: 0 -1035px; width: 12px; height: 37px; cursor:hand; border:solid 1px #ccc; } 

/*
#container li {
   background: url(menubar.png) no-repeat top left;
}*/

.menuActuator a { 
	color:#666666;
	font-weight:bold;
	font-size:12px;
	font-family:arial;
}

A.menulink:Link, A.menulink:Visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:8.5pt;
	color:#FFF;
	text-decoration:none;
	width:160px;
	display:block;
	background-color:#735C3A;
	padding:5px 0px 5px 6px;
	border:solid 0px #FFF;
	border-bottom-width:1px;
}

A.menulink:Hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:8.5pt;
	color:#7C1818;
	text-decoration:none;
	width:160px;
	display:block;
	background-color:#C6AE7D;
}

.menu {
	font-family:verdana;
	color:#666666;
	font-size:10px;
	background-color:;
	layer-background-color:#FFF;
}

td div {
/* this makes TDs a container with their own coordinate system.
 absolutely-positioned elements will be offset relative to them */
position:relative;
}
