/* 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: 0; background-image: url(../images/gb-hornav1-bg.jpg); background-repeat: repeat-x; text-align: center; position: relative; clear: both; margin-right: 0; padding-right: 30px; }
#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 17px;
	text-decoration: none;
	color: #eee;
	line-height: 23px;
	border-left: 1px solid #646464;
	border-right: 1px solid #646464;
	margin-left: -1px;
}

#newmenu1 li {
	background: none;
}
#newmenu1 a:hover { 	
	color: #fff;
	text-decoration: underline;
}
ul.menu li ul { background-color: #c7d0d9; }
ul.menu > li#current > ul > li {
	display: block;
}


/* RSS and Twitter icons */
#icons {
	position: absolute; 
	right: 16px; 
	top: 1px;
	margin: 0;
	padding: 0;
}
#icons a { padding: 0 5px; background: transparent; margin-left: -10px; border-style: none; }	
#newmenu2 {
	margin: 0;
	font-size: 12px;
	line-height: 14px;	
}
#newmenu2 a {
	text-decoration: none;
	color: #2f2f30;
	font-weight: bold;
	margin: 0 10px;
}
#newmenu2 a:hover {
	color: #005d9c;
	text-decoration: underline;
	font-weight: bold;
}
a#active_menu-nav2{
	color: #005d9c;
}
#newmenu2 span {
	color: #768140;
}

/* above is new */


.moduletable-rss {
	float: left;
}
