a, a:visited {
	color:#A5BCD7;
	text-decoration:none;
}
a:hover {text-decoration:underline;}
/* ================================================================ 
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:24px;
	width:525px;
	position:relative;
	font-family:arial, verdana, sans-serif;
	font-size:11px;
	z-index:500;
	background-repeat: repeat-x;
	background-position: left center;
} 
#dropList ul#menu {
	margin:0;
	list-style:none;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	white-space: nowrap;
} #dropList ul#menu li.level1-li {
	float:left;
	height:24px;
} 
#dropList ul#menu li.level1-li a.level1-a {
	display:block;
	height:24px;
	float:left;
	text-decoration:none;
	white-space:nowrap;
	font-weight:bold;
	color:#000;
	padding-top: 0;
	padding-bottom: 0;
} 
#dropList ul#menu li.sub a.level1-a {
	color:#CD5200;
} #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 {
	color:#fff;
	background-color: #333;
} #dropList ul#menu li.sub a.level1-a:hover {
	height:24px;
	color:#CCC;
}  #dropList ul#menu li.sub:hover > a.level1-a {
	height:24px;
	color:#09F;
} #dropList ul#menu li div.listHolder {
	position:absolute;
	left:-9999px;
	top:24px;
	padding:0;
	background-image: url(images/tab_bg.jpg);
} /* 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:165px;
} #dropList ul#menu div.col2 {
	width:400px;
} #dropList ul#menu div.col3 {
	width:450px;
} #dropList ul#menu a:hover div.left1, #dropList ul#menu :hover div.left1 {left:-141px;} #dropList ul#menu div.listHolder div.listCol {
	float:left;
	padding:10px;
	margin:0;
	width:150px;
	display: block;
	background-repeat: repeat-x;
	text-align: left;
} #dropList ul#menu div.listHolder div.listCol h5 {
	padding:5px 0 0 0;
	margin:0;
	font-size:11px;
	line-height:13px;
	background:url(linedot.gif) repeat-x left bottom;
	color: #FFF;
} #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:#CCC;
	text-decoration:none;
	padding-left:10px;
	font-weight:normal;
	background:url(dot.gif) no-repeat left center;
} #dropList ul#menu div.listHolder div.listCol ul li a:hover {text-decoration:underline;} #dropList ul#menu div.listHolder div.bottomLine {
	clear:left;
	padding:5px 10px;
	background-image: url(images/blue_fade.jpg);
	background-repeat: no-repeat;
} #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(arrow.gif) no-repeat left center; font-weight:bold;} #dropList ul#menu div.listHolder div.bottomLine p a {color:#fff; text-decoration:underline;} #dropList ul#menu div.listHolder div.bottomLine p a:hover {text-decoration:none;}
