/* 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.2em;
}

.nav ul 
{
	position:absolute;
	top:-999em;
	width:13.75em;
}

.nav ul li, .nav a 
{
	width: 100%;
}
.nav li 
{
	float:left;
	position:relative; 
	z-index:99;
}
.nav a 
{
	display:block;
}
.nav li:hover ul,
ul.nav li.sfHover ul 
{
	left:-1px;
	top:2em;
}
.nav li:hover li ul,
.nav li.sfHover li ul 
{
	top:-999em;
}
.nav li li:hover ul, ul.nav li li.sfHover ul 
{
	left:9.45em;
	top:-1px;
}
.superfish li:hover ul, .superfish li li:hover ul 
{
	top: -999em;
}

/*** ORIGINAL SKIN ***/
.nav 
{
	float:left;
	margin:0.5em 0;
}
.nav li 
{
	background-image: url(../Themes/Default/Images/Generella/product_attr_background.png);
	background-position:bottom;
	height:19px;
	width:13.75em;
	padding-top:5px;
	text-decoration:none;
	text-indent: 1.5em;
	border:1px solid #c3c3c3;
	cursor:pointer;
	 
}
.nav a 
{
	padding: 0.5em 0;
	text-decoration:none;
	text-indent: 1.5em;
}

/*li:hover,*/
.nav .nav li.sfHover, .nav a:focus, .nav a:hover, .nav a:active 
{
	background:#dbdbdb;
}
.nav li li 
{
	background:#f2f2f2;
	padding-bottom:0.5em;
}
.nav li li li 
{
	background:#000000;
}




