.menu_left{

	height: 35px;
	width: 7px;
}
.menu_right{

	height: 35px;
	width: 7px;
}
.menu {	
	
}
.menu ul{
	list-style-type: none;	
	margin: 0;
	padding: 0;
}

/*Top level list items*/
.menu ul li{
	position: relative;
	display: inline;
	float:left;
}	

/*Top level menu ul link items style*/
.menu ul li a{
	display: block;
	width: 132px; /*Width of top level menu ul link items*/
	text-decoration: none;
	text-align: center;	
	padding-top: 7px;
	padding-bottom: 7px;
	background: url('../images/img33.gif') center center repeat-x;
	color: white;
	font: bold 13px Tahoma;
}
	
/*Sub level menu ul*/
.menu ul li ul{
	left: 0;
	top: 0;
	position: absolute;
	display: block;
	visibility: hidden;
	z-index: 100;
}

/*Sub level menu ul list items*/
.menu ul li ul li{
	display: inline;
	float: none;
}


/* Sub level menu ul links style */
.menu ul li ul li a{
	width: 115px; /*width of sub menu ul levels*/
	height: 15px;
	font: bold 13px Tahoma;
	background: #4F4F4F;
	text-align: left;
	padding-left: 20px;
	padding-right: 12px;
}

.menu ul li a:hover{
	background: url('../images/img34.gif') center center repeat-x;	
}

.menu ul li ul li a:hover{
	background: #EE9900;
}

* html pi#epara{ /*For a paragraph (if any) that immediately follows menu ul, add 1em top spacing between the two in IE*/
	padding-top: 1em;
}

/* Holly Hack for IE \*/
* html .menu ul li { float: left; height: 1%; }
* html .menu ul li a { height: 1%; }