/* che menu */
#che_menu {
	width: 959px;
	height: 42px;
	padding-left: 9px;
	padding-top: 9px;
	background: url('/media/dsg/che_menu.png') no-repeat top left;
}
#che_menu.set_1 {
	background: url('/media/dsg/che_menu_1.png') no-repeat top left;
}
#che_menu.set_2 {
	background: url('/media/dsg/che_menu.png') no-repeat top left;
}
#che_menu.set_3 {
	background: url('/media/dsg/che_menu.png') no-repeat top left;
}
#che_menu.set_4 {
	background: url('/media/dsg/che_menu_4.png') no-repeat top left;
}
#che_menu.set_5 {
	background: url('/media/dsg/che_menu_5.png') no-repeat top left;
}
#che_menu.set_6 {
	background: url('/media/dsg/che_menu_6.png') no-repeat top left;
}
#che_menu li {
	text-align: center;
}
#che_menu li.position_1 {
	width: 217px;
}
#che_menu li.position_2 {
	width: 125px;
}
#che_menu li.position_3 {
	width: 190px;
}
#che_menu li.position_4 {
	width: 190px;
}
#che_menu li.position_5 {
	width: 120px;
}
#che_menu li.position_6 {
	width: 115px;
}
#che_menu ul{

}
.submenu_main {

	overflow: hidden;
	margin: 0 auto;
}
.submenu_main li {
	padding-left: 30px;
	padding-right: 35px;
	padding-top: 5px;
	background: url('/media/dsg/submenu_bg.png') no-repeat top right;
}
.submenu_main,
#che_menu {
	position:relative;
}
.submenu_main ul,
#che_menu ul {
	list-style-type: none;
}
.submenu_main li,
#che_menu li {
	float: left;
}
/* main_menu */
#main_menu {
	float: right;
	margin-top: 10px;
}
#main_menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#main_menu ul li {
	float: left;
	padding-left: 10px;
}
#main_menu ul li a{
	float: left;
	color: #202020;
	font-size: 1.3em;
	font-weight: bold;
	text-transform: lowercase;
	position: relative;
	text-decoration: none;
}

/* footer */
#menu_footer {
	list-style-type: none;
	margin-top: 20px;
}
#menu_footer li {
	float: right;
	padding-left: 10px;
}
#menu_footer li a{
	font-size: 1.2em;
	color: #2c3321;
	text-decoration: none;
}
