@CHARSET "UTF-8";

.drop-down-menu {
	margin: 0;
	padding: 0 0 0 190px;
	list-style-type: none;
	background-color: #6e3467;
	height: 100%;
	z-index: 100;
}

.drop-down-menu ul {
	width: 188px;
	display: none;
	margin: 0;
	padding: 0;
	list-style-type: none;
	z-index: 100;

}

.drop-down-menu li {
	float: left;
	position: relative;
	border-right: 1px solid white;
	z-index: 100;

}
.drop-down-menu li.first {
	border-left: 1px solid white;
}
.drop-down-menu li a {
	text-align: center;
	display: block;
	width: 100%;
	text-decoration: none;
}
.drop-down-menu li a img {
	border: none;
}
.drop-down-menu ul li {
	border: 1px solid #265c78;
	border-top: none;
	background-color: #62a8c1;
	font-size: 14px;
	width: auto;
}
.drop-down-menu ul li.first {
	border: 1px solid #265c78;
	border-top: none;
}
.drop-down-menu ul li.hover {
	background-color: #d4fcfb;
}
.drop-down-menu ul li.hover a {
	color: #224849;
}
.drop-down-menu ul li a {
	text-align: center;
	display: block;
	width: 100%;
	text-decoration: none;
	color: #e9ffff;
	padding: 6px 0 4px;
	font-family: sans-serif;
}
.drop-down-menu ul li a:hover {
}
.drop-down-menu ul li.hover ul a {
	color: #e9ffff;
}
.drop-down-menu ul li.hover ul li.hover a:hover {
	color: #224849;
}
.drop-down-menu li.has-submenu {
	background-image: url(../images/menu-arrow-light.gif);
	background-repeat: no-repeat;
	background-position: 95% 60%;
}
.drop-down-menu li.hover-with-submenu {
	background-image: url(../images/menu-arrow-dark.gif);
	background-repeat: no-repeat;
	background-position: 95% 60%;
}

.drop-down-menu ul {
	position: absolute;
	left: 0px;
	width: 99.25%;
	background-color: #62a8c1;
	z-index: 1000;
	
	font-size: 0px;
}
.drop-down-menu li.first ul {
	left: 1px;
	width: 99%;
}

/* Fix 2nd level horiz + vert offset in IE6 */
.drop-down-menu ul ul {
	left: 99.5%;
	margin-top: -28px;
	*margin-top: -29px;
}
/* Fix 2nd level vert offset in IE7 */
*:first-child+html .drop-down-menu ul ul {
	left: 99.5%;
	margin-top: -27px;
}
/* And reset for standards browsers */
html>/**/body .drop-down-menu ul ul {
	left: 100%;
	margin-top: -28px;
}

/* Fix item width in IE6 */
.drop-down-menu li {
	width: 190px;
}
/* And reset for standards browsers */
html>/**/body .drop-down-menu li {
	width: inherit;
}

/* Fix drop-down ul overlap in IE6 */
.drop-down-menu ul {
	top: 100%;
	*top: 102%;
	width: 112% !important;
}
.drop-down-menu li.first ul {
	width: 196px !important;
}
/* And reset for standards browsers */
html>/**/body .drop-down-menu ul {
	top: 99%;
	width: 99.25% !important;
}
html>/**/body .drop-down-menu li.first ul {
	top: 99%;
	width: 99% !important;
}

/* Adjust safari menu issues */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	html>/**/body .drop-down-menu ul {
		top: 100% !important;
		width: 210px !important;
	}
	.drop-down-menu ul ul {
		left: 100.5% !important;
	}
}

.drop-down-menu ul {
	top /*\**/: 100% !important\9
}
.drop-down-menu ul ul {
	margin-top /*\**/: -28px\9
}
	

.drop-down-menu ul ul {
	width: 100% !important;
}

.drop-down-menu ul li {
	float: none;
	position: static;
}
.drop-down-menu ul ul li {
}
.drop-down-menu ul ul li.first {
	border: 1px solid #265c78;
}

a.basic:link {color: #999999; text-decoration: underline; }
a.basic:visited {color: #999999; text-decoration: underline; }
a.basic:hover {color: #999999; text-decoration: none; }
a.basic:active {color: #999999; }

