/* DOS CSS Evolution: Heron                   DAR        */
/* Version 1.0                                Aug 2010   */
/* Header stylesheet                                     */
/*---------------------- top menu -----------------------*/

#topnavspacer{
 float: left;
 width: 960px;
 height: 3px;
 background-color: #eee;
}

#topnav li {
 float: right;
 margin: 3px 15px 0 0;
 font-size: 90%;
}

#topnav a {
  color: #808080;
  text-decoration: none;
  font-weight: bold;
  font-size: 85%;
}

#topnavvert {
  background: url("../images/img/menu_vert.gif") repeat-y bottom right;
}

#topnav a:hover {
  color: #0059BC;
  font-weight: bold;
  cursor: hand;
}

#topnav {
 width: 935px;
 height: 1.25em;
 padding: 3px 10px 5px 15px;
 list-style: none;
 font-size: medium;
 background-color: #EAECEE;
 position: relative;
 z-index: 0;
 }

#topfind {
  float: right;
  margin-right: 10px;
  color: #000;
  font-size: 80%;
}

#topfindmessage {
  color: #0059BC;
  font-size: 85%;
}

#topsearch {
  color: #0059BC;
  font-size: small;
}

/*-------------------- end top menu -----------------*/

#doslogo {
  float: left;
  width: 100%;
  list-style: none;
  color: #0059BC;
  position: relative;
  z-index: 10;
  background-color: #EAECEE;
}

#logo {
  float: left;
  width: 10%;
  margin-top: 1em;
  margin-left: 1em;
}

#logo img {
  width: 80%;

}

#logotag {    /*--- hacks for IE   */
  float: left;
}

/*------------------- dropdown menu block -------------------*/

#pmenu, #pmenu ul {
  list-style-type: none;
  width: 960px;
}

#pmenu {
  display: inline;
  position: relative;
  z-index: 100;
  background: #02BEBC;
  float:left;
  margin-left: 0em;
}

#pmenu ul {
  width: 12em;
}

#pmenu li {
  float:left;
  width: 12em;
  margin-left: 0;
  margin-right: -5px;
  position:relative;
  display: inline; /* needed to make IE6 work */
}

#pmenu a, #pmenu a:visited {
  display:block;
  font-size:112%;
  font-family: Arial;
  color:#EAF8F8;
  height: 3em;
  line-height: 3em;
  text-decoration:none;
  text-indent: 0.5em;
  background: #02BEBC;
  border-width:0 1px 1px 0;
}

#pmenu li:hover > a{
  background:#dfd7ca;
  color:#0059BC;
}
#pmenu li ul {
  display: none;
  margin-left: 0em;
}
#pmenu li:hover > ul {
  display:block;
  position:absolute;
  top:0;
}
#pmenu > li:hover > ul {
  left: 0;
  top: 38px;
}


/* IE6 hacks */
* html div #pmenu, #pmenu ul, #pmenu li, #pmenu a {
    \margin-left: -0em; /* for IE5 and IE6 in quirks mode */
    m\argin-left: -0em; /* for IE6 in standards mode */
}

/*------------------- end of dropdown menu block -------------------*/

/*------------------- hack for IE6 to make hover work  -------------*/

body {
  behavior:url("csshover.htc");
}


