.rightarrowclass
{
	position: absolute;
	top: 6px;
	right: 5px;
}

.ddshadow
{
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	background: silver;
}

.toplevelshadow
{
	opacity: 0.8;
}


.nav ul
{
	margin: 0;
	padding: 0;
	width: 100px;
	list-style-type: none;
	font: bold 10px Verdana;
	border-bottom: 1px solid #ccc;
}
 
.nav ul li
{
	position: relative;
}

.nav ul li a
{
	display: block;
	color: #003366;
	text-decoration: none;
	padding: 6px;
	border-bottom: 1px solid #778;
	border-right: 1px solid #778;
}

.nav ul li a:link, .nav ul li a:visited, .nav ul li a:active
{
	background: #fff0b3;
	color: #003366;
}


.nav ul li a.selected
{
	background: #fff; 
	color: #000;
}

.nav ul li a:hover
{
	background: #fff;
	color: #000;
}

.nav ul li ul
{
	position: absolute;
	width: 100px;
	top: 0;
	font-weight: normal;
	visibility: hidden;
}

 
/* Holly Hack for IE \*/
* html .nav ul li { float: left; height: 1%; }
* html .nav ul li a { height: 1%; }
/* End */