
#h_menu {
height:35px;
width:100%;
background:url(/img/menu/black_0.gif);
position:relative; 
font-family:arial, verdana, sans-serif; 
font-size:12px;
z-index:100;
}

#h_menu .select {
	margin: 0 ;
	padding: 0;
	list-style: none;
	white-space: nowrap;
	
}

#h_menu li {
float:left;
background:url(/img/menu/black_1.gif);
margin-top:0px;
}



#h_menu .select a {
	display: block;
	height: 35px;
	float: left;
	background: url(/img/menu/black_0.gif);
/*	padding: 0 0 0 15px; */
   padding: 0 0 0 10px;	
	text-decoration: none;
	line-height: 33px;
	white-space: nowrap;
	color: White;
}




#h_menu .select a b {
display:block;
/*padding:0 30px 0 15px; */
padding:0 30px 0 10px; 
background:url(/img/menu/black_0.gif) right top;
}

#h_menu .select li.line a b {
background:url(/img/menu/black_0a.gif) right top;
}

#h_menu .select a:hover, 
#h_menu .select li:hover a {
background: url(/img/menu/black_1.gif); 
padding:0 0 0 10px;
cursor:pointer; 
color:#fff;
}



#h_menu .select a:hover b, 
#h_menu .select li:hover a b {
display:block; 
float:left;
padding:0 30px 0 10px; 
background:url(/img/menu/black_1.gif) right top; 
cursor:pointer;
}

#h_menu .select li.line a:hover b, 
#h_menu .select li.line:hover a b {
background:url(/img/menu/black_1a.gif) right top; 
}



#h_menu .sub {
position:absolute; left:-9999px; width:0;
}

/* IE6 only */
#h_menu table {
border-collapse:collapse; 
margin:-1px -10px -1px -1px; 
font-size:1em; 
width:0; 
height:0;
}

#h_menu .sub {
margin:0; 
padding:0;
list-style:none;
}

#h_menu .sub li {background:transparent;}

#h_menu .select :hover .sub {
height:25px;
position:absolute;
width:100%;
top:35px;
left:0; 
text-align:center;
background:#fff url(/img/menu/fade.gif);
border-bottom:1px solid #aaa;
}

#h_menu .select :hover .rt li {float:right;}

#h_menu .select :hover .sub li a 
{display:block; height:25px; line-height:22px; float:left; background:#fff url(/img/menu/fade.gif); padding:0 16px; margin:0; white-space:nowrap; color:#333;font-size:11px;}

#h_menu .select :hover .sub li.subline a {color:#c00;}

#h_menu .select :hover .sub li a:hover,
#h_menu .select :hover .sub li:hover
{color:#000; line-height:20px; position:relative; background:#fff url(/img/menu/fade.gif) left bottom;}
