/* 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 ***/
.nav, .nav * {
	margin:0;
	padding:0;
	list-style:none;
}
.nav {
	/*line-height:1.0;*/
	line-height:16px;
	float:left;
	/*margin-bottom:1.5em;*/
	/*margin-left:-84px;*/
	/*margin-left:25%;*/
}
.nav ul {
	position:absolute;
	top:-999em;
	/*width:200px;*/
	width:200px;
}

.nav li {
	float:left;
	position:relative;
	z-index:99;
	/*margin-right:50px;*/
	/*background:#da251d;*/
	
}

.nav ul li
{
	width:100%;
	z-index:99;
}

.nav a {
	display:block;
	
	color: #fff;
	padding: 5px;
	text-decoration:none;

	/*text-indent: 2em;*/

	font-size: 12px;
	font-weight: 900;
	font-family: Arial, Helvetica, sans-serif;
	
}
.nav a:hover
{
	text-decoration: underline;
	font-size: 12px;
	font-weight: 900;
	font-family: Arial, Helvetica, sans-serif;
}

.nav li:hover ul,
ul.nav li.sfHover ul {
	left:-1px;
	top:2.5em;
}
.nav li:hover li ul,
.nav li.sfHover li ul {
	top:-999em;
}
.nav li li:hover ul,
ul.nav li li.sfHover ul {
	left:200px;
	top:0px;
}
.superfish li:hover ul,
.superfish li li:hover ul {
	top: -999em;
}

/*** ORIGINAL SKIN ***/

.nav li:hover, .nav li.sfHover,
.nav a:focus, .nav a:hover, .nav a:active {
	color: #feefea;
}
.nav li li {
	background:#da251d;
	
	border-bottom: 1px solid #fff;
}
.nav li li li {
	background:#da251d;
	display:block;	
}

.nav_left li li li {
	background:#da251d;
	left:-400px;
	display:block;	
}



