/* ================================================================ 
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:30px;	
	position:relative;
	font-family:arial, verdana, sans-serif;
	font-size:11px;
	z-index:500;		
}
#dropList ul#menu {
	margin:0;
	padding:0 0 0 0;
	list-style:none;
	white-space:nowrap;
}
#dropList ul#menu li.level1-li {
	float:left;
	height:30px;	
	margin:0;
	padding:0 0 0 0;
	
}
#dropList ul#menu li.level1-li a.level1-a {
	display:block;
	/*height:26px; */
	float:left;	
	/*padding:0 10px 0 10px;	*/
	text-decoration:none;
	/*line-height:24px; */
	white-space:nowrap;
	font-weight:bold;
	color:#ddd;
}
#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.sub a.level1-a:hover {
	height:30px;
	color:#000;
	/*background:url(/css/topHover.gif);*/
}
#dropList ul#menu li.sub:hover > a.level1-a {
	height:30px;
	color:#000;
	/*background:url(/css/topHover.gif);*/
}
#dropList ul#menu li div.listHolder {
	position:absolute;
	left:-9999px;
	top:30px;	
	/*border-width:0 1px 1px 1px;	*/
	border-left:1px solid #EEEEEE;
	border-right:2px solid #EEEEEE;
	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:211px;	
	background:#fff;	
}
#dropList ul#menu div.col2 {
	width:280px;
}
#dropList ul#menu div.col3 {
	width:420px;
	background:#fff url(/css/divider.gif);	
}

#dropList ul#menu a:hover div.left1, #dropList ul#menu :hover div.left1 {
	left:-141px;
}


#dropList ul#menu div.listHolder div.listCol  {
	display:block;
	float:left;
	padding:5px 10px 10px;
	margin:0;
	width:120px;		
}


#dropList ul#menu div.listHolder div.listCol h5 {		
	margin:5px 0 0;
	padding:0;
	font-size:11px;
	line-height:13px;
	text-decoration:none;	
}
#dropList ul#menu div.listHolder div.listCol a {		
	margin:0;
	padding:0;
	font-size:11px;
	line-height:13px;
	text-decoration:none;	
	color:#3774AA;
}

#dropList ul#menu div.listHolder div.listCol a:hover {		
	margin:0;
	padding:0;
	font-size:11px;
	line-height:13px;
	text-decoration:underline;	
	color:#3774AA;
}

#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:13px;
	padding:1px 0 1px 0;
	margin:0;
}
#dropList ul#menu div.listHolder div.listCol ul li a {
	padding:0;
	margin:0;
	color:#747472;
	text-decoration:none;
	padding-left:10px;
	font-weight:normal;	
	background:url(/templates/main/images/bulletarrow.gif) no-repeat left center;
}

#dropList ul#menu div.listHolder div.listCol ul li a:hover{
	padding:0;
	margin:0;
	color:#00244E;
	text-decoration:none;
	padding-left:10px;
	font-weight:normal;	
	background:url(/templates/main/images/bulletarrow.gif) no-repeat left center;
}

#dropList ul#menu div.listHolder div.bottomLine {
	clear:left;
	background:#E1E1E1;
	padding:5px 10px;
	border-bottom:2px solid #3774AA;
}
#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;	
	background:url(/templates/main/images/bulletarrow.gif) no-repeat left center;	
	color:#747472;
}
#dropList ul#menu div.listHolder div.bottomLine p a {
	color:#3774AA;
	text-decoration:none;
}
#dropList ul#menu div.listHolder div.bottomLine p a:hover {
	text-decoration:underline;
}
