/* Structure
------------------------------------------*/
#coolMenu,
#coolMenu ul {
	list-style: none;
	margin-right: 32px;
}
#coolMenu {
	float: right;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	behavior: url(/pie/PIE.htc);
	border-style: none;
}
#coolMenu > li {
	float: left;
}
#coolMenu li a {
	display: block;
	line-height: 2em;
	text-decoration: none;
	padding: 0 2.5em 0 2.5em;
}
#coolMenu ul {
	position: absolute;
	display: none;
	z-index: 999;
}
#coolMenu ul li a {
	position: relative;
}
#coolMenu li:hover ul.noJS {
	display: block; 
}


/* Main menu
------------------------------------------*/
#coolMenu {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	background-color: #5887B1;
}
#coolMenu > li > a {
	color: #fff;
	font-weight: bold;
	
}
#coolMenu > li:hover > a {
	background-color: #CCCCCC;
	line-height: 2em;
	color: #000000;
	font-style: italic;
	font-weight: bolder;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	behavior: url(/pie/PIE.htc);
	border-style: none;
}


/* Submenu
------------------------------------------*/
#coolMenu ul {
	background-color: #ccc;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	behavior: url(/pie/PIE.htc);
	border-style: none;
}
#coolMenu ul li a {
	color: #000;
	font-weight: bold;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	behavior: url(/pie/PIE.htc);
	border-style: none;
	
}
#coolMenu ul li:hover a {
	font-weight: bolder;
	font-size: 18px;
	font-style: italic;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	behavior: url(/pie/PIE.htc);
	border-style: none;
}
