body {
	background-image: url(../images/mainextend.jpg);
	background-repeat: repeat-x;
	height:100%;
	margin:0px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

.footer_text {
color:#FFFFFF;
font-size:11px;
font-weight:bold;
padding:9px 5px 5px 9px;

}

.header_text {
font-size:11px;
font-weight:bold;
color:#0000ff;
text-decoration:none;
font-family:Arial, Helvetica, sans-serif;
vertical-align:top;
line-height:16px;
}

h3 {
font-size:15px;
}

a {
color: #0000ff;
text-decoration: none;
}

a:visited {
color: #0000ff;
text-decoration: none;
}

a:hover  {
color: #0000ff;
text-decoration: underline;
}
/** Menu **/
		#nav{
			list-style: none;
			padding:0px;
			margin:0px;
		}	
		#nav ul { 
			padding:0px;
			margin:0px;
			list-style: none;
			width:170px;
			z-index:99;
			overflow:visible;
			position:absolute; 
			background-image: url(../images/menu_background2.jpg);
		}	
		#nav li { 
			position: relative; 
			width: 170px;
			border-bottom:none;
			display:block;
			height:22px; /*auto */
			margin:0px;
			background-image: url(../images/menu_background2.jpg);
			
		}	
		#nav a {
			text-decoration:none; 
			display:block;
			padding: 3px 0px 0px 7px ;  
			margin: 0px 0px 0px 0px ;  
			/*background-repeat:no-repeat;*/
			width:160px; /*helps IE with hover */
			height:22px;
			line-height:22px;
			font-size:12px;
			color:#000000;
			font-weight:bold;
			font:Arial, Helvetica, sans-serif;
		}
		#nav a:hover{
			color:#000000;
			font-weight:bold;
			font:Arial, Helvetica, sans-serif;
		}
		#nav ul, #nav ul ul, #nav ul ul ul{
			display:none; 
			position:absolute; 
			top:0px; 
			left:170px;
		}	
		#nav li:hover ul ul, #nav li:hover ul ul ul{
			display:none; 
			background-image: url(../images/menu_background2.jpg);
		}
		#nav li:hover ul, #nav ul li:hover ul, #nav ul ul li:hover ul{
			display:block;
			background-image: url(../images/menu_background2.jpg);
		}	
		li>ul { 
			top: auto;
			left: auto;
		}
		
		/* Win IE only \*/
		* html #nav li{
			float:left;
		} 
		/* end holly hack */

