/* There is a version of this file commented in great detail for educational purposes here:
 * http://users.tpg.com.au/j_birch/plugins/superfish/superfish.commented.css
 */

/*** ESSENTIAL STYLES ***/
.super, .super * {
	margin:0;
	padding:0;
	list-style:none;
}
.super {
	line-height:1.0;
}
.super ul {
	position:absolute;
	top:-999em;
	width: 148px;
}

.super ul li,
.super a {
	width: 100%;
}

.super li {
	float:left;
	position:relative;
	z-index:99;
}

.super a {
	display:block;
}

.super li:hover ul,
ul.super li.sfHover ul {
	top: 0;
	left: 0;
	cursor: pointer;
}
.super li:hover li ul,
.super li.sfHover li ul {
	top:-999em;
}
.super li li:hover ul,
ul.super li li.sfHover ul {
	left:0;
	top:0;
}
.superfish li:hover ul,
.superfish li li:hover ul {
	top: -999em;
}

/*** ORIGINAL SKIN ***/
.super {
	float:left;
	/*margin-bottom:1.5em;*/
}
.super li {
	/*background:#BDD2FF;
	border-left:1px solid #fff;
	border-top:1px solid #CFDEFF;*/
	width: 147px;
	height: 26px;
}

.super img {
	border: 1px solid white;
}

.super a {
	color: #17577f;
	text-decoration:none;
	/*text-indent: 2em; */
	font-size: 8pt;
}

.super a:hover {
	text-decoration: underline;
}

.super ul li.text {color:  #17577f; font-size: 7.5pt; font-weight: normal; padding: 6px 6px 0px 6px; width: 147px; height: 52px;}
.super li ul a {padding-left: 12px;}
.super li ul li.first {padding-top: 20px; height: 15px;}
.super li ul li.first2 {padding-top: 20px; padding-bottom: 10px; height: 15px;}

.super li:hover, .super li.sfHover,
.super a:focus, .super a:hover, .super a:active {
	/*background:#CFDEFF;*/
}
.super li li {
	background: transparent url(/media/nav/top_nav.png) repeat-y;
	text-align: left;
}

.super li li li {
	background:#9AAEDB;
}




