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

/*** ORIGINAL SKIN ***/
.navg {
	float:left;
	margin-bottom:1.5em;	
}
.navg li {
	background:#262626;
	width:248px;
}

.navg li ul {
    filter:alpha(opacity=97);
    -moz-opacity:0.97;
    opacity: 0.97;  
}

.navg a {
	color: #fff;
	padding: 3px 0 3px 0;
	text-decoration:none;
	text-indent: 20px;	
}
.navg a.active {
	color: #999;
}
.navg li:hover, .navg li.sfHover,
.navg a:focus, .navg a:hover, .navg a:active {
	background:#cc0000;
	text-decoration:none;
}
.navg li li {
	background:#262626;
}
.navg li li li {
	background:#262626;
}

.navg li.current {
    background: #262626 url(/img/bg_igdropdown.gif) 232px 7px no-repeat;
}

.navg li.current a.current {
    text-indent: 8px;
	padding: 5px 0 5px 0;
}

.navg li.current a.current:hover {
    background: #cc0000 url(/img/bg_igdropdown1.gif) 232px 7px no-repeat;
}

.navg li.cat {
	color: #aaa;
	font-weight: bold;
	padding: 5px 0 3px 0;
	text-indent: 8px;
	cursor: text;	
	font-family: Arial;
	font-style: italic;
	font-size: 11px;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
}
.navg li.cat:hover {
	background:#262626;	
}



