/* ** menu containers */
/* outer container */
div#dropNavigationRow {
	background-color: transparent;
	border: none;
	margin: 0;
	padding: 0;
}
/* inner container */
div#dropNavigation {
	clear: both;
}
/* drop list */
ul#dropList {
	clear: both;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/* ** drop menu trigger items */
/* item container; trigger and drop menu (default) */
ul#dropList li.subNavDropItem {
	padding-top: 5px;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
	margin-left: 0;
	float: left;
	background-image: url(../_img/default-tab-right.gif);
	background-position: top right;
	background-repeat: no-repeat;
}
/* item container; trigger and drop menu (active tab) */
ul#dropList li.activeTab {
	background-image: url(../_img/active-tab-right.gif);
	background-position: top right;
	background-repeat: no-repeat;
}
/* child inner (default) */
ul#dropList li.subNavDropItem div {
	/*height: 35px;*/
	display: inline;
	margin-right: 5px;
	padding-top: 0;
	padding-left: 9px;
	padding-right: 0;
	padding-bottom: 0;
	background-image: url(../_img/default-tab-left.gif);
	background-position: top left;
	background-repeat: no-repeat;
	float: left;
}
/* child inner (active tab) */
ul#dropList li.activeTab div {
	background-image: url(../_img/active-tab-left.gif);
	background-position: top left;
	background-repeat: no-repeat;
	
}
/* child on/off bullets */
ul#dropList li.subNavDropItem div.childOn {
}
ul#dropList li.subNavDropItem div.childOff {
}
/* trigger */
div.dropTrigger {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
	line-height: 110%;
	color: #9BAFCB;
	padding-top: 4px;
	padding-left: 4px;
	padding-right: 0;
	padding-bottom: 0;
}
/* links */
div.dropTrigger a:link, div.dropTrigger a:active, div.dropTrigger a:visited {
	color: #3A3A3A;
	text-decoration: none;
}
div.dropTrigger a:hover {
	color: #3A3A3A;
	text-decoration: underline;
}
/* drop menu item effects (IE) */
div.dropTrigger {
}
/* drop menu item effects (NN, MOZ) */
div.dropTrigger a:focus {
	color: #5E5E5E;
}
div.dropTrigger:hover {
	/*background-color: #FFFFFF;*/
	color: #25561E;
}
div.dropTrigger:hover a:link, div.dropTrigger:hover a:active, div.dropTrigger:hover a:visited {
	color: #5E5E5E;
}
/* ** drop menu */
/* container */
div.dropContainer {
	font-family: Arial, Verdana, Sans-serif;
	font-size: 60%;
	font-weight: normal;
	color: #CAD6E8;
	display: block;
	z-index: 3;
	position: absolute;
	margin-top: 4px;
	background-color: #162256;
	border-top-style: solid;
	border-top-width: 0;
	border-top-color: #162256;
	border-left-width: 1px;
	border-left-color: #314070;
	border-left-style: solid;
	border-right-width: 1px;
	border-right-color: #314070;
	border-right-style: solid;
	border-bottom-width: 0;
	border-bottom-color: #314070;
	border-bottom-style: solid;
	white-space: nowrap;
}
div.dropContainerSubLevel {
	font-family: Arial, Verdana, Sans-serif;
	font-size: 100%;
	font-weight: normal;
	display: block;
	z-index: 5;
	position: absolute;
	background-color: #162256;
	border-top-style: solid;
	border-top-width: 0;
	border-top-color: #162256;
	border-left-width: 1px;
	border-left-color: #314070;
	border-left-style: solid;
	border-right-width: 1px;
	border-right-color: #314070;
	border-right-style: solid;
	border-bottom-width: 0;
	border-bottom-color: #314070;
	border-bottom-style: solid;
	white-space: nowrap;
}
/* child on/off bullets */
div.dropContainer div.subChildOn {
	background-image: url(../_img/blt-sub-child-on.gif);
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 11px;
	background-color: #162256;
	/*width: 120px;*/
}
div.dropContainer div.subChildOff {
	background-image: none;
	padding-right: 11px;
	background-color: #162256;
	/*width: 120px;*/
}
/* drop menu item */
div.dropContainer div.dropItem {
	padding-top: 2px;
	padding-left: 6px;
	padding-right: 15px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-color: #283663;
	border-bottom-style: solid;	
}
/* pointers */
div.childOn a, div.subChildOn a {
	cursor: hand;
}
div.childOff a, div.subChildOff a {
	cursor: hand;
}
/* links */
div.dropItem a:link, div.dropItem a:active, div.dropItem a:visited {
	color: #CAD6E8;
	text-decoration: none;
}
div.dropItem a:hover {
	color: #CAD6E8;
	text-decoration: none;
}
/* drop menu item effects (IE) */
div.dropItem, div.dropItem a {
	behavior: url(_css/_htc/dropmenu-effects.htc);
}
/* drop menu item effects (NN, MOZ) */
div.dropItem a:focus {
	color: #CAD6E8;
}
div.dropContainer div.subChildOn:hover, div.dropContainer div.subChildOff:hover  {
	background-color: #454F7B;
}
div.dropContainer div.subChildOn:hover a:link, div.dropContainer div.subChildOn:hover a:active, div.dropContainer div.subChildOn:hover a:visited, div.dropContainer div.subChildOff:hover a:link, div.dropContainer div.subChildOff:hover a:active, div.dropContainer div.subChildOff:hover a:visited {
	color: #CAD6E8;
}
/* ** resource styles */
.clearFloat {
	clear: both;
}