

/* Structure
------------------------------------------*/
#coolMenu,
#coolMenu ul {
	list-style: none;
}
#coolMenu {
	
	width:1230px;
	margin-left: auto;
	margin-right: auto;
}
#coolMenu > li {
	float: left;
}
#coolMenu li a {
	display: block;
	
	line-height: 2em;
	padding: 0 1.5em;
	text-decoration: none;
	color:#ffffff !important;
	height: 25px;
	margin-top:5px;
	margin-right: 26px;
	text-transform: uppercase;
}
#coolMenu ul {
	position: absolute;
	display: none;
	z-index: 999;
}
#coolMenu ul li a {
	
}
#coolMenu li:hover ul.noJS {
	display: block; 
}


/* Main menu
------------------------------------------*/

#coolMenu > li > a {
	color: #fffff!important;
	font-weight: bold;
}
#coolMenu > li:hover > a {
	background: #DD4246 ;
	color: #ffffff;
}


/* Submenu
------------------------------------------*/
#coolMenu ul {
	background: #DD4246;
	color: #ffffff !important;
}
#coolMenu ul li a {
	color: #ffffff !important;
}
#coolMenu ul li:hover a {
	background: #DD4246;
	color:#ffffff;
}