/* Code for the navigation menu */
#menunavcontainer {
	z-index:2000;
	width:100%;
	/*background-color:#f3f3f3;*/
	background-image:url(./../images/menubackground.gif);
	background-repeat:repeat-x;
	display:block;
	position:relative;
	/*border-top:1px solid #dddddd;
	border-bottom:1px solid #dddddd;*/
	}

#nice-menu-1, #nice-menu-1 ul { /* all lists */
	margin:0;
	padding:0;
	list-style: none;
	line-height: 1;
	/*background-color:#f3f3f3;*/
	font-size:12px;
	}

#nice-menu-1 {
	margin:0 0 0 20px; /* added 10 here */
	}

#nice-menu-1 a {
	display: block;
	/*width: 10em;*/
	text-decoration:none;
	color:#003366;
	font-weight:bold;
	border:none;
	padding:4px 6px 4px 6px;
	}

#nice-menu-1 a:hover {
	color:#f07800;
	}

#nice-menu-1 li { /* all list items */
	/*background-color:#f3f3f3;*/
	float: left;
	/*min-width: 4em; /* width needed or else Opera goes nuts */
	margin:1px 1em 0 0;
	list-style-type:none;
	list-style-image:none !important;
	}

#nice-menu-1 li ul { /* second-level lists */
	position: absolute;
	background: #f3f3f3;
	width:11em;
	top:21px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	border:1px solid #dddddd;
	list-style-image:none !important;
	}

#nice-menu-1 li ul li {
	width:11em;
	border:none;
	margin:0;
	}

#nice-menu-1 li:hover ul, #nice-menu-1 li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	}

#nice-menu-1 li:hover, #nice-menu-1 li.sfhover {
	background-color:#fdfdfd;
	}


#block-nice_menus-1 h2
{
display:none;
}
#block-nice_menus-1
{
float: left;

}
/*styles for the style sheet switcher*/
#switcher {
	/*text-align:right;
	font-size:12px;
	padding:0;
	margin:2px 4px 1px 0;
	/*height:17px !important;
	padding-botton:10px;*/
	text-align:right;
	font-size:12px;
	padding-top:6px;
	padding-bottom:4px;
	padding-right:27px; /* added 10 here */
	line-height:1;
	color:#003366;
	float:right;
	}
	.clear{

	clear:both;
	}
