#dropdown{

width:900px;
	display:block;
	list-style:none;
	margin:0 auto;
	padding:0;
	z-index:5;
	text-align: center;
	font-size:14px;
	background-color:#fff;
	border-bottom:3px solid #a02237;
	height:30px;
		overflow:hidden;
}	
.dropdown{
	visibility:hidden;
	margin:0;
	padding:0;
	list-style:none;
	
}

/* these are the inner menus*/
.dropdown ul{
	margin:0;
	padding:0;
}

/* these are all the LIs in the menu*/
.dropdown li{
	margin:0;
	height:30px;
	line-height:30px;
	cursor:pointer;
	
}

/* these are anchor in the menu, if you want to style them differently from the rest of you website*/
.dropdown a{
	text-decoration:none;
	text-align:center;
	font-size:12px;
	color:#fff;
	/*line-height:30px;*/
	display:block;
	padding:5px 25px 5px 25px;
	background-color:#ccc;
	background:#a02335 url(../images/menu_bg.gif) repeat-x;
	background-position:100% -30px;
	

	


}

.dropdown a:hover{
	text-decoration:none;
}

/* these are the LIs that only belong to submenu*/
.dropdown ul li{
	width:200px;
	text-align:left;
	background-color:#fff;
}
.dropdown ul li a{
	text-align:left;
	background:none;
	display:block;
	width:150px;
		

}
.dropdown ul li a:hover{
color:#ab2332;
background-color:#e6e6e6;
}
/* these are the LIs that contains a submenu*/
.dropdown li.submenu{
 
}

/* these are the LIs that contains a submenu and which are in a sub-menu themselve*/
.dropdown ul li.submenu{

}

#banner .lang_btn_li{ position:absolute; right:0; top:0; padding-right:10px;}
#banner .lang_btn_li a{ line-height:30px; color:#444;}

