@charset "utf-8";
/* CSS Document */


#header #menu {
	display: block;
	position: absolute;
	width: 500px;
	height: 44px;
	right: 25px;
	bottom: 2px;
}
#header #menu a {
	display: block;
	position: absolute;
	width: 120px;
	height: 34px;
	padding-top: 10px;
	background: url(../images/menu_header.png) no-repeat 0px 0px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	color: #7E8387;
	font-weight: bold;
	text-decoration: none;
}
#header #menu a:hover,
#header #menu a.sel {
	background: url(../images/menu_header.png) no-repeat 0px -50px;
	color: #8B0200;
}
#header #menu a.sel {
	cursor: default;
}
#header #menu a.tab1 {
	right: 375px;
}
#header #menu a.tab2 {
	right: 250px;
}
#header #menu a.tab3 {
	right: 125px;
}
#header #menu a.tab4 {
	right: 0px;
}



#submenu {
	display: inline;
	position: relative;
	width: 500px;
	height: 44px;
	clear: left;
	float: left;
	margin-left: 30px;
}
#submenu a {
	display: block;
	position: absolute;
	height: 34px;
	padding-top: 10px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	color: #7E8387;
	font-weight: bold;
	text-decoration: none;
}
#submenu a.sel {
	cursor: default;
}
#submenu a#tab1 {
	background: url(../images/menu_header.png) no-repeat 0px 0px;
	width: 120px;
	left: 0px;
	height: 27px;
	padding-top: 17px;
}
#submenu a#tab2 {
	background: url(../images/menu_header.png) no-repeat 0px 0px;
	width: 120px;
	left: 125px;
}
#submenu a#tab1:hover,
#submenu a#tab1.sel {
	background: url(../images/menu_header.png) no-repeat 0px -50px;
	width: 120px;
	left: 0px;
	color: #8B0200;
}
#submenu a#tab2:hover,
#submenu a#tab2.sel {
	background: url(../images/menu_header.png) no-repeat 0px -50px;
	width: 120px;
	left: 125px;
	color: #8B0200;
}
