/* common styling */
/* set up the overall width of the menu div, the font and the margins */

.menu {
	font-family: arial, sans-serif;
	width:750px;
	/*margin:0;
	margin:10px 0 0px 0;*/
height:80px;
	position:relative;
	z-index:100;
	text-transform: uppercase;
}
/* remove the bullets and set the margin and padding to zero for the unordered list */
.menu ul {
	padding:0;
	margin:0;
	list-style-type: none;
	list-style-image: none;
border-top:1px solid #57656D;
}
/* float the list so that the items are in a line and their position relative so that the drop down list will appear in the right place underneath each list item */
.menu ul li {
	float:left;
	position:relative;
	padding-left:0px;
	background:none;
height:30px; 
margin-top:0;
}
/* style the links to be 104px wide by 30px high with a top and right border 1px solid white. Set the background color and the font size. */
.menu ul li a, .menu ul li a:visited {
	display:block;
	text-align:left;
	padding-left:20px;
	text-decoration:none;
	width:86px;
	height:30px;
	color:#FFFFFF;
	border-width:1px 1px 0 0;
	padding-top:10px;
	line-height:30px;
	font-size:11px;
	background:url(menu_img.gif) no-repeat 0 0px;
	list-style-image: none;
/*margin-top:2px;
background:url(menu_img.gif) no-repeat 0 0px;*/
}
/* make the dropdown ul invisible */
.menu ul li ul {
display: none;
}

/* specific to non IE browsers */
/* set the background and foreground color of the main menu li on hover */
.menu ul li:hover a {
color:#fff; 
padding-top:10px;
	background:url(menu_img_hover.gif) no-repeat 0 0px;
}
/* make the sub menu ul visible and position it beneath the main menu list item */
.menu ul li:hover ul {
	display:block;
	position:absolute;
	width:749px;

	top:40px;
	left:0;
	color:#fff;
	font-size: 9px;
	text-transform: none;
	background: none;
border-top:none;
}
/* style the background and foreground color of the submenu links */
.menu ul li:hover ul li a {
	background: none;
	width:100%;
	height:20px;
padding-top:0;
padding-right:20px;
margin-top:0;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #999999;
	/*border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;*/
}
/* style the background and forground colors of the links on hover */
.menu ul li:hover ul li a:hover {
/*background:#dfc184; */
color:#000;
	background: none;
height:20px;
padding-top:0;
}

ul li:hover ul li.csshereclass {
	
/*display:block; 
text-align:left; 

width:100%;
color:#CCCCCC; 

font-size:11px;
font-weight:bold;
height:40px;
 line-height:30px; 
margin-top:0px;
padding-top:10px;*/
width:auto;
	background:none;
color:#FF9900; 
	height:20px;
padding-top:0;
padding-right:20px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #999999;
/*	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;*/




}
ul li.csshereclass  {
	
display:block; 
text-align:left; 
padding-left:20px;
text-decoration:none; 
width:86px; 
color:#FFFFFF; 
font-size:11px;
font-weight:bold;
height:40px;
 line-height:30px; 
margin-top:0px;
padding-top:10px;
	background:url(menu_img_hover.gif) no-repeat 0 0px;

}
ul li.csshereclass a:link,ul li.csshereclass a:active,ul li.csshereclass a:visited, ul li.csshereclass a:hover  {
margin-left:-20px;
margin-top:-10px;
background:none;
/*	
display:block; 
text-align:left; 
padding-left:0px;
margin-left:0;
text-decoration:none; 
width:86px; 
color:#FFFFFF; 
font-size:11px;
font-weight:bold;
height:40px;
 line-height:30px; 

	background:url(menu_img_hover.gif) no-repeat 0 0px;*/

}
.csslastclass a{


/*border-top:1px solid #57656D;


font-size:11px;



background:#cccccc;
height:30px;
 line-height:30px; */
}