/* Son of Suckerfish Dropdowns
---------------------------------------------------------
Originally developed by Patrick Griffiths and Dan Webb
http://www.htmldog.com/articles/suckerfish/dropdowns/
---------------------------------------------------------
NOTE: After a deep research, we decide to divide this
CSS into 2 parts. The first part will define the layout.
The second part will define the visual look for this menu.
---------------------------------------------------------*/
.gn_static_1 { height: auto; }

/*--------------------------- LAYOUT ----------------------------*/
#mainnavwrap {
	padding: 0;
	margin: 0;
	text-align: center;
	width: 100%;
}

#newmenu1 {
	margin-top: 0px;
	background-image: url(../images/gb-hornav1-bg.jpg);
	background-repeat: repeat-x;
	text-align: center;
	position: relative;
	clear: both;

}
#newmenu2 {
	margin-top: 5px;
	text-align: center;
/*	background-color: #A20308;	*/
}
#newmenu1 ul, #newmenu2 ul {
	margin: 0; padding: 0;
}
#mainnavwrap #newmenu1 ul li {
	background-color: #C7181D;
}
#mainnavwrap #newmenu2 ul li {
	background-color: #c21318;
}
#bg-header ul {
	list-style-type: url(../images/spacer-topmenu2.jpg);
}
#bg-header ul li {
	display: inline;
	padding: 3px 0;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
/*	background-image: url(../images/rogradient-bg.jpg); */
}
#newmenu1 a {
	padding: 0 34px;
	text-decoration: none;
	color: #eee;
	line-height: 23px;
	border-left: 3px double #fff;
	border-right: 3px double #fff;
	margin-left: -3px;
}
#newmenu1 li {
	background: none;
}
#newmenu1 a:hover { 	
	color: #fff;
	text-decoration: underline;
}

/* RSS and Twitter icons */
#icons {
	position: absolute; 
	right: 20px; 
	top: 1px;
	margin: 0;
	padding: 0;
}
#icons a {
	border: none;
	padding: 0 5px;
}	
#newmenu2 {
	margin: 0;
}
#newmenu2 a {
	text-decoration: none;
	color: #2f2f30;
	font-weight: bold;
	margin: 0 10px;
}
#newmenu2 a:hover {
	color: #3F780F;
	text-decoration: underline;
	font-weight: bold;
}
a#active_menu-nav2{
	color: #6BA72F;
}
#newmenu2 span {
	color: #3C7912;
}

/* above is new */


.moduletable-rss {
	float: left;
}
