/* Style for Drop Down Menu - Main Nav */
.dropmenudiv{
text-align:left;
position:absolute;
top: 0;
border: 3px solid #ffffff; /*THEME CHANGE HERE*/
border-bottom: 0px;
border-top: 0px;
font:normal 10px arial, verdana;
line-height:18px;
z-index:100;
background-color: white;
/* width: 194px; */
visibility: hidden;
margin-top: 3px;
margin-left: -3px;
}

.dropmenudiv a{
width: auto;
display: block;
text-indent: 10px;
border-bottom: 3px solid #ffffff; /*THEME CHANGE HERE*/
padding: 3px 0;
text-decoration: none;
font-weight: normal;
font-size: 11px;
color: #ffffff;
background-color: #1d4872;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #1d4872;
color: #ffffff;
}


/* topnav styles */
#topnav { }
#topnav td { }

a.toplink { color: #000000; text-decoration: none; font-size: 12px; text-align: right; padding-right: 10px; }

a.toplink_about1 { color: #000000; background-color: #fa0309; text-decoration: none; font-size: 12px; text-align: right; padding-right: 10px; }
a.toplink_about2 { color: #000000; background-color: #fd7618; text-decoration: none; font-size: 12px; text-align: right; padding-right: 10px; }
a.toplink_about3 { color: #000000; background-color: #ffb320; text-decoration: none; font-size: 12px; text-align: right; padding-right: 10px; }

a.toplink_services1 { color: #000000; background-color: #539f00; text-decoration: none; font-size: 12px; text-align: right; padding-right: 10px; }
a.toplink_services2 { color: #000000; background-color: #78c60f; text-decoration: none; font-size: 12px; text-align: right; padding-right: 10px; }
a.toplink_services3 { color: #000000; background-color: #a9f032; text-decoration: none; font-size: 12px; text-align: right; padding-right: 10px; }

a.toplink_contact1 { color: #000000; background-color: #2e95e3; text-decoration: none; font-size: 12px; text-align: right; padding-right: 10px; }
a.toplink_contact2 { color: #000000; background-color: #75b8ec; text-decoration: none; font-size: 12px; text-align: right; padding-right: 10px; }
a.toplink_contact3 { color: #000000; background-color: #b1d8fe; text-decoration: none; font-size: 12px; text-align: right; padding-right: 10px; }

a.toplink:hover { color: #ffffff; background-color: #1d4872; }

/*
a.toplink_sel { color: #000000; text-decoration: none; font-weight: bold; font-size: 12px; text-align: right; padding-right: 10px; }
a.toplink_sel:hover { color: #ffffff;  }
*/
/* End */


/* Tab Nav */
#mainnav {
  float:left;
  width:100%;
  }
#mainnav ul {
  padding:10px 10px 0;
  list-style:none;
  }
#mainnav li {
  float:left;
  margin:0;
  }
#mainnav a {
  float:left;
  display:block;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#mainnav a {float:none;}
/* End IE5-Mac hack */
#mainnav a:hover {
  color:#333;
  }
#mainnav #current {
  margin-bottom:-1;
  }
#mainnav #current a {
  padding-bottom:5px;
  }
  
