
/*CSSMENU 200310*/

.solidblockmenu{
	margin: 0;
	padding: 0;
	float: left;
	font: bold 14px Arial;
	width: 100%;
	overflow: hidden;
	margin-bottom: 1em;
	/*border: 1px solid #625e00;*/
	/*border-width: 1px 0;*/
	background:#005B5C url(../images/blockdefault.gif) center center repeat-x;
}

.solidblockmenu li{
	display: inline;
}

.solidblockmenu li a{
	float: left;
	color: #ffffff;
	padding: 11px 33px 11px 33px;
	text-decoration: none;
	border-right: 1px solid #003B3C;
	border-left:1px solid #387374;
}
.solidblockmenu li a.first{
   border-left:0px;
}
.solidblockmenu li a.last{
   border-right:0px;
}

.solidblockmenu li a:hover, .solidblockmenu li.current a{
	color: #262726;
	background: transparent url(../images/blockactive.gif) center center repeat-x;
}
.solidblockmenu li.ddmenu a{
    background: url(../images/downarrow1.gif) right center no-repeat;
	cursor:default;
}
.solidblockmenu li.ddmenu a:hover{
   background: url(../images/downarrow1_h.gif) right center no-repeat;
}

/*END*/	



/* ######### Default class for drop down menus ######### */

.anylinkcss{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border-top-width: 0;
border: 1px solid #368D7D;
border-bottom-width: 0;
font: normal 12px Verdana;
line-height: 29px;
z-index: 200; /* zIndex should be greater than that of shadow's below */
background: #90C1BE;
width: 140px; /* default width for menu */

}

/* ######### Default class for drop down menus ######### */

.anylinkcss1{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border-top-width: 0;
border: 1px solid #368D7D;
border-bottom-width: 0;
font: normal 12px Verdana;
line-height: 29px;
z-index: 200; /* zIndex should be greater than that of shadow's below */
background: #90C1BE;
width: 156px; /* default width for menu */

}

.anylinkcss ul, .anylinkcss1 ul{
margin: 0;
padding: 0;
list-style-type: none;

}
.anylinkcss ul li, .anylinkcss1 ul li{
border-bottom: 1px solid #368D7D;
}

.anylinkcss ul li a, .anylinkcss1 ul li a{
display: block;
text-indent: 3px;
border-left: 1px solid #B6DEDE;
border-top: 1px solid #B6DEDE;
border-right: 1px solid #B6DEDE;
cursor: pointer;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
color: #343138;
}
.anylinkcss ul li a{
width:138px;
}
.anylinkcss1 ul li a{
width:154px;
}

.anylinkcss a:hover, .anylinkcss1 a:hover{ /*hover background color*/
color: #343138;
border-top:1px #B4D4D2 solid;
}


/* ######### class for shadow DIV ######### */


