.bg {
	background-image: url(../images/globalnavBG.gif);
	background-repeat: no-repeat;
	background-position: 0% 0%;
}

.bg2 {
	background-attachment: fixed;
	background-image: url(../images/globalnavBG.gif);
	background-repeat: no-repeat;
	background-position: 0% 0%;
}
/* --------------------------------------------Top */
#top {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #cccccc;	
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cccccc;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cccccc;
	
}
/* --------------------------------------------Topnav */
#topnav {
	width: 747px;
	background-color: #0066cc;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;	
	padding: 5px 0px 5px 0px;	
}
#topnav ul {
  	padding: 0px 5px 6px 0px;
	margin: 0px 5px 0px 10px;
}
#topnav ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	float: left;
	list-style-type: none;
}
#topnav ul li a {
	text-decoration: none;
	padding: 0px 18px 0px 10px;
	color: #FFFFFF;
	background-image: url(../images/arrow_white.gif);
	background-repeat: no-repeat;
	background-position: 0px 50%;
}
#topnav ul li a:hover {
	color: #CCCCCC;
}

