/*Main Top Nav */
#Nav_Wrapper {
	background: url(../images/Navigation/Main/right_edge.gif) no-repeat top right;
	height: 37px;
	z-index: 1;
}
#Nav_Wrapper #Nav_LeftEdge {
	background: url(../images/Navigation/Main/left_edge.gif) no-repeat top left;
	float:left;
	height: 37px;
	width: 9px;
}
#Nav_Wrapper #Nav_Menu {
	cursor: pointer;
	float: left;
	height:37px;
	text-align:left;
	display: table-cell;
	z-index: 3;
}
#Nav_Wrapper #Nav_Menu img {
	z-index: 1000;
}
#Nav_Wrapper #Nav_Search {
	height:37px;
	text-align:right;
	margin:0px;
	position: relative;
	padding-right:9px;
	padding-top: 7px;
	background: url(../images/Navigation/Main/SearchBack.gif) top right no-repeat;
	width:143px;
	left: 790px;
}
#Nav_Search {
	*top: -37px;
}
#Nav_Searchbox {
	position: relative;
	top: -35px;
	*top: 0px !important;
	border:0px;
	width:103px;
	height:20px;
}
#Nav_SearchBox_Button {
	border:0px;
	background-color:transparent;
	position: relative;
	top:-29px;
	*top: 0px !important;
	width:21px;
	height:21px;
	cursor:pointer;
}

/* Level 2 Nav */
.level2Menu .menu-item
{
	padding:5px 20px 5px 20px;
	margin-right:1px;
	background:url(../images/Navigation/Sub1/sub1_back_off.png) no-repeat top right;
	color:white;
	font-size:.8em;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
}
.level2Menu .menu-item:hover, .level2Menu li a.selected
{
	padding:5px 20px 5px 20px;
	margin-right:1px;
	background:url(../images/Navigation/Sub1/sub1_back_on.png) no-repeat top right;
	color:white;
	font-size:.8em;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
}

/* Level 3 Nav */
.level3Menu .menu-item
{
	padding:5px 20px 5px 20px;
	margin-right:1px;
	background:url(../images/Navigation/Sub2/sub2_back_off.png) no-repeat top right;
	color:white;
	font-size:.8em;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
}
.level3Menu .menu-item:hover, .level3Menu li a.selected

{
	padding:5px 20px 5px 20px;
	margin-right:1px;
	background:url(../images/Navigation/Sub2/sub2_back_on.png) no-repeat top right;
	color:white;
	font-size:.8em;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
}