#nav_box
{
}

#holdm
{
	font: bold 12px Arial, sans-serif;
	color: #25125e;
	position:relative;
	top: 0px;
	left: 0px;
	z-index:100;
	padding: 0px;
	margin: 0px;
}

#nav
{
	list-style: none; 
	padding: 0px;
	margin: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
}

/* the drop-downs */
#nav ul
{ 
	display:none;
	padding: 0px;
	margin: 0px -1px 0px 0px;
	list-style: none;
	width:196px;
	border-top: 1px solid #D6D8D8;
	border-bottom: 1px solid #D6D8D8;
	z-index:99;
	position:relative;
	left: 0px;
	top: 0px;
	overflow:visible;  
	background-color: #dddfed; /* #ECF6FA; */
	background-image: url(/images/menu_background.gif);
	background-repeat: repeat-y;
	background-position: left;
	filter: alpha(opacity=95);
	-moz-opacity: 0.95;
	opacity: 0.95;
}

/* the drop-down triggers, and the items in the drop-downs */
#nav li
{ 
	margin: 0px;
	padding: 0px;
	position: relative; 
	left: 0px;
	top: 0px;
	float:left;
	width: 195px;
	display:block;
	height:auto;
}

/* the items in the drop-downs */
#nav ul li
{
	margin: 0px;
	padding: 0px;
	float: none;
	color: #777777;
	height: 100%;
	font: normal 11px Verdana, sans-serif;
	background-image: url(/images/menu_item_background.gif);
	background-repeat: repeat-x;
	background-position: top left;
}
#nav ul li.first
{
	background-image: none;
}

#height_manager1
{
	padding: 7px 0px 7px 0px;  
	margin:  0px;
}
#height_manager2
{
	padding: 0px;
	margin:  0px;
}
#nav a
{
	display:block;
	padding: 7px 0px 7px 0px;
	text-align: center;
	margin: 0px;
	text-decoration:none; 
	color: #25125e;
	border-left: 1px solid #D6D8D8;
	background-image: url(/images/rounded_rectangle_EDEEEE.gif);
	background-repeat: no-repeat;
}

#nav .first_trigger a
{
	background-position: top left;
	border-left: none;
}
#nav .last_trigger
{
	width: 196px;
	/* the extra pixel here makes up for the lack of a border on the link inside the first trigger */
}
#nav .middle_trigger a
{
	background-position: top center;
}
#nav .last_trigger a
{
	background-position: top right;
}
#nav ul a
{
	background-image: none;
	padding: 7px 0px 7px 14px;  
	border-right: none;
	color: #555555;
	font: normal 11px Verdana, sans-serif;
	text-align: left;
}


#nav ul li:hover,
#nav ul li a:hover
{
	color: #4b378a;
	font-weight: bold;
	text-decoration: none;
}


/* non-IE browsers see this */
#nav ul li>ul,
#nav ul ul li>ul
{
	margin-top:-1.35em; 
}



#nav li:hover ul
{
	display:block;
}



li>ul
{ 
	top: auto;
	left: auto;
}

