@charset "UTF-8";
/* CSS Document */

.sidebarlistbox {
	width: 195px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 5px;
}


#navcontainer ul
		{
	list-style-type: none;
	text-align: left;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding: 0px;
		}
		
		#navcontainer ul li a
		{
	padding-left: 15px;
	text-align: left;
	text-decoration: none;
	color: #E4742c;
	background-color: transparent;
	background-image: url(images2/orng_arrow_smaller.png);
	background-repeat: no-repeat;
	background-position: left center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .85em;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	line-height: 1.2em;
	margin: 0px;
		}

		
		#navcontainer ul li a:hover
		{
	color: black;
	background-image: url(images2/gray_arrow_sm.png);
	background-repeat: no-repeat;
	background-position: left center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .85em;
	background-color: transparent;
	margin: 0px;
		}
		
		#navcontainer ul li a#current
		{
	color: #666;
	background-color: transparent;
	background-image: url(images2/orng_arrow_smaller.png);
	background-repeat: no-repeat;
	background-position: left center;
		}
.sidebarlistboxfloat {
	width: 195px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 5px;
	clear: both;
	float: right;
	position: relative;
	z-index: 999999;
}


#navcontainertop ul
		{
	list-style-type: none;
	text-align: left;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding: 0px;
		}
		
		#navcontainertop ul li a
		{
	padding-left: 15px;
	text-align: left;
	text-decoration: none;
	color: #666;
	background-color: transparent;
	background-image: url(images2/blue_arrow_smaller.png);
	background-repeat: no-repeat;
	background-position: left center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	line-height: 1.2em;
	margin: 0px;
		}

		
		#navcontainertop ul li a:hover
		{
	color: black;
	background-image: url(images2/black_arrow_sm.png);
	background-repeat: no-repeat;
	background-position: left center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .85em;
	background-color: transparent;
	margin: 0px;
		}
		
		#navcontainertop ul li a#current
		{
	color: #666;
	background-color: transparent;
	background-image: url(images2/orng_arrow_smaller.png);
	background-repeat: no-repeat;
	background-position: left center;
		}

