 
/* Structure
------------------------------------------*/
#coolMenu,
#coolMenu ul {
	list-style: none;
}
#coolMenu {
	float:left;
	width:100%;
}
#coolMenu > li {
	float:left;
}
#coolMenu li a {
	display: block;
	width:auto;
	height: 35px;
	line-height: 2.7em;
	padding: 0 1.0em;
	text-decoration: none;
	
 

}
#coolMenu ul {
	position:absolute;
	display: none;
	z-index: 1500;
 
}
#coolMenu ul li a {
	width:auto;
	line-height: 2.7em;
	padding: 0 1.0em;
 
	
}
#coolMenu li:hover ul.noJS {
	display: block; 
	
}


/* Main menu
------------------------------------------*/
#coolMenu {
	font-family: Arial;
	font-size: 13px;
	color: #fff;
	
 
 
}
#coolMenu > li > a {
	color: #fff;

}
#coolMenu > li:hover > a {
 
	color: #000;
}


/* Submenu
------------------------------------------*/
 
#coolMenu ul {
	background: #703d8a;
	width:auto;

 
 
	
	
 
	
	
 

	
}
#coolMenu ul li a {
	color: #fff;
	
}
#coolMenu ul li:hover a {
	background: #dedfe1;
	color: #bd003b;
	width:auto;
	
 
}