#transbox {
	background-color: #000;
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	opacity: 0.75;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: white;
	font-weight: bold;
	position: relative; 
	text-align: left;
}
#transbox.bottom {
	padding: 0px;
	width: 100px;
	background-color: #000;
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	opacity: 0.75;
	-moz-border-radius-bottomleft: 20px;
	-moz-border-radius-bottomright: 20px;
	height: 7px;
}

.dhtmlmenus, .dhtmlmenus  ul {
 margin: 0;
 padding: 0;
 list-style: none;
}

.dhtmlmenus ul {
 visibility: hidden;
 position: absolute;
 left: 0px;
 width: 160px;
}

.dhtmlmenus ul ul {
 top: 0px;
 left: 150px;
}

.dhtmlmenus li {
 float: left;
 position: relative;
 margin-right: 0px;
}

.dhtmlmenus ul li {
 float: none;
 margin-right: 0;
 margin-bottom: -1px;
 border-top: 1px solid black:
}

.dhtmlmenus ul>li:last-child {
 margin-bottom: 1px;
}

.dhtmlmenus a {
 display: block;
 padding: 0px;
 text-decoration:  none;
 font-family: verdana;
 font-size: 10px;
 font-weight:normal;
 color: #DAD8D8;
}

.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%;
}

