@charset "UTF-8";
ul.dropdown,
ul.dropdown li,
ul.dropdown ul {
 list-style: none;
 margin: 0;
 padding: 0;
}

ul.dropdown {
	z-index: 597;
	width: 400px;
	background-image: url(../images/general/menu-bar.jpg);
	display: block;
	background-repeat: no-repeat;
	height: 35px;
	float: right;
	background-position: left top;
	padding-left: 560px;
}

ul.dropdown li {
	float: left;
	vertical-align: middle;
	zoom: 0;
	padding-right: 25px;
	padding-left: 25px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #285AA3;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #4369AA;
}


ul.dropdown li:hover {
	position: relative;
	z-index: 599;
	cursor: default;
	background-image: url(../images/menu-main/main-roll-over.png);
	background-repeat: repeat;
}

ul.dropdown li:hover > ul {
 visibility: visible;
}
/*-------------------------------------- CONTROLS THE size of the main menu box*/
	ul.dropdown li a { /* Moved from 'custom' section */
	display: block;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
	line-height: 35px;
	}


/* ------------- Reinitiate default: post-override activities  */

	ul.dropdown li.dir {
	padding-top: 6px;
	padding-right: 20px;
	padding-bottom: 6px;
	padding-left: 12px;
	}





ul.dropdown ul {
	position: absolute;
	top: 100%;
	left: -1px;
	z-index: 598;
	width: 150px;
	visibility: hidden;
}
/*-------------------------------------- CONTROLS THE size of the main menu box*/
	ul.dropdown ul li a { /* Moved from 'custom' section */
	display: block;
	padding: 3px 8px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
	background-image: url(../images/menu-main/fade1.png);
	}
	
	ul.dropdown ul a:hover {
	background-image: url(../images/menu-main/sub-roll-over.png);
	}
	

ul.dropdown ul li {
	float: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
}

ul.dropdown ul ul {
	top: 0px;
	left: 149px;
	padding-top: 0px;
}
	ul.dropdown ul ul li a { /* Moved from 'custom' section */
	display: block;
	padding: 3px 8px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
	background-image: url(../images/menu-main/third-roll-over.png);
	}
