#menu  {
	font-family : Arial, Tahoma, Verdana, sans-serif;
	font-size : 13px;
	background : transparent url(../images/navi_bg.gif) repeat-x left top;
	width : 704px;
	height : 37px;
	float : left;
         padding : 0 0 0 0;
         position: relative;
}
#menu a {
	color : #fff;
	text-align : center;
	padding : 10px 5px 12px 5px;
	font-weight : bold;
	font-size : 13px;
	text-decoration : none;
}
#menu .link {
         padding : 9px 0 10px 0;
         float: left;
}
#menu a:hover {
	background-color: #fff;
        color: #505050;
	font-weight : bold;
	font-size : 13px;
}
#menu span {
	display : none;
}
.transMenu {
	position : absolute;
	overflow : hidden;
	left : -1000px;
	top : -1000px;
}
.transMenu .content {
	position : absolute;
}
.transMenu .items {
	position : relative;
	left : 0;
	top : 0;
	z-index : 2;
}
.transMenu.top .items {
	border-top : none;
}
.transMenu .item {
	color : #fff;
	font-size : 12px;
	font-weight : bold;
	text-decoration : none;
	border : none;
	cursor : pointer;
}
.transMenu .background {
         background : url(../images/menu_drop.png) no-repeat scroll left bottom;
	position : absolute;
	left : 0;
        top : 0;
        z-index : 1;
}
.transMenu .shadowRight {
	position : absolute;
	z-index : 3;
	top : 3px;
	width : 1px;
}
.transMenu .shadowBottom {
	position : absolute;
	z-index : 1;
	left : 3px;
	height : 1px;
}
.transMenu .item.hover {
	background : #f5f0e9;
	color : #505050;
}
#transMenu .item img {
	margin-left : 10px;
}
