body {
list-style-type:none;
list-style: none;
	margin-top: 0px;
	font-family: Arial;
}
h2 { font-size: 20px; color: #999; padding: .5em 0;list-style: none;}
h3 { font-size: 14px;list-style: none; }

/* Structure
------------------------------------------*/
#coolMenu,
#coolMenu ul {
	list-style: none;
list-style-type:none;
}
#coolMenu {
	float: left;
list-style: none;
list-style-type:none;
}
#coolMenu > li {
	float: left;
list-style: none;
list-style-type:none;
}
#coolMenu li a {
list-style: none;
list-style-type:none;
	display: block;
	height: 2em;
	line-height: 2em;
	padding: 0 1.5em;
	text-decoration: none;
}
#coolMenu ul {
list-style: none;
list-style-type:none;
	position: absolute;
	display: none;
	z-index: 999;
}
#coolMenu ul li a {
list-style: none;
list-style-type:none;
	width: 80px;
}
#coolMenu li:hover ul.noJS {
list-style: none;
list-style-type:none;
	display: block; 
}


/* Main menu
------------------------------------------*/
#coolMenu {
list-style: none;
list-style-type:none;
	font-family: Times;
	font-size: 17px;
    background: #222 url(overlay.png) repeat-x;
    display: inline-block;
    padding: 9px 10px 6px;
    color: #fff;
    text-decoration: none;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
    text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
    border-bottom: 1px solid rgba(0,0,0,0.25);
    position: relative;
    cursor: pointer

}
#coolMenu > li > a {
list-style: none;
list-style-type:none;
	color: #fff;
	font-weight: bold;
}
#coolMenu > li:hover > a {   
list-style: none;
list-style-type:none;
	color: grey;
}


/* Submenu
------------------------------------------*/
#coolMenu ul { /* color of highlighted area*/
list-style: none;
list-style-type:none;
    background: #222 url(overlay.png) repeat-x;
    padding: 5px 10px 6px;
    text-decoration: none;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
    text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
    border-bottom: 1px solid rgba(0,0,0,0.25);

    cursor: pointer
}
#coolMenu ul li a {
	color: white;
list-style: none;
list-style-type:none;
}
#coolMenu ul li:hover a {
	color: grey;
list-style: none;
list-style-type:none;
}
