#menu
{
	border-left: 1px solid #f2f2f2;
	position:absolute;
	height: 28px;
	width: 781px;
	
	top:166px;
	padding-left: 19px;
	margin:0px;
	background: #fff;
	bottom:0px;
	z-index:3;
	list-style:none;
	font-family:Arial;
	font-weight: bold;
	font-size: 12px;
}

#menu ul
{
	list-style:none;
	line-height: 1;
	padding:0px;
	margin:0px;
}

#menu li
{
	line-height: 28px;
	float:left; 
	width:128.8333px;
	background: #f2f2f2;
	cursor: pointer;
	white-space: nowrap;
	height: 28px;
	margin: 0px 1px 0px 0px;
	padding: 0px;
}

#menu li ul
{
	margin: 0px;
	padding: 0px;
	position: absolute;
	display:none;
	clear:both;
	border-bottom: 1px solid #000;
	width: 170px;
}

#menu li ul ul, #menu li ul ul ul
{
	margin: -1em 0 0 110px;
}

#menu li li
{
	clear:left;
	display:block;
	line-height: 28px;
	height: 28px;
	width: 170px;
}
#menu li li a
{
	display:block;
	color: #484848;
	font-weight: normal;
	border-top: 1px solid #fff;
}

#menu .hover
{
	background: #d0d0d0;
}

#menu a
{
	color: #1d3b84;
	font-weight: bold;
	padding: 0px 0px 0px 10px;
	display:block;
}