.menu {
	display: block;
	float: left;
	height: 35px;
			
	
		
		}

		.menu ul {
			
			list-style: none;
			padding: 0;
			margin: 0;
			
		}

		.menu ul li {
	/* width and height of the menu items */  
			float: left;
	overflow: hidden;
	position: relative;
	text-align: center;
	height: 35px;
	width:88px;
	vertical-align: middle;	
	
		}

		.menu ul li a {
	/* must be postioned relative  */ 
			position: relative;
	display: block;
	width: 89px;
	height: 35px;
	letter-spacing: 0px;
	text-transform: none;
	text-decoration: none;
	cursor: pointer;
	line-height: 13px;
	
		}

		.menu ul li a span {
	/* all layers will be absolute positioned */
			position: absolute;
	left: 0;
	width: 89px;
	padding-top:5px;
	
			
			
		}

		.menu ul li a span.out {
			top: 0px;
				
			
		}

		.menu ul li a span.over,
		.menu ul li a span.bg {
			/* hide */  
			top: 45px;
				
			
		}

		/** 1st example **/

		#menu {
	background: #EEE;
	
	
		}

		#menu ul li a {
			color: #000;
			text-align: center;
	vertical-align: middle;	
			
		}

		#menu ul li a span.over {
	color: #000;	
		}

		#menu ul li span.bg {
	/* height of the menu items */  
			height: 35px;
	background: url('bg_over.gif') center center no-repeat;
			
		}
		
		/** 2nd example **/

		#menu2 {
	height: 35px;
	color: #43424A;
	text-align: center;
	vertical-align: middle;	
	background-color: #C1C744;
	float: left;
	background-repeat: no-repeat;
	font-weight: bold;
		}
		
		#menu2 ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight: normal;
	float: left;
	color: #43424A;
	width: 91px;
	text-align: center;
	vertical-align: middle;
}
		
		
		


		#menu2 ul li a span.over {
	background-color: #43424A;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	height: 35px;
	text-align: center;
	vertical-align: middle;	
	width: 91px;
	
		}
		
		
			#active {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
	text-align: center;
	padding-top:3px;
	display: block;
	height: 35px;
	width: 91px;
	background-image: url(../images/home_1/menu_bg_2.jpg);
	vertical-align: middle;
	font-weight: normal;
	line-height: 15px;
		}
		
		a.menu_text{
 color: #333;
 background-color: #C1C744;
 display: block;
 height: 35px;
 width: 100px;
 font-weight: bold;
}
 
a.menu_text:hover{
 font-weight: bold;
 color: #FFF;
 background-color: #333;
 display: block;
 height: 35px;
 width: 100px;
}


		#menu3 {
	height: 35px;
	float: left;
	background-repeat: no-repeat;
	display: block;
	width: 100px;
	text-align: center;
	line-height: 35px;
		}
a.menu_text{
	color: #333;
	background-color: #C1C744;
	display: block;
	height: 35px;
	width: 100px;
	font-weight: bold;
}
	
a.menu_text:hover{
	font-weight: bold;
	color: #FFF;
	background-color: #333;
	display: block;
	height: 35px;
	width: 100px;
}

