#Header {
	height:34px;
	padding-top:9px;
	overflow:hidden;
}
#Header h1 {
	display:none;
}	

	#Header table {
		border-collapse:collapse;
	}	
		#Header table td {
			padding:0px;
			color:#f5d695;
		}
			#Header table p {
				margin:0px;
				color:#f5d695;
			}
			#Header table a {
				color:#f5d695;
			}

#HomePic {
	background:url(images/header.jpg);
	width:909px;
	height:299px;
	margin-top:20px;
}
#HomePic2 {
	background:url(images/header2.jpg);
	width:909px;
	height:207px;
	margin-top:20px;
}
#HomePic3 {
	background:url(images/header3.jpg);
	width:909px;
	height:207px;
	margin-top:20px;
}
#HomePic4 {
	background:url(images/header4.jpg);
	width:909px;
	height:207px;
	margin-top:20px;
}
#HomePic5 {
	background:url(images/header5.jpg);
	width:909px;
	height:207px;
	margin-top:20px;
}
#HomePic6 {
	background:url(images/header6.jpg);
	width:909px;
	height:207px;
	margin-top:20px;
}
#Menu {
	width:909px;
	height:43px;
	margin-bottom:0px;
	padding:0px;
	margin-top:0px;
	margin:0px;
}
	#Menu li {
		float:left;
		margin:0px;
		padding:0px;
		list-style:none;
		margin-right:2px;
	}
	#Menu li.last {
		margin-right:0px;
	}
		#Menu li a {
			background:url(images/menu.gif) no-repeat;
			width:99px;
			height:43px;
			line-height:43px;
			text-align:center;
			color:#f5d695;
			text-decoration:none;
			display:block;
		}
		
		#Menu li a:hover {
			background:url(images/menuOn.gif) no-repeat;
			color:#513b27;

		}
		#Menu li a.active, #Menu li.first.active a, #Menu li.active a{
			background:url(images/menuOn.gif) no-repeat;
			color:#513b27;

		}	
		
		

/*
                 * UL
                 */
                #Menu li ul { 
                    display:none;
					
                    position:absolute;
					color:#fff;
                    padding:0px;
                    margin:0px;
                }       
                    #Menu li:hover ul { 
                        display:block;
                        background:#513B27;
                    }
                        #Menu li:hover ul li { 
                            display:block;
							
                            clear:both;
							text-align:left;
                        }  
                    #Menu li ul a {
                        cursor:pointer;
								
                        display:block;
                        color:#fff;
                        text-decoration:none;
                        background:none;
                        padding-left:10px;
                        padding-right:10px;
						padding-bottom:3px;
						line-height:25px;
						height:25px;
						font-size:13px;
						text-align:left;
                    }      
                        #Menu li ul a:hover {
                       
	
							
                        }     
                        #Menu li:hover a {
                
                        }  
						 
						
                        #Menu li ul li {
                            background:none;
							width:auto;
                        }
                        
                        #Menu li:hover li a {
                            background:url(images/vdot.gif) repeat-x bottom;
                            color:#FDF5E0;
                        }
                        #Menu li:hover li a:hover {
                            background:#FDF5E0 url(images/vdot.gif) repeat-x bottom;
                       		color:#513B27;
					   }	
					   
				

