#top_menu .sep{
	float: left;
	width: 3px;
	height: 39px;
	background: url(../images/menu_2_sep_bck.png) no-repeat left top;
}
#top_menu .item{
	float: left;
	height: 39px;
}
#top_menu {
	padding: 0px;
	margin: 0px;
}
#top_menu li {
	padding: 0px 0px 0px 0px;
	margin: 0px;
	display: inline;
}
#top_menu li a {
	display: block;
	padding: 0px 6px 0px 10px;
	font: 700 8pt/39px Tahoma;
	text-align: center;
	color: #FFF;
}
.transMenu {
	position: absolute;
	left: -1000px;
	top: -1000px;
	overflow: hidden;
}
.transMenu .content {
	position: absolute
}
.transMenu .background {
	position: absolute;
	z-index: 1;
	left: 0px;
	top: 0px;
}
.transMenu .shadowright {
	position: absolute;
	z-index: 3;
	top: 3px;
	width: 0px;
	display: none;
}
.transMenu .shadowbottom {
	z-index: 1;
	position: absolute;
	left: 3px;
	height: 0px;
	display: none;
}
.transMenu .items {
	position: relative;
	z-index: 2;
	left: 0px;
	top: 0px;
}
.transMenu .item {
	cursor: pointer;
	color: #ffffff;
	border-style: none;
	font: 700 10px/25px tahoma, arial, sans-serif;
}
.transMenu .item td{
	color: #ffffff;
	font: 100 10px tahoma, arial, sans-serif;
	border-bottom: 1px solid #96C2EC;
}
.transMenu .hover{
	color: #212121;
}
.transMenu .hover td{
	background: #eb871c;
}
.transMenu .item img {
	margin-left: 10px
}
.transMenu .item#active {
	background: #5fa4fb;
	color: #ffffff;
}
.transMenu .item#active:hover {
	background: #545c66;
	color: #ffffff;
}