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

.footersolidblockmenu {
margin: 0;
padding: 0;
float: left;
width: 100%;
list-style-type: none;
font-size: 11px;
font-weight: bold;
background-repeat: repeat-x;
background-position: center center;
background-color: black;
background-image: url(../images/blockdefault.gif);
font-family: sans-serif;
}

.footersolidblockmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
font-size: 11px;
font-weight: bold;
}

/*Top level list items*/
.footersolidblockmenu 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*/
.footersolidblockmenu ul li a{
display: block;
width: 90px; /*Width of top level menu link items*/
padding: 3px 5px;
border-left-width: 0;
text-decoration: none;
color: #aeaeae;
}
	

/*Sub level menu list items (undo style from Top level List Items)*/
.footersolidblockmenu ul li ul li{
display: list-item;
float: none;
background: #F3F3F3
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.footersolidblockmenu ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
.footersolidblockmenu 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;
}

.footersolidblockmenu ul li a:hover, .footersolidblockmenu a:hover{
color: white;
background-repeat: repeat-x;
background-position: center center;
}



* 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 .footersolidblockmenu ul li { float: left; height: 1%; }
* html .footersolidblockmenu ul li a { height: 1%; }
/* End */

.footersolidblockmenu1 {
margin: 0;
padding: 3px 0px;
float: left;
width: 100%;
list-style-type: none;
font-size: 11px;
font-weight: bold;
background-repeat: repeat-x;
background-position: center center;
background-color: black;
background-image: url(../images/blockdefault.gif);
text-decoration: none;
font-family: sans-serif;
}

.footersolidblockmenu1 a {
color: #aeaeae;
text-decoration: none;
}

.footersolidblockmenu1 a:hover {
color: white;
background-repeat: repeat-x;
background-position: center center;
}


.footersolidblockmenu2 {
margin: 0;
padding: 3px 5px;
float: right;
width: 100%;
list-style-type: none;
font-size: 11px;
font-weight: bold;
background-repeat: repeat-x;
background-position: center center;
background-color: black;
background-image: url(../images/blockdefault.gif);
text-decoration: none;
font-family: sans-serif;
}

.footersolidblockmenu2 a {
text-decoration: none;
color: #aeaeae;
}

.footersolidblockmenu2 a:hover {
color: white;
background-repeat: repeat-x;
background-position: center center;
}



