.tmenus {
	position:absolute;
	left:-14px;
	visibility: hidden;
	display:none;
	border-bottom-width: 0;
	font:11px Arial, Helvetica, sans-serif; 
	line-height: 18px;
	z-index: 100;
	color:#2B0B56;
	width: 185px;
	padding:0 1px 0 7px;
	background:url(/images/topmenus/cont.png) repeat-y;
}
.tmenus a {
	width:173px;
	display: block;
	border-right-width: 1px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-top-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding:1px 0 1px 3px !important;
	text-decoration: none;
	color:#2B0B56;
}
.tmenus a:hover {
	background-color: #EFEFEF;
	color:#2B0B56;
}
.top3,
.bottom3 {
	position:absolute;
	left: 0px;
	background:url(/images/topmenus/top.png) no-repeat;
	float:left;
	width:193px;
	height:5px;
	font-size:0px;
	overflow:hidden;
}
.bottom3 {
	background:url(/images/topmenus/bottom.png) no-repeat;
	height:9px;
}