#topMenu{
	/*padding-top: 20px;*/
	clear:both;
	/*float:left;*/
	list-style: none;
	/*margin:12px auto 0 auto;*/
	margin: 0 auto;
	max-width:980px;
	height: 32px;
	vertical-align: middle;
	background:url(/img/btn/menu_link.png) repeat-x scroll 0 0;
}

#topMenu li{
	/*background:url(/img/btn/menu_link.png) repeat-x scroll 0 0;*/
	float: left;
	text-align:center;
	line-height: 32px;
	height: 32px;
}

#topMenu li#active, #topMenu li.active{
	background:url(/img/btn/menu_hover.png) repeat-x scroll 0 0;
}
#topMenu li:hover{
	background:url(/img/btn/menu_hover.png) repeat-x scroll 0 0;
}
#topMenu li.first{
	width:101px;
	background:url(/img/btn/home_btn_link.png) no-repeat scroll 0 0;
}
#topMenu li:hover.first{
	background:url(/img/btn/home_btn_hover.png) no-repeat scroll 0 0;
}

#topMenu li#active.first, #topMenu li.active.first{
	background:url(/img/btn/home_btn_hover.png) no-repeat scroll 0 0;
}

#topMenu li.last{
	width:118px;
	background:url(/img/btn/btn_contact_link.png) no-repeat scroll 0 0;
}
#topMenu li:hover.last{
	background:url(/img/btn/btn_contact_hover.png) no-repeat scroll 0 0;
}
#topMenu li#active.last{
	background:url(/img/btn/btn_contact_hover.png) no-repeat scroll 0 0;
}
#topMenu li ul li img{
	float:left;
	margin:0 7px 0 0;
}
#topMenu li ul{
	/*display:none;*/
	visibility: hidden;
	width:164px;
	padding:0 10px 0 10px;
	z-index:99;
	position:absolute;
	background:url(/img/btn/bottom_sub.png) no-repeat scroll 0 bottom;
}
#topMenu li ul li a{
	text-transform:none;
	padding:10px 0 0 0;
	color:#221e1e;
	font-size:12px;
	border:none;
	height:50px;
}
#topMenu li ul li{
	list-style:none;
	z-index:99;
	text-align:left;
	width:160px;
	height:60px;
	/*float:left;*/
	/*clear:both;*/
	background-image:none;
}
#topMenu li:hover ul li:hover{
	background-image:none;
}
#topMenu li:hover ul{
	/*display:block;*/
	visibility: visible;
}
#topMenu li ul li a{
	display:block;
}
#topMenu li a{
	margin-top:1px;
	font-weight:bold;
	text-decoration: none;
	text-transform: uppercase;
	color: white;
	vertical-align: middle;
	border-right: 1px solid #333233;
	border-left: 1px solid #b4b6b8;
	padding: 0 36px;
	height:30px;
	display:block;
}

#topMenu li:last-child a{
	border-right: none;
}

#topMenu li:first-child a{
	border-left: none;
}
#topMenu li.first a{
	border-left:none;
	padding:0;
}
#topMenu li.last a{
	border-right:none;
	padding:0;
}
#subMenu{
	clear:both;
	float:left;
	width: 980px;
	list-style:none;                                                                                                                
	overflow:hidden;
	margin:11px 0 0 0;
}
#subMenu li{
	margin-right:25px;
	float:left;
	text-align:center;
	width:94px;
	height:26px;
	line-height:26px;
	vertical-align:middle;
	background:url(/img/btn/btn_sub_link.png) no-repeat scroll 0 0;
}
#subMenu li:hover{
	background:url(/img/btn/btn_sub_hover.png) no-repeat scroll 0 0;
}
#subMenu li a{
	text-decoration:none;
	color:#888a8d;
	font-size:12px;
	display:block;
}
#subMenu li:hover a{
	color:white;
}
