body {
	font-family: arial, helvetica, serif;
}

#navbar li a:link, #navbar li a:hover, #navbar li a:visited, #navbar li a:active {
	color: #000;
	text-decoration: none;
}

#navbar ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	border-right: 1px solid #621a64;
	color: #fff;
	font: bold 12px/15px arial, helvetica, sans-serif;
}
#navbar ul#nav li{
	background: #e5d8e4 url(../images/navbg.gif) repeat-x;
}
#navbar ul li { /* all list items */
	float: left;
	position: relative;
	/*width: 14em;*/
	width: 9.5em;
	border-style: solid;
	border-color: #621a64;
	border-width: 1px;
	border-top-style: none;
	border-right-style: none;
	padding: 4px 0 4px 10px;
}
#navbar ul li.toplevel{
	background: #e5d8e4 url(../images/navbg.gif) repeat-x;
}
#navbar ul li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 2em;
	left: -1px;
}

#navbar ul#nav li ul li {
	background-image: none;
	width:14em;
}

#navbar li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

#navbar ul li:hover ul, #navbar ul li.over ul { /* lists nested under hovered list items */
	display: block;
}

#content {
	clear: left;
}

.sh_fixlength
{
width: 7em;
z-index:1;
}