*{outline: none; margin:0; padding:0; outline-width:thin;}
img {border: 0;}
.container {
	width: 960px;
	padding: 0;
	margin: 0 auto 0 auto;
}

.clear {clear:both;}

.mainnav {
	/* add z-index higher for container than for ul#topnav to overcome IE z-index issue where nav shows under page content - http://brenelz.com/2009/02/03/squish-the-internet-explorer-z-index-bug/ */
	z-index:1000 !important;  position:relative;
}

#mainnav {
	padding:0 !important; margin-bottom:0px !important; position:relative; z-index:1000 !important;
}


#mainnavwrap {
	 margin:0; padding:0; padding-bottom:0px !important;
}

ul#topnav {
	border-top:1px solid #fff;
	background: url(/Portals/0/img/bg_nav.jpg) repeat-x;
	margin: 0 0 0 0; 
	padding: 0;
	width: 960px;
	height:30px;
	list-style: none;
	font-size: 11px;
	z-index:1000 !important;
	margin-bottom:0;
	position:relative;
	
}
ul#topnav li {
	list-style: none;
	float: left;
	margin: 0; padding: 0;
	position: relative;
	text-align:left;
}

span.rootwrapfirst {
	position:relative;
	padding-left:17px;
	padding-right:9px;
	line-height:30px;
}

span.rootwrap {
	position:relative;
	margin:0 9px;
	line-height:30px;

}

ul#topnav li a {
	float: left; 
	/* text-indent: -9999px; */
	height: 30px;
	text-decoration:none;
	color:#fff;
	font-weight:bold;
}

ul#topnav li:hover a, ul#topnav li a:hover {background-position: left bottom; color:#000;}

ul#topnav a {}

ul#topnav a.Admin {background: #e7c7c7; border-right:1px solid #d16b79;border-left:1px solid #d16b79; background-image:none; color:#8e0606; font-weight:bold;}
ul#topnav a.Admin:hover{background: #f6e7f0; border-right:1px solid #e49ea8;border-left:1px solid #e49ea8; background-image:none;color:#b75c59;font-weight:bold;}


ul#topnav li .sub {
	position: absolute;	
	top: 30px; left: 0;
	/*background: #344c00 url(sub_bg.png) repeat-x;*/
	background: #fff;
	padding: 10px 10px 10px;
	float: left;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 4px;
	-khtml-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 4px;
	-khtml-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom:1px solid #93a300;
	border-left:1px solid #93a300;
	border-right:1px solid #93a300;
	display: none;
	z-index:999;
}

ul#topnav li .subright{left:auto; right:0 !important; } 

ul#topnav li .row {clear: both; float: left; width: 100%; margin-bottom: 10px;}
ul#topnav li .sub ul{
	list-style: none;
	margin: 0; padding: 0;
	float: left;
	width: 175px !important;
}
ul#topnav .sub ul li {
	width: 100%;
	color: #639d17;
	line-height:12px;
}
ul#topnav .sub ul li h2 {
	padding: 0;  margin: 0;
	font-size: 14px;
	font-weight: bold;
	color:#000;
}
ul#topnav .sub ul li h2 a {
	padding: 5px 0;
	background-image: none;
	font-weight: bold;
	color:#000;
}
ul#topnav .sub ul li a {
	float: none; 
	text-indent: 0; /*--Reset text indent--*/
	height: auto;
	/*background: url(/Portals/0/Skins/jhsmh/img/navlist_arrow.png) no-repeat 5px 10px;*/
	padding: 5px 5px 5px 15px;
	display: block;
	text-decoration: none;
	color: #639d17;
	font-size: 12px;
	border:1px solid transparent;
	border-color:transparent;
}

ul#topnav .sub ul li span{
	float: none; 
	text-indent: 0; /*--Reset text indent--*/
	height: auto;
	/*background: url(/Portals/0/Skins/jhsmh/img/navlist_arrow.png) no-repeat 5px 10px;*/
	padding: 5px 5px 5px 15px;
	display: block;
	text-decoration: none;
	color: #999999;
	font-size: 12px;
	border:1px solid transparent;
	border-color:transparent;
}

ul#topnav .sub ul li a:hover {color: #fff; background: #639d17; background-position: 5px 10px; border:1px solid #639d17 !important; }
