/* 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 ***/
#topMenu, #topMenu * {
	margin:0;
	padding:0;
	list-style:none;
}
#topMenu {
	line-height:1.0;
}
#topMenu ul {
	position:absolute;
	top:-999em;
	width:190px;
}
#topMenu ul li,
#topMenu a, #topMenu span {
	width: 100%;
}
#topMenu li {
	float:left;
	position:relative;
	z-index:99;
}
#topMenu a, #topMenu span {
	display:block;
}
#topMenu li:hover ul,
ul#topMenu li.sfHover ul {
	left:-1px;
	top:20px;
}
#topMenu li:hover li ul,
#topMenu li.sfHover li ul {
	top:-999em;
}
#topMenu li li:hover ul,
ul#topMenu li li.sfHover ul {
	left:190px;
	top:-1px;
}
.superfish li:hover ul,
.superfish li li:hover ul {
	top: -999em;
}

/*** ORIGINAL SKIN ***/
#topMenu {
	float:left;
	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#topMenu li {
	color: #FFF;
	line-height: 20px;
	background-color: #333;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}
#topMenu a, #topMenu span {
	color: #fff;
	padding: 0;
	text-decoration:none;
	text-align: center;
	overflow: hidden;
	background-color: #333;
}
#topMenu li li {
	color: #FFF;
	background-color: #333;
}
#topMenu li li a, #topMenu li li span {
	color: #FFF;
	text-align: left;
	text-indent: 0.5em;
	background-color: #333;
}
#topMenu li li li {
	color: #FFF;
	background-color: #333;
}
#topMenu li:hover, #topMenu li.sfHover,
#topMenu a:focus, #topMenu a:hover, #topMenu a:active {
	color: #fff;
	background-color: #dc006c;
}
