.menu 
{
	float:right;
	height:23px;
	margin-top:29px;
	position:relative; 
	width:620px;
	z-index:100;
}

.menu ul 
{
	list-style-type:none;
	margin:0;
	padding:0;
}

.menu ul ul
{
	width:103px;
}

.menu li
{
	float:left;
	position:relative;
	margin-left:1px;
	/*width:103px*/
}

.toplevel
{
	background:url(/imgs/navigation/primary_nav_decorator.png) no-repeat right bottom;
}

.menu a, .menu a:visited 
{
	color:#666;
	display:block;
	height:24px;
	font-weight:bold;
	/*width:103px;*/
}

.menu ul ul 
{
	height:0;
	left:0;
	position:absolute;
	top:24px;
	visibility:hidden;
	width:103px;
}

.menu table 
{
	border-collapse:collapse;
	left:0;
	position:absolute;
	top:0;
}
 
.menu ul ul a, .menu ul ul a:visited 
{
	background:#fff;
	border-bottom:solid 1px #005288;
	border-left:solid 1px #005288;
	border-right:solid 1px #005288;
	color:#666;
	height:auto;
	padding:7px;
	width:87px;
}

* html .menu ul ul a, * html .menu ul ul a:visited 
{
	width:103px;
	w\idth:87px;
}

.menu a:hover
{color:#666; background:#fff url(/imgs/navigation/primary_nav_decorator.png) no-repeat left bottom;}
.menu ul ul a:hover
{color:#666; background:#d6d4d4;}

.menu :hover > a
{color:#666; background:#fff url(/imgs/navigation/primary_nav_decorator.png) no-repeat left bottom;}
.menu ul ul :hover > a
{color:#666; background:#d6d4d4;}

.menu ul li:hover ul, .menu ul a:hover ul{visibility:visible;}
.menu ul :hover ul ul{visibility:hidden;}
.menu ul :hover ul :hover ul{ visibility:visible;}

