
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.headersolidblockmenu {
margin: 0;
padding: 0;
position:absolute;
z-index:1000;
float: center;
width: 885px;
border: 1px solid #625e00;
border-width: 1px 0;
list-style-type: none;
font-size: 13px;
font-weight: bold;
background-repeat: repeat-x;
background-position: center center;
background-color: black;
background-image: url(../images/blockdefault.gif);
}

.headersolidblockmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
font-size: 13px;
font-weight: bold;
}

/*Top level list items*/
.headersolidblockmenu ul li{
position: relative;
display: inline;
float: left;
background-repeat: repeat-x;
background-position: center center;
background-image: url(../images/blockdefault.gif);
}

/*Top level menu link items style*/
.headersolidblockmenu ul li a{
float: center;
display: block;
width: 145px; /*Width of top level menu link items*/
padding: 3px 0px;
border-left-width: 0;
text-decoration: none;
text-align:center;
color: white;
}
	
/*1st sub level menu*/
.headersolidblockmenu ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: list-item;
visibility: hidden;
background: #F3F3F3
text-align: left;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.headersolidblockmenu ul li ul li{
display: list-item;
float: none;
background: #F3F3F3
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.headersolidblockmenu ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
.headersolidblockmenu ul li ul li a{
display: block;
width: 200px; /*width of sub menu levels*/
color: #5c5b60;
text-decoration: none;
padding: 1px 5px;
border: 1px solid #ccc;
}

.headersolidblockmenu ul li a:hover, .headersolidblockmenu a:hover{
color: white;
background-repeat: repeat-x;
background-position: center center;
background-color: black;
background-image: url(../images/blockactive1.gif);
}



* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .headersolidblockmenu ul li { float: left; height: 1%; }
* html .headersolidblockmenu ul li a { height: 1%; }
/* End */

.headersolidblockmenu1 {
margin: 0;
padding: 3px 10px;
float: right;
width: 100%;
border: 1px solid #625e00;
border-width: 1px 0;
list-style-type: none;
font-size: 13px;
font-weight: bold;
background-repeat: repeat-x;
background-position: center center;
background-color: black;
background-image: url(../images/blockdefault.gif);
text-decoration: none;
color: white;
}

.headersolidblockmenu1 a {
text-decoration: none;
color: white;
}

.headersolidblockmenu1 a:link {
text-decoration: none;
color: white;
}

.headersolidblockmenu1 a:hover {
color: white;
background-repeat: repeat-x;
background-position: center center;
background-image: url(../images/blockactive1.gif);
}


