/* ********************************** g31exp *********************************** */


/* Style Top Nav Typography - DO NOT DEFINE COLOR HERE  */

#topNav {
	background-image: url(../images/bg_nav.png);
	height: 30px;
	clear: both;
	background-repeat: repeat-x;
	
}
ul#g31menubar, #g31menubar {
	margin-right: auto;
	margin-left: auto;
	width: 744px;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 30px;
	list-style: none;
	position: relative;
	z-index: 1000;
	padding: 0px;
}
ul#g31menubar li{
	display:inline;
	margin: 0px;
	padding: 0px;
}

#g31menubar a{
	color: #FFF;/* this is the color of the top nav links  */
	text-decoration: none;	
}
ul#g31menubar li a.trigger, ul#g31menubar li span.trigger {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	line-height: 30px;
	text-transform: uppercase;
	font-weight: bold;
	display: block;
	padding-right: 26px;
	padding-left: 26px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}


/* Top Nav on Hover  */

#g31menubar li:hover a, #g31menubar a:focus, #g31menubar a:active, #g31menubar li.g31hvr a {
	background-color: #000;
	display: block;
	text-decoration: none;
	color: #FFF;
}
#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 {
	background-color: #FFF;
	text-decoration: none;
	color: #586976;
	background-image: none;
}
ul#g31menubar ul a:hover {
	background-color: #EEE !important;
}
ul#g31menubar ul a:active {
	color: #586976 !important;
}


/* Main Container for all rollover links  */
ul#g31menubar li ul {
	position: absolute;
	z-index: 1000;
	display: none;
	list-style: none;
	width: 745px;
	left: 0;
	top: 30px;
	background-color: #FFF;
	background-image: url(../images/nav/logo.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin: 0px;
	padding: 0px;
	border-left: 1px solid #000;
	border-left: 1px solid #000;
	border-top: 8px solid #000;
	border-bottom: 8px solid #000;	
	
	
	
}

ul#g31menubar li {
	float: left;
}

ul#g31menubar li ul li {
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
	border: none;
	width: 248px;
}
ul#g31menubar li ul li a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 1.3em;
	text-transform: none;
	font-weight: bold;
	text-decoration: none;
	background-color: #FFF;
	display: block;
	height: 110px;
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	cursor:pointer;
}
ul#g31menubar li ul li a span{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.4em;
	display: block;
	font-weight: normal;
	color: #333;
	text-decoration: none;
	cursor:pointer;

}

#g31menubar img {
	float: right;
	border: 1px solid #CCC;
	margin-left: 5px;
}
