body {
    font: 12px/16px arial, helvetica, verdana, sans-serif;
    background-image: URL(../images/bg.png);
}

#Header {
	 height: 95px;
}

#Footer {
	text-align: center;
}
/* MAIN NAVIGATION - TABS
----------------------------------------- */
#menu {
	background: URL(../images/menu.png) no-repeat top left;
	height: 400px;
}
	#menu ul {
		margin-left: 1px;
		margin-right: 10px;
	}
		#menu ul li { 
	 		list-style: none; 
			margin: 0 2px; 
			line-height: 1.5em;
			display: block;
			margin-bottom: 0px;
		}
  			#menu ul li a { 
				float: left;
				text-decoration: none;
				display: block; 
				/*height: 2.3em;*/
				height: 1.5em; 
				font-size: 1.2em; 
				padding: 0 0 0 10px;
				background: url(../images/menubg.png) no-repeat left top;
				width: 130px;
			}

				#menu ul li a:hover { 
		 			background: url(../images/menubg2.png) no-repeat left top; 
					color: #444;
					cursor: pointer;
				}
					
    			#menu ul li a.current,
	    		#menu ul li a.section,
	    		#menu ul li a.section:hover,
	    		#menu ul li a.current:hover { 
				 	background: #fff url(../images/menubg2.png) no-repeat left top; 
				 	color: #444;
					}
					
#menu2 {
	height: 400px;
}
	#menu2 ul {
		margin-left: 1px;
		margin-right: 10px;
	}
		#menu2 ul li { 
	 		list-style: none; 
			margin: 0 2px; 
			line-height: 1.5em;
			display: block;
			margin-bottom: 0px;
		}
  			#menu2 ul li a { 
				float: left;
				text-decoration: none;
				display: block; 
				/*height: 2.3em;*/
				height: 1.5em; 
				font-size: 1.2em; 
				padding: 0 0 0 10px;
				background: url(../images/menubg.png) no-repeat left top;
				width: 130px;
			}

				#menu2 ul li a:hover { 
		 			background: url(../images/menubg2.png) no-repeat left top; 
					color: #444;
					cursor: pointer;
				}
					
    			#menu2 ul li a.current,
	    		#menu2 ul li a.section,
	    		#menu2 ul li a.section:hover,
	    		#menu2 ul li a.current:hover { 
				 	background: #fff url(../images/menubg2.png) no-repeat left top; 
				 	color: #444;
					}