#transmenuheaders {
background:#none;
border-bottom:0 solid #FFF;
position:absolute;
left:260px;
top:126px;
width:550px;
height:20px;
padding:4px 0;
}

#transmenuheaders a {
text-decoration:none;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#000;
padding:4px 10px;
}

#transmenuheaders a.hover {
background:#ccc;
}

.transMenu {
position:absolute;
overflow:hidden;
left:-1000px;
top:-1000px;
}

.transMenu .content {
position:absolute;
}

.transMenu .items {
position:relative;
left:0;
top:0;
z-index:2;
}

.transMenu.top .items {
border-top:none;
}

.transMenu .item {
color:#fff;
font-size:12px;
font-family:sans-serif;
text-decoration:none;
border:none;
cursor:hand;
}

.transMenu .background {
position:absolute;
left:0;
top:0;
z-index:1;
opacity:.8;
filter:alpha(opacity=80);
}

.transMenu .shadowRight {
position:absolute;
z-index:3;
top:3px;
width:2px;
opacity:.45;
filter:alpha(opacity=45);
}

.transMenu .shadowBottom {
position:absolute;
z-index:1;
left:3px;
height:2px;
opacity:.45;
filter:alpha(opacity=45);
}

.transMenu .item.hover {
background:#fdfdfd;
color:000000;
}

.transMenu .item img {
margin-left:1px;
}