/* common styling */
.menu1 {
font: bold 12px Tahoma;
text-align: center;
background: #000000; /*background of menu bar (default state)*/
width: 100%;
z-index: 10;
height: 30px;
font-stretch:ultra-condensed;
}
.menu1 ul {
z-index:100;
margin: 0;
padding: 0;
list-style-type: none;
}
/*Top level list items*/
.menu1 ul li {
	float:left;
	position:relative;
	z-index:100;
	display: inline;
}
/*Top level menu link items style*/
.menu1 ul li a{
display: block;
background: #000; /*background of menu items (default state)*/
color: white;
padding: 8px 10px;
border-right: 1px solid #778;
text-decoration: none;
font-size: 12px;
}
.menu1 ul li a:link, .menu1 ul li a:visited {
	color:#fff;
	}
.menu1 ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background: black; 
color: white;
}
.menu1 ul li a:hover{
background: #cfcfcf; /*background of menu items during onmouseover (hover state)*/
color: white;
text-decoration: none;
font-size: 12px;
}
/*1st sub level menu*/
.menu1 ul li ul {	
	display: none; /*collapse all sub menus to begin with*/	
}
/*
.menu1 ul li ul li {	
	background-color: #222;
	font-size: 10px;
	width: 350px;
	height: 200px;	
}*/
.menu1 ul li:hover ul {display:block; position:absolute; top:30px;}

.menu1 ul li ul a{
display: inline;
background: transparent; 
color: red;
padding: 0;
border: 0;
text-decoration: none;
font-size: 11px;
font-weight: normal;
}
.menu1 ul li ul a:hover{text-decoration:underline;font-size: 11px;background: transparent; }

.des_menu_w{	
	width:1002px;	
	height: 180px;
	margin-left: -2px;
	padding-bottom: 10px;	
/*	background: #cfcfcf; */
	background: black;
	z-index: 100;
	text-align: left;	
}
.des_menu_m{
	width: 762px;
	height: 180px;
	margin-left: -150px;
	padding-bottom: 10px;
/*	background: #cfcfcf; */
	background: black;
	z-index: 100;
	text-align: left;	
}
.des_menu_b{	
	width:1002px;	
	height: 180px;	
	margin-left: -301px;	
	padding-bottom: 10px;	
/*	background: #cfcfcf; */
	background: black;
	z-index: 100;
	text-align: left;
}
.des_menu_big{	
	width:1002px;	
	height: 180px;	
	margin-left: -707px;	
	padding-bottom: 10px;	
/*	background: #cfcfcf; */
	background: black;
	z-index: 100;
	text-align: left;	
	border: 4px double black;
}
.menu_link a{
	font-size: 11px;font-weight:normal;color: red;text-decoration:none;display:inline;padding:0px;border:none;background:transparent;
	}
.menu_link a:hover{
	font-size: 11px;
	color: red;
	text-decoration:underline;
}
