body{
background:url(../images/bg.jpg) repeat-x top center #373737;
}

a:link {  color: #333333; text-decoration: underline}
a:visited {  color: #333333; text-decoration: underline}
a:hover {  color: #333333; text-decoration: none}
.logo {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 26px; font-weight: bold; color: #AEC3E5}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.title {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 18px; font-weight: bold; color: #5678BB}
 
/* nav tab */
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.solidblockmenu{
margin: 0;
padding: 0 0 0 15%;
float: left;
font: bold 13px Arial;
width: 100%;
border: 1px solid black;/*#625e00*/
border-width: 1px 0;
background: black url(../images/blockdefault.gif) center center repeat-x;
text-align:center;
}

.solidblockmenu li{
display: inline;
text-align:center;

}

.solidblockmenu li a{
float: left;
color: white;
padding: 9px 11px;
text-decoration: none;
border-right: 1px solid white;
border-left: 1px solid white;
}

.solidblockmenu li a:visited{
color: white;
text-decoration:none;
}

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

</style>

[if IE]>
<style type="text/css">
p.iepara{ /*Conditional CSS- For IE (inc IE7), create 1em spacing between menu and paragraph that follows*/
padding-top: 1em;
}
</style>
<![endif]

/* Vertical left menus*/
/*- Menu 4--------------------------- */
	
.menu4 {
	width: 100px;
	margin: 10px;
	border-style: solid solid none solid;
	border-color: #000;
	border-size: 1px;
	border-width: 1px;
	}
	
.menu4 li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}	
	
.menu4 li a:link, .menu4 li a:visited {
	color: #CCC;
	display: block;
	background:  url(../menu4.gif);
	padding: 8px 0 0 10px;
	text-decoration: none;
	}
	
.menu4 li a:hover {
	color: #FFF;
	background:  url(../menu4.gif) 0 -32px;
	padding: 8px 0 0 10px;
	}	
	
