
.menu
{
	margin:0;
	list-style:none;
	height:30px;
	position:relative;
	
}

.menu li.top
{
	display:block;
	float:left;
	position:relative;
}

.menu li a.top_link
{
	padding: 0px 5px 0px 5px;
	border-style: none solid none none;
	border-width: 1px;
	border-color: #FFFFFF;
	display: block;
	float: left;
	height: 30px;
	line-height: 30px;
	text-decoration: none;
	font-size: 14px;
	color: #ffffff;
	background-color: #333333;
	padding: 0px 10px 0px 10px;
}

.menu li a.top_link:hover
{
	padding: 0px 5px 0px 5px;
	border-style: none solid none none;
	border-width: 1px;
	border-color: #FFFFFF;
	display: block;
	float: left;
	height: 30px;
	line-height: 30px;
	text-decoration: none;
	font-size: 14px;
	color: #ffffff;
	background-color: #666666;
	padding: 0px 10px 0px 10px;
}

.menu :hover ul.sub
{
	height: auto;
	width: 200px;
	left: 0px;
	right: 0px;
	top: 30px;
	white-space: nowrap;
}

.menu :hover ul.sub li
{
	display:block;
	height:30px;
	width: 200px;
	position:relative;
	float:left;
}

.menu :hover ul.sub li a
{
	border-width: 1px;
	border-color: #ffffff;
	border-style: solid none none none;
	font-weight: normal;
	display: block;
	font-size: 12px;
	height: 30px;
	width: 200px;
	line-height: 30px;
	text-indent: 5px;
	color: #ffffff;
	text-decoration: none;
	background-color: #333333;
}

.menu :hover ul.sub li a:hover
{
	border-width: 1px;
	border-color: #ffffff;
	border-style: solid none none none;
	font-weight:normal;
	display:block;
	font-size:12px;
	height:30px;
	width: 200px;
	line-height:30px;
	text-indent:5px;
	color:#ffffff;
	text-decoration:none;
	background-color: #666666;
}

.menu ul,
.menu :hover ul ul,
.menu :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul :hover ul ul 
{
	position:absolute;
	left:-9999px;
	top:-9999px;
	width:0;
	height:0;
	margin:0;
	padding:0;
	list-style:none;
}
