#mainnav {
	font: normal 13px/13px arial,helvetica,sans-serif;
	text-transform:uppercase;
	margin: 0; padding:0;
	float:left;
	color: #333333;
	}
	
#mainnav ul {
	list-style: none;
	border:0; margin:4px 0 0 10px; padding:0;
	}
		
#mainnav li {
	list-style-type: none;
	background: url(/_img/bullet.gif) top left no-repeat;
	background-position: 0 5px;
	margin:0 0 10px 0; padding:0 0 0 15px;
	}

/* below is where you specify the height of the block and the display */
		
#mainnav li a {
		color: #333333;
		text-decoration: none;
		padding:0;
		}

	#mainnav li a:hover {
		color:#581c2e;
		}

	#mainnav li#active a {
		color: #581c2e;
		font-weight: bold;
		}
		
		
			#subnav {
				font: normal 13px/13px arial,helvetica,sans-serif;
				text-transform:capitalize;
				margin: 0; padding:0;
				float:right;
				color: #333333;
				text-align: right;
				}
				
			#subnav ul {
				list-style: none;
				border:0; margin:2px 0 0 0; padding:0;
				text-align: right;
				}
					
			#subnav li {
				list-style-type: none;
				list-style-image: none;
				margin:0 0 5px 0; padding:0;
				}
			
			/* below is where you specify the height of the block and the display */
					
			#subnav li a {
					color: #333333;
					text-decoration: none;
					padding:0;
					text-align: right;
					}
			
				#subnav li a:hover {
					color:#581c2e;
					}
			
				#subnav li#active a {
					color: #581c2e;
					font-weight: bold;
					}	
					