/* CSS Document */


.dropmenudiv_a{
position:absolute;
top: 0;
font-family:Verdana;
font-variant:small-caps;
font-size:11px;
color:#000000;
line-height:18px;
z-index:100;
background-color: #82d552;
width: 200px;
visibility: hidden;
}


.dropmenudiv_a a{
width: auto;
display: block;
text-indent: 5px;
border-top: 0 solid #FDE8E9;
border-bottom: 1px solid #FDE8E9; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color: white;
font-family:Verdana;
 font-variant:small-caps;
font-size:11px;
color:#000000;
}
.dropmenudiv_a a.sub_bottom{
width: auto;
display: block;
text-indent: 5px;
padding: 2px 0;
text-decoration: none;
color: white;
background: transparent url(../images/sub_bottom.gif) bottom left no-repeat;
font-family:Verdana;
 font-variant:small-caps;
font-size:11px;
color:#000000;
}

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

.dropmenudiv_a a:hover{ /*THEME CHANGE HERE*/
background-color: #78c949;
color: #000;
}
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.solidblockmenu{

margin: 0;
padding: 0;
float: left;
font: bold 13px Arial;
width: auto;
border: 0px solid #625e00;
border-width: 0px 0;
background: transparent url(blockdefault.gif) center center repeat-x;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: left;
color: #000;
padding: 9px 11px;
text-decoration: none;
border-right: 1px solid white;
}
.solidblockmenu a.left{
float: left;
color: #000;
padding: 9px 11px ;
text-decoration: none;
border-right: 1px solid white;
background:url(blockdefault_left.gif)  top left no-repeat;
}

.solidblockmenu a.right{
float: left;
color: #000;
padding: 9px 11px 9px 11px;
text-decoration: none;
border-right: 0px solid white;
background:url(blockdefault_right.gif)  top right no-repeat;
}

.solidblockmenu li a:visited{
color: #000;
}

#blockmenu a:hover.left{background: transparent url(blockactive_left.gif) top left no-repeat;}
#blockmenu a:hover.right{background: transparent url(blockactive_right.gif) top right no-repeat;}

#blockmenu a#current{background: transparent url(blockactive_right.gif) top right no-repeat;}



.solidblockmenu li a:hover, .solidblockmenu li .current{
color: #000;
background: transparent url(blockactive.gif) center center repeat-x;
}
