/*******************************************************/
/* Left Related Styles                                 */
/*******************************************************/
#navbar {
	float: left;
	width: 13em;
	padding: 0px;
	margin-top: 4px;
	margin-right: 4px;
	margin-bottom: 4px;
	margin-left: 0px;
	font-size: 75%;
	vertical-align: top;
}
#navbar ul {
	list-style: none;
	padding: 0px 0px 0px 6px;
	margin: 4px 0px 4px 0px;
}
#navbar li {
	padding: 0;
	text-align: left;
	height: 2.5em;
	color: #333300;
	margin-top: 0;
	margin-right: 0.15em;
	margin-bottom: 0;
	margin-left: 0.15em;
}
#navbar li a {
	background-image:  url(../../images/nav/up.gif);
	background-repeat: no-repeat;
	color: #333300;
	line-height: 2.5em;
	float: left;
	width: 12em;
	border: 0.1em solid #dcdce9;
	text-decoration: none;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
	font-family: Tahoma, "Trebuchet MS", Verdana, Arial;
	font-size: 8pt;
	height: 2.6em;
}
#navbar li a:hover {
	background-image:  url(../../images/nav/over.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	height: 2.5em;
	line-height: 2.5em;
	float: left;
	width: 12em;
	border: 0.1em solid #dcdce9;
	text-decoration: none;
	text-align: left;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
	font-family: Tahoma, "Trebuchet MS", Verdana, Arial;
	font-size: 8pt;
}
#navbar a.here {
	background-image: url(../../images/nav/active.gif);
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}
