.transMenu {
position: absolute;
overflow: hidden;
top: -1000px;
left: -1000px;
}
.transMenu .content {
position:absolute;
}
.transMenu .items {
position: relative;
top: 0px;
left: 0px;
z-index: 2;
text-indent: 5px;
}
.transMenu.top .items {
border-top: none;
}
.transMenu .item{ 
font-size: 10px;
color: #63afcd;
font-weight: normal;
text-decoration: none;
margin: 0px;
display:block;
border: none;
cursor: pointer;
cursor: hand;
border-bottom: 1px solid #63afcd;
}
.transMenu .background {
position: absolute;
top: 0px;
left: 0px;
z-index: 1;
-moz-opacity: .9;
filter: alpha(opacity=90);
}
.transMenu .shadowRight {
position: absolute;
z-index: 3;
top: 3px;
width: 2px;
-moz-opacity: .9;
filter: alpha(opacity=90);
}
.transMenu .shadowBottom {
position: absolute;
z-index: 1;
left: 3px;
height: 2px;
-moz-opacity: .9;
filter: alpha(opacity=90);
}
.transMenu .item.hover {
background: #9fcee0;
}
.transMenu .item.hover td {
color: #3366cc;
}
.transMenu .item img {
margin-left:10px;
}
.transMenu .item#active {
color: #3366cc;
-moz-opacity: .9;
filter: alpha(opacity=90);
}
.transMenu .item#active.hover {
color: #eee;
}
.transMenu .item td{
color: #3366cc;
font-weight: normal;
}
#wrap {
margin: 0px;
padding: 0px;
}
#menu { 
background: #439dc7;
float:left;
}
a.mainlevel-trans:link,
a.mainlevel-trans:visited {
width: auto;
height: 25px;
display: block;
margin: 0px;
padding: 0px 10px 0px 10px;
white-space:nowrap;
font-family: tahoma, sans-serif;
font-size: 12px;
color: #eee;
font-weight: normal;
text-decoration:none;
line-height: 25px;
border-right: 1px solid #63afcd;
background: #439dc7;
}
a.mainlevel-trans:hover {
color: #3366cc;
background: #9fcee0;
}
a.mainlevel_active-trans, 
a.mainlevel_active-trans:visited {
width: auto;
height: 25px;
display: block;
margin: 0px;
padding: 0px 10px 0px 10px;
white-space:nowrap;
font-family: tahoma, sans-serif;
font-size: 12px;
font-weight: bold;
text-decoration: none;
color: #3366cc;
line-height: 25px;
border-right: 1px solid #ddd;
background: #fff;
}
a.mainlevel_active-trans:hover {
  color:#3366CC;
}