/*Nav Cell *******************************/
* html #menu ul li a { height: 1%; /* IE fix: make links honour display: block; properly */ }
* html #menu ul li {	float: left; /* IE fix: "whitespace in lists" problem */ }
#NavCell { vertical-align:middle; margin-left: 12px; border-bottom: solid 1px white; border-top: solid 1px white; background-color: #FF9900; height: 28px; }
#menu ul { list-style: none; margin: 0px 0px 0px 12px; padding: 0px; }
#menu ul li { float: left; margin: 0px 25px 0px 0px; }
#NavCell ul li a {color: white;  font-size: 1.0em; font-weight: bold; text-decoration: none;}
#menu ul li a:hover{ color: Gray; text-decoration:none;}

#menu ul li.hasChildren
{
	background-position: right center;
	background-image: url(../Images/arrow-down.gif);
	background-repeat: no-repeat;
	padding-right: 15px;
}

#menu li a.selected
{
	font-weight: bold;
	text-decoration: underline;
} 

/* Hover Cell Styles **************/
#NavCell .HiddenHover
{
	padding: 0px;
	position: absolute;
	visibility:	hidden;
	width: 180px;
	background-color: #FF9900;
	border: solid 1px #FF9900;
}

#NavCell .HiddenHover ul
{
	border: solid 1px white;
	padding: 0px;
	margin: 0px;
	list-style: none;
	
}
#NavCell .HiddenHover ul li
{
	font-size: 8pt;
	padding: 4px 2px 4px 2px;
	margin: 0px;
	background-color: #FF9900;
	width: 174px;
}

#NavCell .HiddenHover ul li.Hover
{
	background-color: #666666;
	cursor: pointer;
}
#NavCell .HiddenHover ul li.Hover a:Hover
{
	color: White;
}

#NavCell .HiddenHover ul li.hasChildren
{
	background-position: right center;
	background-image: url(../Images/arrow-right.gif);
	background-repeat: no-repeat;
}

#NavCell .HiddenHover ul li.hasChildrenHover
{
	background-position: right center;
	background-image: url(../Images/arrow-right.gif);
	background-repeat: no-repeat;
	background-color: #666666;
	color: White;
	cursor: pointer;
}

#NavCell .HiddenHover ul li.hasChildrenHover a:Hover
{
	color: White;
}


