/* ======================== */
/*        Side NavBar       */
/* =========================*/
.navlist_sidebar
 {
 margin: 0 0 0 0;
 padding: 0px;
 padding-left: 0px;
 margin-left: 0px;
 list-style: none;
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-size: 11px;
 font-weight: bold;
 }
 
.navlist_sidebar hr
 {
 margin: -5px 0px 0px 10px;
 padding: 0px;
 color: #000080;
 height: 1px;
 width: 80px;
 }

.navlist_sidebar li a
 {
	padding: 9px 0px 9px 3px;
	display: block;
	border: 1px solid #A6A6A6;
	background-color: #FEF8E9;
	text-decoration: none;
	line-height: 1em;
	width: 101px;
	text-align: center;
	background-image: none;
	background-repeat: repeat-x;
}

.navlist_sidebar li a:link, .navlist_sidebar li a:visited
 {
 color: Black;
 }
 
.navlist_sidebar li a:hover
 {
 color: Black;
 background-color: #C19704;
 border: 1px solid #A6A6A6;
 background-image: none;
 background-repeat: repeat-x;
 }
 
#navlist_sidebaractive a
 {
 color: #6A5302 !important;
 background-color: #FEF8E9 !important;
 text-decoration: italics;
 background-image: none;
 border-top: 1px solid #A6A6A6 !important;
 border-right: 1px solid #D9D9D9 !important;
 border-bottom: 1px solid #A6A6A6 !important;
 border-left: 1px solid #A6A6A6 !important;
 width: 101px !important;
 }

.navlist_sidebar ul
 {
 margin: 0px 0px 0px 0px;
 padding: 0px;
 margin-left: 0px;
 list-style: none;
 width: 101px;
 }

.navlist_sidebar li
 {
 margin: 0px 0px 0px 10px;
 }
 
/* ======================== */
/*    Side NavBar Wide      */
/* =========================*/
 .navlist_sidebar_wide
 {
 margin: 0 0 0 0;
 padding: 0px;
 padding-left: 0px;
 margin-left: 0px;
 list-style: none;
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-size: 11px;
 font-weight: bold;
 }
 
 .navlist_sidebar_wide hr
 {
 margin: -5px 0px 0px 45px;
 padding: 0px;
 color: #000080;
 height: 1px;
 width: 80px;
 }

.navlist_sidebar_wide li a
 {
	padding: 9px 0px 9px 3px;
	display: block;
	border: 1px solid #A6A6A6;
	background-color: #AFDBFE;
	text-decoration: none;
	line-height: 1em;
	width: 161px;
	text-align: center;
	background-image: url(gradientBlue.gif);
	background-repeat: repeat-x;
}

.navlist_sidebar_wide li a:link, .navlist_sidebar_wide li a:visited
 {
 color: Black;
 }
 
.navlist_sidebar_wide li a:hover
 {
 color: Black;
 background-color: #BCE8FF;
 border: 1px solid #A6A6A6;
 background-image: url(gradientBlue_over.gif);
 background-repeat: repeat-x;
 }
 
 #navlist_sidebaractive_wide a
 {
 color: #C60240 !important;
 background-color: #D9D9D9 !important;
 background-image: none;
 border-top: 1px solid #A6A6A6 !important;
 border-right: 1px solid #D9D9D9 !important;
 border-bottom: 1px solid #A6A6A6 !important;
 border-left: 1px solid #A6A6A6 !important;
 width: 161px !important;
 }

.navlist_sidebar_wide ul
 {
 margin: 0px 0px 0px 0px;
 padding: 0px;
 margin-left: 0px;
 list-style: none;
 width: 101px;
 }

.navlist_sidebar_wide li
 {
 margin: 0px 0px 0px 10px;
 }