/* 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: 40px; text-align: center; position: relative; clear: both; list-style-image: none; }
#newmenu2 {
	text-align: center;
/*	background-color: #A20308;	*/
}
#newmenu1 ul, #newmenu2 ul {
	margin: 0; padding: 0;
}

#bg-header ul {
	list-style-type: url(../images/spacer-topmenu2.jpg);
}
#bg-header ul li {
	display: inline;
	padding: 0;
	margin-top: 0px;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
/*	background-image: url(../images/rogradient-bg.jpg); */
}
#newmenu1 a, #newmenu2 a {
	padding: 0 12px;
	text-decoration: none;
	color: #000;
	line-height: 19px;
	font-size: 13px;
	border-left: 2px solid #2498d3;
}
#newmenu1 a:first-child, #newmenu2 a:first-child {
	border-left: none;
}
#newmenu1 a:hover, #newmenu2 a:hover { 	
	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;
	background: none;
}	

/* above is new */


.moduletable-rss {
	float: left;
}
.menu-nav { list-style-type: none; }
.menu-nav ul li { background-color: #e8e8e8; list-style-type: none; }

