 

.menu {
	width:1004px;
	margin:5px auto 0px;
}
 
.c_menu {
	float:left;
	width:984px;
}
.c_menu ul.topn {
	margin:0px;
	padding-left:5px;
	height:38px;
	background-color: #F0F0F0;
	list-style-type: none;
}
.c_menu ul li.top {
	float:left;
	width:122px;
	text-align:center;
	line-height:37px;
	height:37px;
	font-size:14px;
	font-weight:bold;
	background-color: #F0F0F0;
	background-repeat: no-repeat;
	background-position: left center;
	color: #333333;
}
.inner_menu {	
	float:left;
	width:984px;
}
.inner_menu ul.topn {
	margin:0px;
	padding-left:5px;
	height:38px;
	background-color: #F0F0F0;
	font-size: 14px;
	color: #333333;
}
.inner_menu ul li.top {
	float:left;
	width:122px;
	text-align:center;
	line-height:37px;
	height:37px;
	font-size:14px;
	font-weight:normal;
	list-style-type: none;
	color: #333333;
}


.r_menu {
	 
	width:10px;
	float:right;
	height:38px;
} 
.expanded_content{
	 padding-left: 5px;
	 background-color:#F5F5F5;
	 padding-bottom: 7px;
}
.expanded li{
	text-align:center;
	padding-bottom: 4px;
	list-style-type: none;
}
.expanded li a{
	border-bottom: 1px dotted;
}
