/*body {
    background-color: #ffffff;
    font-size: 12px;
    font-family: Verdana, "Verdana CE",  Arial, "Arial CE", "Lucida Grande CE", lucida, "Helvetica CE", sans-serif;
    color: #000000;  
    margin: 10px;
}*/

h1 {
    font-family: Arial, "Arial CE", "Lucida Grande CE", lucida, "Helvetica CE", sans-serif;
    border-bottom: 1px solid #AFAFAF; 
    font-size:  16px;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    color: #D20005;
}

a:link, a:visited {
  color: #045491;
  font-weight : bold;
  text-decoration: none;
}

a:link:hover, a:visited:hover  {
  color: red;
  font-weight : bold;
  text-decoration : none;
}

#coolMenu,
coolMenu ul{
    list-style: none;
}

#coolMenu{
    font-family: Arial;
    font-size: 17px;
    background: #c2dfef;
    float: left;
    position: relative;
    margin-top: 0px;
}

#coolMenu > li{
    float: left
}

#coolMenu li a{
    display: block;
    height: 1.6em;
    line-height: 1.5em;
    padding: 0 0.6em;
    text-decoration: none;
}

#coolMenu ul {
    position: absolute;
    display: none;
    z-index: 999;
}

#coolMenu ul li a {
    width: 80px;
}

#coolMenu li:hover ul{
    
}

#coolMenu > li:hover > a {
    background: #f09d28;
    color: #000;
}
