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

ul.dropdown {
	z-index: 597;
	display: block;
	height: 30px;
	padding-left: 0px;
	float: right;
	clear: both;
}

ul.dropdown li:first-child{
	float: left;
	zoom: 1;
	text-align: center;
	border-left-width: 1px;
	border-left-style: none;
	border-left-color: #FFF;
}
ul.dropdown li {
	float: left;
	zoom: 1;
	text-align: center;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
}


ul.dropdown li:hover {
	position: relative;
	z-index: 599;
	cursor: default;
}

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: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 12px;
	line-height: 30px;
	height: 30px;
	}
	ul.dropdown li a:hover { /* Moved from 'custom' section */
	color: #FFF;
	background-color: #A9398B;
	}

/* ------------- 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: 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: 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);*/
	}
