
/* ------------------------------------------------------------------------------------------ */

.transMenu {
position : absolute ;
overflow : hidden;
left : -1000px;
top : -1000px;
}

.transMenu .content {
position : absolute;
}

.transMenu .items {
border : 1px solid #00b3ec;
position : relative ;
left : 0px;
top : 0px;
z-index : 2;
}

.transMenu td {
padding : 4px !important;
font-size : 11px !important ;
font-size : 0.7em !important ;
font-family : Arial, sans-serif !important ;
text-align : left !important ;
font-weight : normal !important ;
color : #000000 !important ;
}

#subwrap {
text-align : left ;
}

.transMenu .item.hover td {
color : #FFFFFF !important ;
}

.transMenu .item {
text-decoration : none ;
cursor : pointer;
cursor : hand;
}

.transMenu .background {
background-color : #ffffff !important ;
position : absolute ;
left : 0px;
top : 0px;
z-index : 1;
opacity : 0.85;
filter : alpha(opacity=85);
}

.transMenu .shadowRight {
position : absolute ;
z-index : 3;
top : -3000px;
width : 2px;
opacity : 0.85;
filter : alpha(opacity=85);
}

.transMenu .shadowBottom {
position : absolute ;
z-index : 1;
left : -3000px;
height : 2px;
opacity : 0.85;
filter : alpha(opacity=85);
}

.transMenu .item.hover {
background-color : #5aa7e5 !important;
background-color : #00b3ec !important;
}

.transMenu .item img {
margin-left : 10px !important;
}

/* ------------------------------------------------------------------------------------------ */

table.menu {
top : 0px;
left : 0px;
position : relative;
margin : 0px !important;
border : 0px none #ffffff;
z-index : 1;
}

table.menu a {
margin : 0px !important;
padding : 4px 4px 4px 4px !important;
display : block !important;
position : relative !important ;
}

div.menu a, div.menu a:visited, div.menu a:link {
width : 245px;
font-size : 11px !important;
font-size : 0.7em !important;
font-family : Arial, sans-serif !important;
text-align : left !important;
font-weight : normal !important;
color : #ffffff !important;
text-decoration : none !important;
margin-bottom : 0px !important;
display : block !important;
white-space : nowrap ;
}

div.menu td {
border-right : 0px solid #666666;
border-top : 1px dotted #ffffff;
border-left : 0px solid #666666;
background-color : #00b3ec !important;
}

div.menu td.last {
border-bottom : 1px dotted #ffffff;
}
#trans-active a {
color : #000000 !important;
background-color : #00b3ec !important;
}

#menu a.hover {
color : #000000 !important ;
}

#menu span {
/*display : none;*/
}

