﻿
 

.menu_division{clear:both;padding-top:30px;}
 
 /* Menu Part1 Starts Here */
.menu_body1{
	/* [disabled]float:none; */
	/* [disabled]text-align:left; */
	position: relative;
	z-index: 200;
	/* [disabled]background-repeat: repeat-x; */
	/* [disabled]background-position: left; */
}

.menu_left_part1{float:left;width:6px;height:38px;background:url(../images/menu_left_img1.gif) no-repeat;}

.menu_right_part1{float:right;width:6px;height:38px;background:url(../images/menu_right_img1.gif) no-repeat;}

.menu_content1{
	font-weight:bold;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.menu_content1 ul{list-style-type:none;}
.menu_content1 li{float:left;margin-right:5px;}
.menu_content1 li:hover{
	background:#ffffff;
	float:left;
	color:#2b2f32;
}
.menu_content1 a{color:#d4d7da;padding:5px 20px 5px 20px;display:block;}
.menu_content1 a:hover{color:#2b2f32;padding:5px 20px 5px 20px;}
li.menu_content1_active{background:#ffffff;margin-right:5px;float:left;color:#2b2f32;}
.menu_content1_active a{color:#2b2f32;padding:5px 20px 5px 20px;}

 
  /* Menu Part1 Ends Here */
  
 