	/*** MENU START ***/
#stand a, #stand span {
	display: block;
	font-weight: bold;
	margin-bottom: 5px;
	width: 250px;
}
#stand span {
	color: #dd0000;
}
#mainmenu {
	height: 34px;
	width: 950px;
	background: #f1f1f1;
}
#mainmenu a, #mainmenu span {
	display: block;
	float: left;
	width: 126px;
	height: 26px;
	padding-top: 9px;
	border-right: solid 1px #feeeed;
	color: #000000;
	font-weight: bold;
	text-align: center;
}
#mainmenu a:hover {
	background: #eb2f00;
	color: #feeeed;
	text-decoration: none;
	padding-top: 9px;
}
#mainmenu span {
	background: #eb2f00;
	color: #feeeed;
	padding-top: 9px;
}
#circle {
	float: left;
	width: 184px;
	text-align: center;
}
#circle a {
	display: inline;
	float: none;
	width: auto;
	border: none;
	padding: 0px;
	background: #ffffff;
}
#circle a:hover {
	background: #ffffff;
}
#menu_level_3 {
	text-align: right;
	padding: 25px 0px 15px 0px;
	font-weight: bold;
	border-bottom: solid 1px #999999;
	color: #663333;
}
#menu_level_3 select {
	margin-left: 10px;
	padding-left: 2px;
	width: 250px;
}
#part1 {background: #f1f1f1;}
#part2 {background: #e5e5e5;}
#part3 {background: #d9d9d9;}
#part4 {background: #cdcdcd;}
#part5 {background: #c1c1c1;}
#part6 {background: #b5b5b5;}
#submenu_holder {
	width: 950px;
	text-align: left;
	margin-top: 1px;
}
.level_2_menu, .level_3_menu {
	position: absolute;
	display: none;
	width: 125px;
	border-left: solid 1px #efefef;
	border-right: solid 1px #b5b5b5;
	background: #dddddd;
}
.level_2_menu a, .level_2_menu span, .level_3_menu a, .level_3_menu span {
	display: block;
	padding: 10px;
	border-top: solid 1px #efefef;
	border-bottom: solid 1px #b5b5b5;
}
.level_2_menu a:hover, .level_3_menu a:hover, .level_3_menu span, .level_2_menu span {
	background: #eb2f00;
	text-decoration: none;
	color: #efefef;
}
a.arrow {
	background: url(/img/arrow_r.png) no-repeat 90% 50%;
}
.level_2_menu span.arrow {
	background: #eb2f00 url(/img/arrow_g.png) no-repeat 90% 50%;
	color: #efefef;
}
.level_2_menu a.arrow:hover {
	background: #eb2f00 url(/img/arrow_g.png) no-repeat 90% 50%;
}
	/*** MENU END ***/