/*  
Theme Name: Original Premium News
Theme URI: http://www.woothemes.com/
Description: Original Premium News by WooThemes
Version: 1.2.3
Author: WooThemes
Author URI: http://www.woothemes.com/
*/

/*- Category Navigation -*/
#suckerfish {
	z-index:2000;

}
.nav2, .nav2 * {
	margin:0;
	padding:0;

	
}
.nav2 {
	height: 35px;
	position:relative;



}
.nav2 ul {
	float:left;
	background:#fff; /*IE6 needs this*/
	position:relative;
}
.nav2 li {
	float: left;
	list-style:none;
	z-index:999;
	
}
.nav2 li.current ul {
	z-index: 999;	
}
.nav2 li.sfHover ul,
ul.nav2 li:hover ul {
	z-index: 1000;
	color:#FFF;
	text-decoration:none;
	background-color:#8E205C;
	width:900px;
}
.nav2 li li {
padding-top:5px;
}
.nav2 a {
	color:#FFF;
	text-decoration:none;
	height:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:12px;
	display: block;
	padding: 0 13px;
	
}
.nav2 li ul {
	left:0;
	top:-999em;
	position:absolute;
	width:960px;
}
.nav2 li:hover,
.nav2 li.sfHover,
.nav2 li.current,
.nav2 a:focus, .nav2 a:hover, .nav2 a:active {
	text-decoration:none;
	padding-bottom:4px;
	color:#0AB280;

}
.nav2 li.sfHover a,
.nav2 li.current a,
.nav2 a:focus, .nav2 a:hover, .nav2 a:active {
	border-bottom: none;
}
.nav2 li li.current a {
	font-weight: bold;
}
.nav2 li li:hover,
.nav2 li li a:focus, .nav2 li li a:hover, .nav2 li li a:active {

}
.nav2 li:hover ul, /* pure CSS hover is removed below */
body .nav2 li.current ul, /* this must be more specific than the .superfish override below */
ul.nav2 li.sfHover ul {
	top:2.5em;
}

.nav2 li:hover li ul,
.nav2 li.sfHover li ul {
	top:-999em;
}
.nav2 li li:hover ul, /* pure CSS hover is removed below */
ul.nav2 li li.sfHover ul {
	top:2.5em;
}
/*following rule negates pure CSS hovers
so submenu remains hidden and JS controls
when and how it appears*/
.superfish li:hover ul,
.superfish li li:hover ul {
	top: -999em;
}

