#transbox {
	background-color: #1C3870;
	filter:alpha(opacity=90);
	-moz-opacity:0.90;
	opacity: 0.90;
	padding:0px;
	color: white;
	font-weight: bold;
	position: relative; 
	text-align: left;
}
#transbox.bottom {
	padding: 0px;
	width: 100px;
	background-color: #1C3870;
	filter:alpha(opacity=90);
	-moz-opacity:0.90;
	opacity: 0.90;
	-moz-border-radius-bottomleft: 20px;
	-moz-border-radius-bottomright: 20px;
	height: 7px;
}

body {
	background-color: white;
}

.dhtmlmenus, .dhtmlmenus  ul {
 margin: 0;
 padding: 0;
 list-style: none;
}

.dhtmlmenus ul {
	visibility: hidden;
	position: absolute;
	left: 0px;
	width: 135px;
	top: 26px;
}

.dhtmlmenus ul ul {
 top: 0px;
 left: 150px;
}

.dhtmlmenus li {
	float: left;
	position: relative;
	margin-right: 0px;
	padding: 0px;
	background-image: url(../images/nav_line.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.dhtmlmenus ul li{
 float: none;
 margin-right: 0;
 margin-bottom: -1px;
 background-image: none !important;
}

.dhtmlmenus li.last {
 background-image: none !important;	
}
.dhtmlmenus ul>li:last-child {
 margin-bottom: 1px;
}

.dhtmlmenus a {
 display: block;
 padding: 0px;
 text-decoration:  none;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 10px;
 color: #96835B;
}

.dhtmlmenus a:hover, .dhtmlmenus a.highlighted:hover, .dhtmlmenus a:focus {
 color: #FFF;
}
.dhtmlmenus  a.highlighted {
 color: #FFF;
 background-color: ;
}

.dhtmlmenus a .subind {
 display:  none;
}
.dhtmlmenus ul a .subind {
 display:  block;
 float: right;
}

.dhtmlmenus a {
 float: left;
}
.dhtmlmenus ul a {
 float: none;
}

.dhtmlmenus a {
 float: none;
}

* html .dhtmlmenus  ul li {
 float: left;
 height: 1%;
}
* html .dhtmlmenus  ul a {
 height: 1%;
}
