/* ================================================================ 
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/pro-droplist.html
Copyright (c) 2005-2009 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
#dropList {
	height:40px;
	width:960px;
	position:relative;
	font-family:arial, verdana, sans-serif;
	font-size:14px;
	z-index:500;
}

#dropList ul#menu {
	margin:0;
	padding:0;
	list-style:none;
	white-space:nowrap;
}

#dropList ul#menu li.level1-li {
	float:left;
	height:40px;
	padding-top:1px;
	margin-right:1px;
}

#dropList ul#menu li.level1-li a.level1-a {
	display:block;
	height:40px;
	float:left;
	padding:0 20px 0 20px;
	text-decoration:none;
	line-height:40px;
	white-space:nowrap;
	font-weight:bold;
	color:#ddd;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #4D4D4D;
}

#dropList ul#menu li.sub a.level1-a {
	color:#ddd;
}

#dropList ul#menu li.level1-li:hover, #dropList ul#menu li.level1-li a.level1-a:hover {
	position:relative;
}

#dropList ul#menu li.level1-li a.level1-a:hover, #dropList ul#menu li.level1-li:hover a.level1-a {
	border-left:1px solid #2d2d2d;
	border-right:1px solid #000;
	color:#fff;
	background-color: #999;
}

#dropList ul#menu li.sub a.level1-a:hover {
	height:40px;
	color:#000;
	background-color: #999;
}

#dropList ul#menu li.sub:hover > a.level1-a {
	height:40px;
	color:#FFF;
	background-color: #999;
}

#dropList ul#menu li div.listHolder {
	position:absolute;
	left:-9999px;
	top:40px;
	background:#fff url(/2010/new_images/interface/divider.gif);
	border:1px solid #000;
	border-width:0 1px 1px 1px;
	padding:0;
}

/* IE6 only */
#dropList table {
	border-collapse:collapse;
	margin:-1px -10px;
	font-size:1em;
	width:0;
	height:0;
}

#dropList ul#menu :hover div.listHolder {
	left:0;
}

#dropList ul#menu a:hover div.listHolder {
	left:-1px;
}

#dropList ul#menu div.col1 {
	width:186px;
}

#dropList ul#menu div.col2 {
	width:370px;
}

#dropList ul#menu div.col3 {
	width:555px;
}

#dropList ul#menu a:hover div.left1, #dropList ul#menu :hover div.left1 {
	left:-80px;
}

#dropList ul#menu div.listHolder div.listCol {
	display:block;
	float:left;
	margin:0;
	width:165px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

/* #dropList ul#menu div.listHolder div.listCol h5 {
	margin:0;
	font-size:14px;
	line-height:20px;
	background:url(/2010/new_images/interface/linedot.gif) repeat-x left bottom;
	color: #000;
	padding: 0px;
} */
#dropList ul#menu div.listHolder div.listCol h5 {
	background:url(/2010/new_images/interface/linedot.gif) repeat-x left bottom;
	color: #000;
	line-height: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 15px;
	font-size: 15px;
}

#dropList ul#menu div.listHolder div.listCol ul {
	padding:0;
	margin:0;
	list-style:none;
}

#dropList ul#menu div.listHolder div.listCol ul li {
	line-height:15px;
	padding:0;
	margin:0;
}

#dropList ul#menu div.listHolder div.listCol ul li a {
	color:#FFF;
	text-decoration:none;
	padding-left:0px;
	font-weight:normal;
	background-repeat: no-repeat;
	background-position: left center;
	list-style-type: none;
}

#dropList ul#menu div.listHolder div.listCol ul li a:hover {
	text-decoration:underline;
	color: #FC3;
}

#dropList ul#menu div.listHolder div.bottomLine {
	clear:left;
	background:#666;
	padding:5px 10px;
}

#dropList ul#menu a:hover div.listHolder div.bottomLine {
	height:1px;
}

#dropList ul#menu div.listHolder div.bottomLine p {
	padding:0 0 0 15px;
	margin:0;
	line-height:20px;
	color:#fc0;
	background:url(/2010/new_images/interface/arrow.gif) no-repeat left center;
	font-weight:bold;
}

#dropList ul#menu div.listHolder div.bottomLine p a {
	color:#fff;
}

#dropList ul#menu div.listHolder div.bottomLine p a:hover {
	text-decoration:none;
}


