
#menupad{	width:980px; float:left;  
}

#containermenu {
	text-align: left;
	margin: 0px auto 10px 0px ;
	 height:50px; width:980px;  float:left; padding:0px 0px 0px 0px;
	
}

/* Menu
---------------------------------------------------------------------------------------- */
#menu {
	
	float:left;	
	list-style: none;		
	background:url(../images/menubg.gif); width:980px; height:50px;	
	font-family:  Tahoma, Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#FFF; padding:0px 0px 0px 0px; margin:0px 0px 0px 0px; border:1px solid #414141; 
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	behavior: url(js/PIE.htc);
	position:relative;

	
}
#menu li {
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
}
#menu a {
	float: left;
	display: block;
	padding: 15px 15px 15px 15px;
	text-decoration: none;
	color: #575757;
	font-weight: none;
	border-bottom: 0px solid #d1d1cf;
	border-left: 0px solid #DEE7C2; background: url(../images/navarrow.png) no-repeat left center ;
}
#menu a:hover {background:; /*border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	behavior: url(js/PIE.htc);
	position:relative;*/ color:#FFF; }
/* The Drop Down: */
#menu .parent a {background: url(../images/navarrow.png) no-repeat left center;}
#menu .activeParent a {
	color: #FFF;
	background:;

}
#menu .parent ul {display: none;  background: url(../images/navarrow.png) no-repeat left center; } /* Hides the dropdown */
#menu .activeParent ul {
	float: left;
	width: 190px; /* The width of the dropdown */
	margin: 0;
	padding: 0;
	position: absolute;
	top: 3.3em !important; /* For Standard Compliant Browsers */
	top: 3.3em; /* For IE */
	left: 0;
	list-style: none;
	z-index: 1000; color: #999;
	background: #090909;
}
#menu .activeParent li {
	float: left;
	margin: 0;
	padding: 0;
}
#menu .activeParent li a {
	float: left;
	width: 170px; /* The width of the dropdown */
	margin: 0;
	padding: 8px 9px 8px 9px;
	color: #999;
	display: block;
	background: #090909;
	font-size: 90%;
	border-bottom: 1px solid #1C1C1C;
	border-right: 1px solid #1C1C1C;
	border-left: 1px solid #1C1C1C;
}
#menu .activeParent li a:hover {
	background: #1C1C1C;
	color: #FFF; width: 170px; /* The width of the dropdown */
	padding: 8px 9px 8px 9px;
}