
div.level1{
	position: relative;
	float: left;
	background: url(images/star_right.gif) no-repeat 0 12px;
	padding: 0;
	_width: 50px;
}

a.level1, a.level1_active{
	background: url(images/star_left.gif) no-repeat 100% 12px;
	position: relative;
	color: #134991;
	text-decoration: none;
	display: block;
	padding: 0 22px;
	height: 31px;
	line-height: 31px;
	font-size: 17px;
	font-weight: bold;
	white-space: nowrap;
}

a.level1:hover, a.level1_active, a.level1_active:hover{
	color: #fff;
	text-decoration: none;
}

div.selected{
	background: #b99f65 url(images/star_right.gif) no-repeat 0 12px;
}

div.first, div.last a{
	background-image: none;
}

div.level2_hide{
	display: none;
}

div.level2{
	position: absolute;
	background: url(images/menu2_bgtop.gif) repeat-x 0 0;
	width: 160px;
	top: 31px;
	left: 0;
	padding-top: 3px;
	z-index: 100;
}

div.menu2bottom{
	background: url("images/menu2_bgbottom.png") no-repeat 0 0;
	_background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/menu2_bgbottom.png', sizingMethod='crop');
	width: 160px;
	height: 6px;
}

div.level2 div.menu2{
	background: #7bb7ea;
	padding: 3px 0 18px 0;
	font-size: 14px;
	line-height: 18px;
}

div.level2 a{
	display: block;
	background: #7bb7ea url(images/square.gif) no-repeat 22px 10px;
	padding: 2px 10px 2px 32px;
	font-size: 14px;
	line-height: 18px;
}

div.level2 a:hover{
	background: #659fd7 url(images/square.gif) no-repeat 22px 10px;
	color: #fff;
	font-size: 14px;
	line-height: 18px;
}

