/** 其他位置下拉菜单样式 */
.anylinkcss {
	position: absolute;
	visibility: hidden;
	/*border: 1px solid #4FA3E4;*/
	border-bottom-width: 0;
	font-size: 12px;
	line-height: 26px;
	z-index: 100;
	/*background-color: #fff;*/
	width: 135px;
	filter: alpha(opacity = 90), progid:DXImageTransform.Microsoft.Shadow(Color=#666666,Direction=120,strength=5); /* 透明：IE */
	-moz-opacity: 0.9; /* 透明：Moz + FF */
	opacity: 0.9; /* 透明：支持CSS3的浏览器（FF 1.5也支持）*/
	margin: 4px 0 0 0 !important;
	margin: 0;
	padding:0;
	vertical-align: top;
}

.anylinkcss a {
	/*border-bottom: 1px solid #4FA3E4;*/
	border-left: 2px solid #fff;
	width: 133px;
	height: 28px;
	line-height: 28px;
	padding: 0;
	display: block;
	padding: 0;
	text-decoration: none;
	text-indent: 5px;
	color: #5f5f5f;
	background: #fff; /* 写为background-color的话，除第一个菜单项以外的a链接不会有hover效果 */
}

.anylinkcss a:visited { /* IE中需要此样式，必须放在a:hover之前 */
	color: #5f5f5f;
	text-decoration: none;
}

.anylinkcss a:hover { /*hover background color*/
	background: #fff url('navmenu_hover.gif') no-repeat center left;
	color: #fff;
	text-decoration: none;
}

.anylinkcss .header{
	background: transparent url('navmenu_01.gif') no-repeat bottom left;
	height: 8px;
	margin:0;
	padding:0;
}
.anylinkcss .bottom{
	background: transparent url('navmenu_03.gif') no-repeat top left;
	height: 8px;
	margin:0;
	padding:0 0 0 2px;
}