/* general stuff */



/* Layout */
.left_2_bottom {
width:28px;
height:16px;
background:url(../images/left_2_bottom.gif);
}

img {
	BORDER-TOP-STYLE: none; BORDER-RIGHT-STYLE: none; BORDER-LEFT-STYLE: none; BORDER-BOTTOM-STYLE: none
}
/* Topmenu */

 ul#mainlevel-nav
{
list-style: none;
padding: 0;
margin: 0;
float: right;
white-space: nowrap;
}

ul#mainlevel-nav li{
width: auto !important;
width: 5%;
float: left;
margin: 0;
font-size: 12px;
height: 20px;
line-height: 20px;
white-space: nowrap;
margin-right: 1px;	
}
ul#mainlevel-nav li a{
font-weight: normal;
height: 20px;
display: block;
padding-left: 5px;
padding-right: 10px;
text-decoration: none;
color: #000000;
margin-left: 5px;
white-space: nowrap;
}

ul#mainlevel-nav li a:hover{
font-weight: normal;
text-decoration:underline;
height: 20px;
display: block;
padding-left: 5px;
padding-right: 10px;
color: #000000;
margin-left: 5px;
white-space: nowrap;
}
/* main Menu Style */
a.mainlevel {
font-size: 12px;
text-align:left;
width: 150px;
display: block;
line-height: 28px;
margin-bottom: 0px;
margin-left: 0px;
text-decoration: none;
font-weight: bold;
color:#000000;
font-family:verdana;
vertical-align:middle;
}


a.mainlevel:hover, a.mainlevel_active {
font-size: 12px;
text-align:left;
display: block;
line-height: 34px;
margin-bottom: 0px;
margin-left: 24px;
text-decoration: none;
font-weight: bold;
FONT-SIZE: 12px; COLOR: #995727;  font-family:Arial, Helvetica, sans-serif;TEXT-DECORATION: none;
font-weight:bold;
vertical-align:middle;
}
/* TransMenu subMenu */

.transMenu .item{
    font-size:10px;
    text-decoration:none;
	/* this is a hack for mac/ie5, whom incorrectly cascades the border properties of the parent table to each row */
	border:thick;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #5E8E1C;
	text-align: center;
	cursor:pointer;
}
	
.transMenu .item td{
border:thick;
background-color:#5E8E1C;
text-align:left;
line-height:22px;
width: 170px;
height:24px;
background:url(../images/bgsubmenu.gif);
display: block;	
}
.transMenu .item.hover {
	color:#995727;
	cursor:pointer;
}


.transMenu .item img {
	margin-left:0px;
	}

