/* MAIN NAVIGATION */
.main_navigation {
								 height: 110px;
								 width: auto;
								 margin: 0;
								 padding: 0; 
}

.cssnav	{
				position:relative;
				float: right;
				margin: 0;
				padding: 0;
				font-family: Times New Roman, helvetica, sans-serif;
				text-align: left;
				background: url(/images/butdown.gif) no-repeat;
				width: 100px;
				height: 110px;
				overflow:hidden;/* for ie to hide extra height*/	
}

.cssnav a {
					display: block;
					color: #000000;
					font-size: 14px;
					margin: 0;
					padding: 0;
					width: 100px;
					height: 110px;
					display: block;
					float: left;
					color: black; 
					text-decoration: none;
					overflow:hidden;/* for ie to hide extra height*/
}

.cssnav a:hover {
								color: #ffffff;
								margin: 0;
								padding: 0;
}	

.cssnav img {
						width: 100px; 
						height: 110px; 
						border: 0;
						margin: 0;
						padding-left: 0px; 
}

* html a:hover {
			 				 visibility:visible
}

.cssnav a:hover img {
										visibility:hidden;
										cursor: pointer;
										height: 110px;
										border: 0;
										margin: 0;
										padding-left: 0px;  
}

.cssnav span {
						 position: absolute;
						 left: 12px; 
						 top: 4px;
						 text-align: left;
						 height: 24px;
						 width: 100px;
						 cursor: pointer;   
}
/* MAIN NAVIGATION */

/* SUB NAVIGATION */
				
				
.horizontalNavlist {
									 position: relative;
									 left: -10px;
									 font-family: Times New Roman, helvetica, sans-serif;
									 float: left;
									 font-size: 13px;						
									 margin: 0px;
									 clear: both;								 
}

.horizontalNavlist ul {
											padding: 0;
											margin: 0;										
}

.horizontalNavlist li {
											display: inline;
											color: #000000;
											list-style-type: none;
											padding: 0;
											margin: 0px;
}

.horizontalNavlist li a {
												text-decoration:none;
												color: #F3E8C8; 
												padding: 3px 15px;
												margin: 0px; 
}

.horizontalNavlist li .hActive  {
									 						color: #c6b797;
															text-decoration:none;
														
}

.horizontalNavlist li a:hover {
															color: #c6b797;
															text-decoration: none;
}
/* SUB NAVIGATION */
