@charset "utf-8";
/* CSS Document */

#sidebar {
	width: 120px;
	font-size: 0.8em;
}

#navlist {
margin: 0; /*removes indent IE and Opera*/
padding: 0; /*removes indent Mozilla and NN7*/
list-style-type: none; /*turns off display of bullet*/
}
#navlist a, #navlist a:visited {
	display: block;
	background-image:  url(assets/blueside3.png);
	font-family: "Felix Titling", Georgia, "Times New Roman", Times, serif;
	color: #000000;
	text-decoration: none;
	font-size: 11pt;
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 3px;
	padding-left: 4px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#navlist a:hover {
background-color: #BFD0DB;
background-image:  url(assets/blueside4.png);
color: #2D1E2D;
}
#navlist .submenu {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	background-image: url(assets/blueside4.png);
	display: block;
	margin-left: 10px;
	padding-top: 2px;
	padding-left: 2px;
}

#navlist .hide{
display: none;
}

#navlist .show{
display: block;
}

#sidebar #navlist .uberlink {
	background-color: #BFD0DB;
	background-image:  url(assets/blueside4.png);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	color: #333 !important;
	cursor: default;
}
#sidebarh {

font-size: .8em;
}
 
#navlisth {
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
	
}
#navlisth li {float: left}
#navlisth a, #navlisth a:visited {
	display: block;
	background-color: #D6CDBE;
	height: 24px;
	width: 155px;
	background-repeat: no-repeat;
	background-position: 0% 50%;
	color: #000000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#navlisth a:hover {
background-color: #FFFFCC;

color: #2D1E2D;
}
#sidebarh #navlisth .uberlink {
background-color: #FFFFCC;
color: #2D1E2D;
}
.divmenuhorizontal {
	line-height: 24px;
	text-align: center;
}
