@charset 'UTF-8';

body {
    font-family: 'Century Gothic';
    font-size: 10pt;
    color: #000;
}
a img { border: 0; }

.navroot a:link,
.navroot a:visited { color: #fff; font-size: 14pt; font-weight: 0; text-decoration: none; margin: 0 25px; }
.navroot a:hover,
.navroot a:active { color: #e9bbe6; }

.navroot ul {
	float:right;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.navroot li {
	float: left;
	position: relative;
	z-index: 100;
}

.navroot li a {
	padding: 4px 5px;
	height: 28px;
}

.navroot ul ul li a {
	padding: 0;
	height: 20px;
	font-size: 12pt !important;
}

#user-navigation .navroot li {
	z-index: 101;
}

.navroot table {
	position: absolute;
	border-collapse: collapse;
	z-index: 80;
	left: -1px;
	top: 25px;
}

#user-navigation .navroot table {
	z-index: 81;
}

.navroot a,
.navroot a:visited,
.navroot a:link,
.navroot :visited {
	display: block;
	text-align: left;
}

.navroot ul ul {
	display: none;
	position: absolute;
	margin-top: 0px;
	margin-left: 30px;
	padding-bottom: 5px;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color: white;
	background: #8c0e84;
}

.navroot ul ul li {
	float: none;
	width: 100%;
	position: relative;
	margin: 0 7px 0 0;
	min-width: 100px;
}


.navroot ul li:hover ul,
.navroot ul a:hover ul {
	visibility: visible;
}