
#menu ul {
	margin-top:				13px;		
	list-style-type: 		none;	
	
}

#menu li {	
	float: 					left;
	list-style-type: 		none;
	position:				relative;
	z-index:				400;
}

#menu a {	
	padding-left: 7px;	
	padding-bottom: 7px;	
	padding-right: 7px;	
	padding-top: 7px;	
	display:				block;			
	font-weight: 			bold;
	font-size:				11px;
	color: 					#ffffff;	
	text-decoration:		none;
	background-repeat: 		no-repeat;
	background-position: 	center right;
	
-moz-border-radius:4px;
-webkit-border-radius:4px;
border-radius:4px;
}

#menu ul ul {	
	filter:					alpha(opacity=90);
	-moz-opacity:			0.9;
	-khtml-opacity: 		0.9;
	opacity: 				0.9;
	
	position:				absolute;
	z-index:				500;
	top:					auto;
	width:					190px;
	

	margin-left:-50px; 
	margin-right:50px; 
	margin-top:0; 
	margin-bottom:50px; 
	
	padding-left:50px; 
	padding-right:50px; 
	padding-top:0; 
	padding-bottom:50px
	
	-moz-border-radius:4px;
-webkit-border-radius:4px;
border-radius:4px;
			
}

#menu ul.test {
	filter:					none;

}

#menu ul ul ul {	
	position:				absolute;
	z-index:				6000;
	top:					0;
	left:					100%;	
	-moz-opacity:			1;
	-khtml-opacity: 		1;
	opacity: 				1;
	
	background:				#c50202;
	
	margin-left:			0;
	padding-left:			0;
	
	-moz-border-radius:4px;
-webkit-border-radius:4px;
border-radius:4px;
}

#menu a:hover, #menu a.active {	
	color:					#333333;
	background-color:		#ffffff;	
	background-repeat: 		no-repeat;
	background-position: 	right center;
}

#menu ul ul a {

	font-family: "Lucida Grande", Verdana, Arial, sans-serif;

	font-weight: 			bold;
	font-size: 14px				;
	color: 					#efefef;
	background-color:		#333333;
	background-repeat: 		no-repeat;
	background-position: 	center left;		
	padding-left:			25px;
	padding-right:			0px;	
}

#menu ul ul a:hover {	
	color: white;	
	background-color: #c50202;	
	background-repeat: 		no-repeat;
	background-position: 	center left;	
}

#menu ul ul a.childArrow {
	background-repeat: 		no-repeat;
	background-position: 	center right;
}

#menu ul ul li {		
	width: 					100%;		
}
 
#menu ul ul,
#menu ul li:hover ul ul,
#menu ul ul li:hover ul ul,
#menu ul ul ul li:hover ul ul
	{display: none;}
	
#menu ul li:hover ul,
#menu ul ul li:hover ul,
#menu ul ul ul li:hover ul,
#menu ul ul ul ul li:hover ul
	{ clear: left; display: block;}
	
.copyright {
color: #FFF;
}

