/* ================================================================
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/simple_dropline.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any
way to fit your requirements.
=================================================================== */
#main-menu {
	border: 1px solid #dbdbdb;
	margin-bottom: 18px;
	width: 942px;
	height: 48px;
	/* background: #dbdbdb; */
	padding: 0 9px;
	position: relative;
	font-size: 12px;
}

#main-menu .select, #main-menu .current {
	margin: 0;
	padding: 0;
	list-style: none;
}

#main-menu li {
	display: inline;
	margin: 0;
	padding: 0;
	height: auto;
}

#main-menu .select a,
#main-menu .current a {
	display: block;
	height: 24px;
	float: left;
	background: #dbdbdb;
	padding: 0 10px;
	text-decoration: none;
	line-height: 24px;
	white-space: nowrap;
	border-right: 1px solid #fff;
	color: #000;
}
* html #main-menu .select a, * html #main-menu .current a {
	width: 1px;
	height: 25px;
}


#main-menu .select a:hover,
#main-menu .select li:hover a {
	background: #fff;
	cursor: pointer;
	color: #c00;
}

#main-menu .sub {
	display: none;
}

/* for IE5.5 and IE6 only */
#main-menu table {
	position: absolute;
	border-collapse: collapse;
	left: 0;
	top: 0;
}

#main-menu .current a {
	background: #fff;
	color: #c00;
	font-weight: bold;
}

#main-menu .sub li a:hover,
#main-menu .select a:hover .sub li a:hover,
#main-menu .select li:hover .sub li a:hover {
	background: #fff;
	color: #c00;
}

#main-menu .sub_active .current_sub a,
#main-menu .sub_active a:hover {
	background: #fff;
	color: #c00;
}

#main-menu .select li a:hover .sub,
#main-menu .select li:hover .sub {
	display: block;
	position: absolute;
	width: 960px;
	top: 24px;
	left: 0;
	background: #fff;
	margin-top: 0;
	padding: 0;
	z-index: 100;
	color: #000;
}

#main-menu .sub, #main-menu .sub_active {
	margin: 0;
	padding: 0;
	list-style: none;
}

#main-menu .sub_active {
	display: block;
	position: absolute;
	width: 960px;
	top: 24px;
	left: 0;
	background: #fff;
	margin-top: 0;
	padding: 0;
	z-index: 10;
}
* html #main-menu .sub_active, * html #main-menu .select a:hover .sub {
	z-index: -1;
	margin-top: 0; margin-t\op:1px;
}

#main-menu .sub_active a {
	height: 24px;
	text-decoration: none;
	line-height: 24px;
	white-space: nowrap;
	display: block;
	float: left;
	background: #fff;
	padding: 0 10px;
	margin: 0;
	font-size: 1em;
	white-space: nowrap;
	border: 0;
	color: #000;
}

#main-menu .select a:hover .sub li a,
#main-menu .select li:hover .sub li a {
	display: block;
	background: #fff;
	padding: 0 10px;
	margin: 0;
	white-space: nowrap;
	border: 0;
	color: #000;
	font-size: 1em;
}
