#mainmenu {
width: 594px;
background: #462D06;
height: 40px;
font : 10px "Verdana", Arial, Helvetica, Tahoma, sans-serif;
font-weight: bold;
color : #ffffff;
}


 #mainmenu ul
{
width: 594p;
margin: 0 0 0 0;
padding: 0 0 0 10px;
list-style: none;
text-align: left;
color: #fff;
line-height: 40px;
border: 0px solid red;
}

#mainmenu ul li {
 display: inline;
 background-image: url("/extension/ezwebin/design/ezwebin/images/menu_bullet.png");
 background-repeat: no-repeat;
 padding: 0 10px 0 0;
	
  }
  

#mainmenu ul li a
{
 padding: .2em 1em;
text-decoration: none;
color: #fff;
}

#mainmenu ul li a:hover
{
color: #fff;
text-decoration: none;
}



#menu_rhs
{
width: 295px;
margin: 0 0 0 0;
padding: 0 0 0 0px;
float: right;
}


#menu_rhs ul
{
width: 295px;
margin: 0 0 0 0;
padding: 0 0 0 0px;
list-style: none;
text-align: left;
color: #23201D;
line-height: 30px;
border: 0px solid red;
}

#menu_rhs ul li {
 background-image: url("/extension/ezwebin/design/ezwebin/images/menu_rhs2.jpg");
 height: 30px;
 background-repeat: no-repeat;
 padding: 0 0px 0 0;
 border-bottom: 1px solid #ffffff;
	
  }
#menu_rhs ul li a{
 background-image: url("/extension/ezwebin/design/ezwebin/images/menu_rhs1.jpg");
 height: 30px;
 background-repeat: no-repeat;
 padding: 0 0px 0 0;
 border-bottom: 1px solid #ffffff;
	
  }
  .menu_img{
border-bottom: 1px solid #fff;
  }

#menu_rhs ul li a
{
display: block;
text-decoration: none;
color: #23201D;
}

.mysubmenupadding{ padding: .2em 1em;}

#menu_rhs ul li a:hover
{

color: #23201D;
text-decoration: none;
 background-image: url("menu_rhs2.jpg");
 border-bottom: 1px solid #ffffff;
}

