.t_menu {
	
}
.t_menu .item1,
.t_menu .item1:hover,
.t_menu .item1-active,
.t_menu .item1-active:hover {
	width: 155px;
	height: 41px;
	padding: 19px 0 0 0;
	margin-right: 1px;
	text-align: center;
    text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;	
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	background: url(img/main-menu-hover_bg.png) no-repeat left top;
    font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	float: left;
}
.t_menu .item1 {
    color: #FFC6DC;
	background: url(img/main-menu_bg.png) no-repeat left top;
 }
.t_menu .item2,
.t_menu .item2:hover,
.t_menu .item2-active,
.t_menu .item2-active:hover {
	width: 155px;
	margin: 0px;
	color:#FFF2CD;
	font-weight: bold;
	text-decoration: none;
	display: block;
	position: relative;
	z-index: 1000;
	font-size: 11px;
	text-align: left;
	display: block;
}

.t_menu .item2 .top,
.t_menu .item2:hover .top,
.t_menu .item2-active .top,
.t_menu .item2-active:hover .top{
	width: 155px;
	height: 6px;
	_font-size: 5px;
	text-align: center;
	background: url(img/submenu_top_hover.gif) no-repeat left top;
	display: block;
}
.t_menu .item2 .middle,
.t_menu .item2:hover .middle,
.t_menu .item2-active .middle,
.t_menu .item2-active:hover .middle{
	width: 109px;
	padding: 8px 23px 7px;
	text-align: center;
	background: url(img/submenu_hover_bg.gif) repeat-y left top;
	display: block;
}
.t_menu .item2 .bottom,
.t_menu .item2:hover .bottom,
.t_menu .item2-active .bottom,
.t_menu .item2-active:hover .bottom{
	width: 155px;
	height: 7px;
	_font-size: 6px;
	background: url(img/submenu_bottom_hover.gif) no-repeat left bottom;
	display: block;
}

.t_menu .item2 {
	color:#FFFFFF;
}
.t_menu .item2 .top{
	background: url(img/submenu_top.gif) no-repeat left top;
}
.t_menu .item2 .middle{
	background: url(img/submenu_bg.gif) repeat-y left top;
}

.t_menu .item2 .bottom{
	background: url(img/submenu_bottom.gif) no-repeat left bottom;
}

.t_menu .arrow,
.t_menu .arrow:hover {
    padding: 3px 3px 6px 8px;
}
.t_menu .item2 img,
.t_menu .item2-active img{
    position: absolute;
    right: 10px;
    border: 0;
}
.t_menu .section {
    border: 0px;
	margin:0px;
	position: absolute;
    visibility: hidden;
    z-index: -1;
	text-align:left;
	
}

* html .t_menu td { position: relative; } /* ie 5.0 fix */