body {
	margin-top: 50px;
	font-family: Segoe UI, Arial;
}
h2 { font-size: 20px; 
     /*color: #999; */
     padding: .5em 0;}
h3 { font-size: 14px; }

/* Structure
------------------------------------------*/
#coolMenu,
#coolMenu ul {
    list-style: none;
}
#coolMenu {
    float: left;
}
#coolMenu > li {
    float: left;
    /*border-left: thin solid #fff;*/
    border-right: thin solid #fff;
    margin: .2em 0;
}
#coolMenu li a {
    display: block;
    height: 2em;
    line-height: 2em;
    padding: 0 1.5em;
    text-decoration: none;
}
#coolMenu ul {
    position: absolute;
    display: none;
    z-index: 999;
}
#coolMenu ul li a {
    width: 80px;
}
#coolMenu li:hover ul.noJS {
    display: block; 
}


/* Main menu
------------------------------------------*/
#coolMenu {
    font-family: Arial;
    font-size: 12px;
    background: #1F5388; /*#2f8be8;*/
    /*border-top-right-radius: 1em;
    border-top-left-radius: 1em;
    border-bottom-right-radius: 1em;
    border-bottom-left-radius: 1em;*/
    width: 100%;
}
#coolMenu > li > a {
    color: #fff;
    font-weight: bold;
}
#coolMenu > li:hover > a {
    background: #ccc;/*#f09d28;*/
    color: #000;
}



/* Submenu
------------------------------------------*/
#coolMenu ul {
    background: #1F5388;/*#f09d28;*/
    border: #ccc solid thin;
}
#coolMenu ul li a {
    color: #fff;
    width: 100px;
}
#coolMenu ul li:hover a {
    background: #3485D8;/*#ffc97c;*/
}