.transMenu {
    position: absolute;
    overflow: hidden;
}

.transMenu .content {
    position: absolute;
    vertical-align: top;
}

.transMenu .items {
    border: 1px solid #000;
    position: relative;
    left: 0px;
    top: 0px;
    z-index: 2;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: none;
}

.transMenu.top .items {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: none;
}

.transMenu .background {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
}

.transMenu .shadowRight {
    width: 1px;
    position: absolute;
    z-index: 3;
    top: 0px;
    left: 3px;
    -moz-opacity: 0.5;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.transMenu .shadowBottom {
    position: absolute;
    z-index: 1;
    left: 5px;
    height: 1px;
    -moz-opacity: 0.5;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.transMenu .item{
    display: block;
    font-size: 12px;
    cursor: pointer;
    cursor: hand;
}

.transMenu .item td {
    line-height: 18px;
    font-size: 12px;
    font-weight: bold;
    color: #000000;
}

.transMenu .item.hover {
    background: #fefefe;
}

.transMenu .item img {
    margin-left: 5px;
}

.transMenu .item#active {
    background: #8BB448;
    color: #FFFFFF!important;
    -moz-opacity: 0.6;
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.transMenu .item#active.hover {
    color: #FFFFFF;
}


A.menuM {
    color:#000000;
//    font-weight:bold;
    font-size:12px;
    font-family:Arial, sans-serif;
    text-decoration:none;
	/* this is a hack for mac/ie5, whom incorrectly cascades the border properties of the parent table to each row */
	border:none;
	cursor:pointer;
	cursor:hand;
	}
A.menuM:visited {
    color:#000000;
//    font-weight:bold;
    font-size:12px;
    font-family:Arial, sans-serif;
    text-decoration:none;
	}

A.menuM:hover {
	background:none;
//        font-weight:bold;
        color: #000000;
	}

A.menuM:active {
	background:none;
//        font-weight:bold;
	}

TD.bor2 {
	background:none;
        font-weight:bold;
        color: #000000;
//	BORDER-BOTTOM: #000000 0px outset; 
//        BORDER-LEFT: #000000 0px outset; 
//	BORDER-RIGHT: #000000 0px outset; 
//	BORDER-TOP: #000000 0px outset;
}

TD.bor1
 {
	background:#ffffff;
//        font-weight:bold;
        color: #000000;
//	BORDER-BOTTOM: #000000 0px outset; 
//        BORDER-LEFT: #000000 0px outset; 
//	BORDER-RIGHT: #000000 0px outset; 
//	BORDER-TOP: #000000 0px outset;
}

TD.bor3
 {
	background:#ffffff;
//        font-weight:bold;
        color: #000000;
	BORDER-TOP: #b2b2b2 2px outset; 
//        BORDER-LEFT: #000000 0px outset; 
//	BORDER-RIGHT: #000000 0px outset; 
//	BORDER-BOTTOM: #000000 0px outset;
}

