/* list styles */
.MenuWidth { width: 150px;}

#nav, #nava, #nav2 {  
					margin-bottom: 0px; 
					background-color: #339933; }
					
ul ul { 	margin-left: 0px; }

ul, li { 	padding: 0px; 
			margin: 0px; list-style-type: none; color: #009; font-weight: normal; 
			}
			
li a { 		margin-left: 0px; 
			padding: 3px; 
			border-top: 1px solid #000000; 
			text-decoration: none; 
			width: 100%;
			height: auto; 
			color: #FFFFFF; 
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 10px;
  			font-weight: bold; 
			background-color: #339933; 
			display: block; }
			
li { display: inline; } /* fix for IE blank line bug */

ul > li { display: list-item; }

li > a { width: 100%; }

li li a { 	background-color: #99CC66;
			height: auto; 
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 10px;
  			font-weight:normal;
			color: #336633}

li li li a { background-color: #C1E0A3; height: auto; }
li a:hover { background-color: #99CC66; color: #336633; }

li li a:hover { background-color: #B6DA92; }

li li li a:hover { background-color: #DCEDCB; }

li a.samePage { color: #900; font-style: italic; font-weight: normal; }

.paddingText {
        text-indent:10px;
		}

.Main:hover { background-color: #99CC66; color: #336633; }
.BodyTextSmall9 {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #000000;
	text-align: justify;
}
.padding15NoBorder {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding: 15px;
}

#Subheaders { background-color: #99CC66;
				line-height: 20px; 
				text-align:center;
}

