
/* submenus container */
.submenu {
	
	width:160px;
	z-index:998;
}





.menu {
	padding: 0 0 0  0px;
	 z-index:998;
	position:relative;
	background:url(../images/menu_bg.jpg) repeat-x; 
	height:26px;
}
.menu ul { margin:0; padding:0; list-style:none; font-size:11px}
.menu ul.menuUL {  padding:0; height:26px; list-style:none; font-size:11px; margin-left:auto;margin-right:auto;width:988px;}
.menu ul li {width: 123px; height:26px; _height:26px;  float:left}
.menu li a, .menu li a:visited {overflow:hidden; white-space:nowrap; text-align:center; width: 126px; color:#FFFFFF; font-weight: bold; display:block; padding:6px 0; text-decoration:none; background: url(../images/menu_button.gif) left top no-repeat;}
.menu li a:hover {width:126px; color: #fff; background:#351808; border:none; background: url(../images/menu_button_h.gif) left top no-repeat;
.menu li.hm { width:126px;  }
.menu li.hm a {   width:126px;}
 