/*********************************    Menu     *********************************************/
.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 {
    font-family: Arial;
    text-decoration:none;
		border:none;
		cursor:pointer;
		cursor:hand;
		text-align:left;
}

.transMenu .background {}

.transMenu .shadowRight {}

.transMenu .shadowBottom {}

.transMenu .items { 
	background: url(img/bg_sub_main_menu.png) center repeat;
}

.transMenu .item td {
	background: url(img/line_bottom_sub.png) bottom center no-repeat;
}
.transMenu .item:last-child td {
	background: none;
}
.transMenu .item td span {
	color:#ffffff;
	font-size:11px;
	font-weight: normal;
	line-height: 30px;
	padding-left: 30px !important;
	background: url(img/icon_list_menu_sub.png) 20px center no-repeat;
}
.transMenu .hover {
	background: #4b78a4;
}
.transMenu .hover td {
	color:#ffffff;
	font-weight: bold;
}

.transMenu .item img {
	padding-right:5px;
}

.transMenu .items {
	width:220px;
}