/* ********************************** g31exp *********************************** */
/* Main Nav Container and list  */
#mainNav {
/*	background-image:url(../images/header/rlogo.gif);
	background-position: 620px 0;
	background-repeat:no-repeat;
*/	width: 856px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 92px;
	position: relative;
	z-index:2;
}
#g31menubar ul, #g31menubar ul li, #g31menubar ul li ul, #g31menubar ul li ul li {
	margin:0;
	padding:0;
}
#mainNav ul {
}
#mainNav ul li {	/* top tabs */
	display: inline;
	width:110px;
	height:42px;
	margin: 50px 4px 0 0;
}
#mainNav ul li.last {
	border: none;	
}
#mainNav ul li .cornerTL {
	position:relative;
	background-image:url(../images/nav/cornerTL.png);
	background-repeat:no-repeat;
	width:15px;
	height:15px;
	display:block;
	float:left;
}
#mainNav ul li .cornerTR {
	position:relative;
	background-image:url(../images/nav/cornerTR.png);
	background-repeat:no-repeat;
	width:15px;
	height:15px;
	display:block;
	float:right;
}

/* Style Top Nav Typography - DO NOT DEFINE COLOR HERE  */

#mainNav ul li a.trigger, #mainNav ul li span.trigger {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	text-decoration: none;
	line-height: 14px;
	text-transform: none;
	text-align:center;
	font-weight: normal;
	display: block;
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 8px;
	padding-right: 10px;
}
#g31menubar, #g31menubar ul {
	list-style: none;
}
#g31menubar ul {
	border-top: 5px solid #FFF;
}
#g31menubar a {
	color: #FFF;/* this is the color of the top nav links  */
	text-decoration: none;
}


/* Top Nav on Hover  */
#g31menubar li:hover a, #g31menubar a:focus, #g31menubar li.g31hvr a {
	display: block;
	text-decoration: none;
	color: #FFF;
/*	text-shadow:#333 1px 1px 0;*/
}
#g31menubar li:hover ul, #g31menubar li.g31hvr ul {
	display: block;
	text-decoration: none;
}

/* Style Drop down block elements  */
#g31menubar li:hover ul a, #g31menubar li.g31hvr ul a {
	color:#000;
	text-decoration: none;
	background-image: none;
}
#g31menubar ul a {
	background-color: #FFF !important;
}
#g31menubar ul a:hover {
	color:#333;
	background-color: #EEE !important;
/*	border:5px solid #FFF !important;*/
}

/* Main Container for all rollover links  */
#g31menubar li ul {
	background-image:url(../images/nav/navLogo.gif);
	background-position: bottom right;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	position: absolute;
	display: none;
	list-style: none;
	width: 763px;
	left: 40px;
	top: 92px;
}
#g31menubar li {
	float: left;
}
#g31menubar li ul li {
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
	border: none;
	width: 190px;
	height: 85px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
#g31menubar li ul li a {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.5em;
	text-transform: none;
	font-weight: bold;
	text-decoration: none;
	display: block;
	height: 85px;
	color: #000;
	text-shadow: #DDD 1px 2px 0;
	padding: 0 10px;
}
#g31menubar li ul li a span {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.5em;
	display: block;
	font-weight: normal;
	color: #333;
	text-decoration: none;
}
#g31menubar img {
	float: right;
	border: 1px solid #000;
	margin-left: 5px;
}