		#nav{
			list-style: none;
			width:148px;
			padding:0px;
			padding: 0px 0px 0px 0px;
			margin:0px;
			list-style: none;
			font-family: Arial, Verdana, Helvetica, sans-serif;
			font-size: 10px;
			font-weight: bold;
			color: #ffffff;
			BORDER-left: 1px Solid #CCCCCC;  
		    BORDER-bottom: 1px Solid #CCCCCC;
		}	
		#nav ul { 
			padding:0px;
			margin:0px;
			list-style: none;
			width:138px;
			z-index:99;
			overflow:visible;
			position:absolute;  
			BORDER-left: 1px Solid #CCCCCC; 
		}	
		#nav li { 
		    
			position: relative; 
			width: 138px;
			border-bottom:none;
			display:block;
			margin:0px;
		}	
		#nav li a {
			text-decoration:none; 
			display:block;
			padding: 7px 0px 7px 10px;
			margin:0px; /*helps Opera with hover */
			width:138px; /*helps IE with hover */
			vertical-align:middle;
			font-size:12px;
			background-color:#990000; 
			color:#ffffff;
		    border-top:1px solid #CCCCCC;
			BORDER-RIGHT: 1px Solid #CCCCCC; 
		}

		#nav li a:hover {
			text-decoration:none; 
			display:block;
			padding: 7px 0px 7px 10px; 
			margin:0px; /*helps Opera with hover */
			width:138px; /*helps IE with hover */
			vertical-align:middle;
			font-size:12px;
			background-color:#99948E; 
			color:#ffffff;
		}

		#nav ul, #nav ul ul, #nav ul ul ul, #nav ul ul ul ul{
			display:none; 
			position:absolute; 
			top:0px; 
			left:148px;
			width:148px;
			BORDER-BOTTOM: 1px Solid #CCCCCC;
		}	
		
		#nav li:hover ul ul, #nav li:hover ul ul ul{
			display:none; 
		}
		#nav li:hover ul, #nav ul li:hover ul, #nav ul ul li:hover ul{
			display:block;
		}	
		
		li>ul { 
			top: auto;
			left: auto;
		}
		
		/* Win IE only \*/
		* html #nav li{
			float:left;
		} 
		/* end holly hack */
.header {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}
.text {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height:160%;
}
.textBold {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}
a {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
a:hover {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #8B0134;
}
h1 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #8A0000;
}
.textBoldunderline {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-decoration: underline;

}
.textunderline {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: underline;

}