#nav {
	font-family: Arial, Helvetica, sans-serif;
}
#navroot {
	font-size: 0.85em;
	margin: 0 0 6px 0;
}
#navrootbox {
	background-color: #14B048;
	height: 31px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 8px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
#navroot img {
	border: 0;
}
#navroot ul {
	text-align: center;
	margin: 0;
	padding: 5px 0 5px 0;
}
#navroot li {
	list-style-type: none;
	display: inline;
}
#navroot li a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #14B048;
	border-left-color: #14B048;
	border-right-width: 0px;
	border-left-width: 0px;
}
#navroot .navtext li a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 14px;
	padding-bottom: 10px;
	padding-left: 14px;
}
#navroot .navtext li a:hover {
	color: #B7D3B9!important;
	background-color: #000000 !important;
	font-weight: bold;
	padding-top: 9px;
	padding-bottom: 10px;
	background-image: url(../assets/arrow_over_sml.gif);
	background-repeat: no-repeat;
	background-position: 0;
}
#navroot .navtext .navdown {
	color: #333333!important;
	background-color: #FFFFFF !important;
	font-weight: bold;
	border-color: #FFFFFF !important;
}
#navroot .navtext .navdown, #navroot .navtext .navdown:hover {
	color: #B8D3B9!important;
	background-color: #000000 !important;
	font-weight: bold;
	padding-top: 9px;
	padding-bottom: 10px;
	background-image: url(../assets/arrow_on_sml.gif);
	background-repeat: no-repeat;
	background-position: right 14px;
}
/*
The Root Level Hover. This also locks the Hover state while 
the root item's associated sub-menu is visible.
DO NOT CHANGE SELECTOR NAMES*/
.p7ie6Fix:active, 
#navroot .navtext .navon,
#navroot .navtext li a:focus, 
#navroot .navtext li a:active {
	color: #B7D2B9;
	background-color: #000000;
}
#nav br {
	display: none !important;
}
/* current marker style */
#nav .mark {
	text-decoration: underline;
	font-weight: bold;
	color: #B7D2B8;
	cursor: default;
	background-color: #000000;
}
