.transMenu {
	position:absolute;
	overflow:hidden;
	left:-1000px;
	top:-1000px;
}

.transMenu .content {
	position:absolute;
}

.transMenu .items {
	position:relative;
	left:0px; top:0px;
	z-index:2;
}

.transMenu.top .items {
	border-top:none;
}

.transMenu .item .itemtd {
	font-size: 11px;
	color: #DC241F;
	font-weight: normal;
	text-decoration: none;
	padding: 0px 7px 0px 5px;	
	background: #FFFFFF url('images/menua-red.gif') 7px 10px no-repeat;
	cursor:pointer;
	cursor:hand;
}
.transMenu .background {
	position:absolute;
	left:0px; top:0px;
	z-index:1;
}

.transMenu .item .itemtd span {
	display: block;
	padding: 5px 8px 5px 8px;	
	width: 100%;
	border-bottom: 1px solid #EFEFEF;
}
.transMenu .item .itemtd span.nomenu {
	border-bottom: 0px;
}
.transMenu .item.hover .itemtd.hover {
	color: #ffffff; 
	text-decoration: none;
	background: #DC241F url('images/menua-white.gif') 7px 10px no-repeat;
}
.transMenu .item.hover .itemtd.hover span {
	border-bottom: 1px solid #DC241F;
}
table.menubot {
	width: 100%;
	height: 10px;
}
td.menubotleft {
	padding-left: 7px;
	height: 10px;
	background: transparent url('images/bg-menubotleft.gif') left top no-repeat;
}
td.menubotright {
	padding-left: 7px;
	height: 10px;
	background: transparent url('images/bg-menubotright.gif') left top no-repeat;
}
td.menubot {
	width: 100%;
	height: 10px;
	background: transparent url('images/bg-menubot.gif') left top repeat-x;
}
.dropmenubg {
	border-left: 1px solid #DC241F;
	border-right: 1px solid #DC241F;
}
