@charset "utf-8";

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav li {
	float: left;
}

#nav li ul {
	position: absolute;
	width: 199px;
	left: -999em;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

.menu_top_bottom, .menu_top_bottom a {
	text-align: center;
	background-color: #be323c;
	color: #ffffff;
	height: 18px;
	cursor: pointer;
	text-decoration: none;
	font-size:14px;
	width: 199px;
	font-weight: bold;
}
.menu_top_bottom_hover, .menu_top_bottom_hover a {
	text-align: center;
	background-color: #c2c1c1;
	color: #be323c;
	height: 18px;
	cursor: pointer;
	text-decoration: none;
	font-size:14px;
	width: 199px;
	font-weight: bold;
}
.menu_top_bottom_selected, .menu_top_bottom_selected a {
	text-align: center;
	background-color: #c2c1c1;
	color: #be323c;
	height: 18px;
	cursor: pointer;
	text-decoration: none;
	font-size:14px;
	width: 199px;
	font-weight: bold;
}

.menu_drop_text {
	cursor: pointer;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	width: 198px;;
	background-color: #f6f6f6;
	height: 18px;
	text-align: center;
	border-top: 1px solid #000000;
	border-left: 2px solid #be323c;
	border-right: 1px solid #000000;
}
.menu_drop_text a {
	cursor: pointer;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	background-color: #f6f6f6;
	color: #000000;
}

.menu_drop_text_hover {
	cursor: pointer;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	width: 198px;;
	background-color: #e6e6e6;
	color: #be323c;
	height: 18px;
	text-align: center;
	border-top: 1px solid #000000;
	border-left: 2px solid #be323c;
	border-right: 1px solid #000000;
}
.menu_drop_text_hover a {
	cursor: pointer;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	background-color: #e6e6e6;
	color: #be323c;
}

.menu_drop_text_first {
	cursor: pointer;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	width: 198px;
	background-color: #f6f6f6;
	color: #000000;
	height: 18px;
	text-align: center;
	border-top: 2px solid #be323c;
	border-left: 2px solid #be323c;
	border-right: 1px solid #000000;
}
.menu_drop_text_first a {
	cursor: pointer;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	background-color: #f6f6f6;
	color: #000000;
}

.menu_drop_text_first_hover {
	cursor: pointer;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	width: 198px;
	background-color: #e6e6e6;
	color: #be323c;
	height: 18px;
	text-align: center;
	border-top: 2px solid #be323c;
	border-left: 2px solid #be323c;
	border-right: 1px solid #000000;
}
.menu_drop_text_first_hover a {
	cursor: pointer;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	background-color: #e6e6e6;
	color: #be323c;
}
