@charset "UTF-8";
/* CSS Document */

/* ================================================================ 
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/droplist-flyout.html
Copyright (c) 2005-2010 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.dropList {
	z-index:300;
	width:600px;
	margin:5px auto 0 auto;
	padding-left:160px;
	height:35px; background:#1E303D; font:1.2em Verdana, Geneva, sans-serif; position:relative; /*border:1px solid #aaa;
	/*-o-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.2);
	-icab-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.2);
	-khtml-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.2);
	-o-border-radius: 6px 6px 0 0;
	-icab-border-radius: 6px 6px 0 0;
	-khtml-border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0; 
	-webkit-border-top-right-radius: 6px; 
	-webkit-border-top-left-radius: 6px;
	border-radius: 6px 6px 0 0;
	*/
}

.dropList ul {padding:0; margin:0 auto; list-style:none;}
.dropList ul li div {position:absolute; left:-9999px; top:-9999px; background:#1E303D; border:1px solid #aaa; border-top-color:#ddd; padding-bottom:6px;
	/*-o-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.2);
	-icab-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.2);
	-khtml-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.2);
	-o-border-radius: 0 0 6px 6px;
	-icab-border-radius: 0 0 6px 6px;
	-khtml-border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px; 
	-webkit-border-bottom-right-radius: 6px; 
	-webkit-border-bottom-left-radius: 6px;
	border-radius: 0 0 6px 6px;*/
}
.dropList ul li div ul {width:180px; float:left;}

.dropList ul li {float:left;}
.dropList ul li a {display:block; padding:0 25px 0 10px; float:left; line-height:35px; text-decoration:none; font-weight:bold; color:#73B1CF;}
.dropList ul li a.fly {background:url(../images/arrow.gif) no-repeat right center;}
.dropList ul ul li a {padding:0; width:180px; text-indent:10px; line-height:20px; font-weight:normal;}
.dropList ul ul li h4 {padding:8px 0 4px 0; margin:0;} 
.dropList ul ul li h4 a, .h4drop { color:#909090; padding:10px 0 0 0; width:180px; text-indent:10px; line-height:20px; font-weight:bold; font-size:14px;}

.dropList ul li a:hover {background-color:#0E202D;}
.dropList ul li:hover > a {background-color:#3E505D;}

.dropList ul .fourCol:hover div {left:-1px; top:35px; width:720px;}

.dropList ul .threeCol:hover {position:relative;}
.dropList ul .threeCol:hover div {left:-1px; top:35px; width:540px;}

.dropList ul .twoCol:hover {position:relative;}
.dropList ul .twoCol:hover div {left:-1px; top:35px; width:360px;}

.dropList ul .oneCol:hover {position:relative;}
.dropList ul .oneCol:hover div {left:-1px; top:35px; width:180px;}

.dropList ul :hover div ul ul {position:absolute; left:-9999px; top:-9999px;}

.dropList ul :hover div ul .fly:hover {position:relative;}
.dropList ul :hover div ul .fly:hover ul {
	left:170px; top:-7px; background:#fff; border:1px solid #aaa; padding:6px 0;
	/*-o-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.2);
	-icab-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.2);
	-khtml-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.2);
	-o-border-radius: 6px;
	-icab-border-radius: 6px;
	-khtml-border-radius: 6px;
	-moz-border-radius: 6px; 
	-webkit-border-radius: 6px; 
	border-radius: 6px;*/
}

.dropList ul :hover div ul .fly:hover ul ul {left:-9999px; top:-9999px;}

.dropList ul :hover div ul .fly:hover ul .fly:hover ul {left:170px; top:-7px; background:#fff; border:1px solid #aaa;}

.dropList table {border-collapse:collapse; width:0; height:0; margin-bottom:-1px;}
