/* CSS Document */

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_a{
border-left:0px solid #980E10; border-right:0px solid #980E10; border-top:8px solid #980E10; border-bottom:0px solid #980E10; position:absolute;
top: 0;
/*THEME CHANGE HERE*/
/*Top border width. Should match height of .ddcolortabsline above*/
line-height:18px;
z-index:100;
background-color: #980E10;
width: 100px;
visibility: hidden; font-style:normal; font-variant:normal; font-weight:normal; font-size:12px; font-family:Arial
}


.dropmenudiv_a a{
width: auto;
display: block;
text-indent: 5px;
border-top: 0px solid #fde8e9;
border-bottom: 1px solid #FDE8E9; /*THEME CHANGE HERE*/
text-decoration: none;
color: white; padding-left:0; padding-right:0; padding-top:2px; padding-bottom:2px
}
.dropmenudiv_a a.sub_bottom{
width: auto;
display: block;
text-indent: 5px;
border-top: 0px solid #678b3f;
border-bottom: 0px solid #678b3f; /*THEME CHANGE HERE*/
text-decoration: none;
color: white;
background: url('sub_bottom.gif') no-repeat bottom left;; padding-left:0; padding-right:0; padding-top:2px; padding-bottom:2px
}

* html .dropmenudiv_a a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_a a:hover{ /*THEME CHANGE HERE*/
background-color: #8a3c3d;
color: white;
}
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.solidblockmenu{
border-left:0px solid #00000; border-right:0px solid #00000; border-top:1px solid #00000; border-bottom:1px solid #00000; margin:0; padding:0; float: left;
width: 100%;
background: black repeat-x center;; font-style:normal; font-variant:normal; font-weight:bold; font-size:13px; font-family:Arial
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: left;
color: white;
padding: 7px 7px;
text-decoration: none;
border-left: 1px solid white;
}

.solidblockmenu li a:visited{
color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
color: white;
background: url('blockactive.gif') repeat-x center;
}
