/* CSS Document */

#multi-level {
	width:690px;
	height:27px;
	float:left;
	padding-top:13px;
	padding-left:300px;
	position:absolute;
	left:inherit;
}

.subMenu2 {
	display:none;
	background: #FFFFFF;
	width:140px;
	height:auto;
	border:1px solid #808080;
	border-width:0 0 2px;
	text-align:left;
	padding-top:10px;
	padding-bottom:10px;
	position:absolute;
	clear:both;
	top:0px;
}

.subMenuItems a {
	font-size:12px;
	color:#333333;
	text-decoration:none;
	padding-left:20px;
	line-height:25px;
}

.subMenuItems a:hover {
	color:#666666;
	text-decoration:none;
	background:#ffffff url(../images/bg_hover_nav.gif) no-repeat left;
}

.fly {
	background:#ffffff url(../images/bg_hover_nav_fly.gif) no-repeat left;
}

/*background:#ffffff url(../images/bg_hover_nav_fly.gif) no-repeat left; */
