@charset "utf-8";
/* CSS Document */
@charset "utf-8";
#navbar {
	margin: 0;
	/*	background-image: url(images/Nav_Backgroundsmall.gif);
	background-repeat: repeat-y;
	background-position: left top;*/
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	padding-left: 10px;
}
#navbar ul {
	list-style-type: none;
}
#navbar li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #F00;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 3px;
	padding-top: 3px;
	padding-bottom: 5px;
	background-image: none;
	background-position: center bottom;
	background-repeat: repeat-x;
	text-align: left;
	list-style-image: none;
	list-style-type: none;
	margin-top: 0px;
	margin-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
#navbar #lastli {
	background-image: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#navbar #lastli2 {
	background-image: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	
}
#navbar #lastli3 {
	background-image: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#navbar #lastli4 {
	background-image: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	
}

#navbar li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #53BAFF;
	text-decoration: none;
	font-weight: bold;
	/*	background-image: url(images/navLedOff.gif);
	background-repeat: no-repeat;
	background-position: left center;*/
	width: 160px;
	padding-left: 14px;
}
#navbar li a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #F00;
	text-decoration: none;
	font-weight: bold;
	background-image: url(images/navLedOn.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#navbar li a.textSmall {
	font-size: 9px;
	font-weight: bold;
}
#navbar li a:hover.textSmall {
	color: #C90;
}
#navBarBottomTrim {
	background-image: url(images/background-2ndtitle.jpg);
	height: 8px;
	width: 160px;
}
.boldText {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#navbar #currentSelection {
	padding-left: 18px;
}

