/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#tabs {
   float:left;
   width:100%;
   font-size:93%;
   line-height:normal;
   border-bottom:2px solid #4BABE1;
/* margin-bottom:1em; margin between menu and rest of page*/
   overflow:hidden;
   }

#tabs ul {
   margin:0;
   padding:10px 10px 0 0px;
   list-style:none;
   
   }

#tabs li {
   display:inline;
   margin:0;
   padding:0;
   }

#tabs a {
   float:left;
   background: url("images/tab_left.gif") no-repeat left top;
   margin:0;
   padding:0 0 0 6px;
   text-decoration:none;
   }

#tabs a span {
   float:left;
   display:block;
   background: url("images/tab_right.gif") no-repeat right top;
   padding:6px 11px 4px 4px;
   margin-right:2px;
   color:#FFF;
   }

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}

/* End IE5-Mac hack */
#tabs a:hover span {
   }

#tabs a:hover {
   background-position:0% -42px;
   }

#tabs a:hover span {
   background-position:100% -42px;
   }

#tabs li {
   font-family: Georgia, "Times New Roman", Times, serif;
   font-size:1.3em;
   line-height:1.6em;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_d{
position:absolute;
top: 0;
border: 1px solid #79CCE0; /*THEME CHANGE HERE*/
border-width: 0 1px;
font-weight: normal;
font-size: 12px;
font-family: Georgia, "Times New Roman", Times, serif;
line-height:18px;
z-index:100;
background-color: #317ECD;
width: 154px;
visibility: hidden;
}


.dropmenudiv_d a{
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #79CCE0; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 2px 0;
text-decoration: none;
color: #FFFFFF;
font-family: Georgia, "Times New Roman", Times, serif;
}

* html .dropmenudiv_d a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_d a:hover{ /*THEME CHANGE HERE*/
background-color: #256EB7;
}
