<!--
%%%%%%%%%%%%
QuickMenu Styles [Keep in head for full validation!]  %%%%%%%%%%%-->
	/*!!!!!!!!!!! QuickMenu Core CSS [Do Not Modify!] !!!!!!!!!!!!!*/
.qmmc .qmdivider {
	display: block;
	font-size: 1px;
	border-width: 0px;
	border-style: solid;
	position: relative;
	z-index: 1;
}

.qmmc {
	/* position: relative; */
	/* zoom: 1; */
	z-index: 10;
}

.qmmc a, .qmmc li {
	float: left;
	display: block;
	white-space: nowrap;
	position: relative;
	z-index: 1;
}

.qmmc ul {
	left: -10000px;
	position: absolute;
	z-index: 10;
}


ul.qmmc {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

ul.qmmc li a {
	float: none;
	padding: 0px;
	margin: 0px;
}

.qmmc li:hover>ul {
	left: auto;
}

#qm0 ul {
 	top: 100%;
	margin-left: 0;
	padding: 0 1em;
}

#qm0 ul li:hover>ul {
	top: 0px;
	left: 100%;
}


/*!!!!!!!!!!! IE6 WORKAROUND !!!!!!!!!!!*/

.qmmc li.ie6hover ul {
    top: 0px;
    left: 20%;
}

#qm0 ul li.ie6hover ul {
    top: 0px;
    left: 100%;
}

/*!!!!!!!!!!! QuickMenu Styles !!!!!!!!!!!*/

/*"""""""" (SUB) Container""""""""*/
#qm0 div,#qm0 ul {
	margin: 0px 0px 0px -20px;
	border-style: none;
}

/*"""""""" (SUB) Items""""""""*/
#qm0 div a, #qm0 ul a {
	font-size: 11px;
	border-width: 0px;
	border-style: none;
}

/*"""""""" Individual Titles""""""""*/

ul#qm0 li {
	padding: 0.6em 0.25em;
	background: #EEEEEE;
	margin: 0;
}
li.gn-sep {
	padding: 0;
	color: black;
}
ul#qm0 li#menu1 { padding-left: 1.5em }

ul#qm0 li#menu6 { padding-right: 1 }

/* DROPDOWN MENUS */

ul#gnav_drop_general {
	clear: both;
	margin-left: -1.75em;
}
* html ul#gnav_drop_general { margin-left: -2.5em; }


ul#gnav_drop_general li {
	clear: both;
	background-color: #4d6a76;
	width: 185px;
	border-bottom: 1px solid #C1C1C1;
	padding: 0;
}

ul#gnav_drop_general li { width: 185px; }


ul#gnav_drop_general a {
	color: white;
	font-family: Trebuchet MS, Verdana, sans-serif;
	font-size: 1em;
	text-decoration: none;
	padding: 4px 12px 4px 12px;
	background-color: #666666;
}


ul#gnav_drop_general li#general1 a:hover { text-decoration: none; background-color: #333333; color:white;}
ul#gnav_drop_general li#general2 a:hover { text-decoration: none; background-color: #333333; color:white;}

#menu1 a:hover { text-decoration: none; color: #00549F; }
#menu2 a:hover { text-decoration: none; color: #00549F; }
#menu3 a:hover { text-decoration: none; color: #00549F; }
#menu4 a:hover { text-decoration: none; color: #00549F; }

ul#gnav_drop_highlights {
	clear: both;
	margin-left: -1.75em;
}
* html ul#gnav_drop_highlights { margin-left: -2.5em; }


ul#gnav_drop_highlights li {
	clear: both;
	background-color: #4d6a76;
	width: 155px;
	border-bottom: 1px solid #C1C1C1;
	padding: 0;
}

ul#gnav_drop_highlights li { width: 155px; }


ul#gnav_drop_highlights a {
	color: white;
	font-family: Trebuchet MS, Verdana, sans-serif;
	font-size: 1em;
	text-decoration: none;
	padding: 4px 12px 4px 12px;
	background-color: #666666;
}


ul#gnav_drop_highlights li#highlights1 a:hover { text-decoration: none; background-color: #333333; color:white;}
ul#gnav_drop_highlights li#highlights2 a:hover { text-decoration: none; background-color: #333333; color:white;}
ul#gnav_drop_highlights li#highlights3 a:hover { text-decoration: none; background-color: #333333; color:white;}
ul#gnav_drop_highlights li#highlights4 a:hover { text-decoration: none; background-color: #333333; color:white;}