/* 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 ***/
.options, .options * {
	margin:0;
	padding:0;
	list-style:none;
}

.options ul {
	position:absolute;
	top:-999em;
	margin-top: -5px;
}
.options ul li,
.options a {
}
.options li {
	background: #000000;
	float:left;
	position:relative;
	z-index:99;
	width: 75px;
	text-align: center;
	line-height: 145%;
}
.options a {
	display:block;
}
.options li:hover ul,
ul.options li.sfHover ul {
	left:-1px;
	top:5px;
}
.options li:hover li ul,
.options li.sfHover li ul {
	top:-999em;
}
.options li li:hover ul,
ul.options li li.sfHover ul {
	top:-1px;
}


/*** ORIGINAL SKIN ***/
.options {
	height: 20px;
	float:left;
}
.options li#jazz {
	border-left: solid #000000 3px;
	background:#ec128d;
}

.options li#ballet {
	border-left: solid #000000 3px;
	background:#00b2e5;
}

.options li#tap {
	border-left: solid #000000 3px;
	background:#82c341;
}

.options li#hiphop {
	border-left: solid #000000 3px;
	background:#e9c702;
}

.options li#gimnasia {
	border-left: solid #000000 3px;
	background:#dc382e;
}

.options a {
	color: #ffffff;
	text-decoration:none;
}
.options li:hover, .options li.sfHover,
.options a:focus, .options a:hover, .options a:active {
	color:#ffffff;
	background: #000000;
}





