
/*
#tabWrapper {
	position: absolute;
	top: 57px;
	left: 3px;
	right: 60px;
	z-index: 100;
}
*/

#tabLevel1 {
	position: relative;
	/*margin-left: 7px;
	margin-right: 7px;  USE WITH TABWRAPPER ABOVE*/
	background: url(../images/menuBarBG.gif) repeat-x;
	width: 780px;
	height: 22px;
	left: 10px;
}	

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#nav a {
	display: block;
	padding: 5px 12px 5px 12px;
 	color: #FFF;
 	font: normal 11px/12px arial;
 	text-decoration: none;
}

#nav li {
	float: left;
}

#nav li ul li {
	float: none;
}

#nav li ul {
	position: absolute;
	left: -999em;
/*	border-right: #8D8DC0;
	border-bottom: #8D8DC0;
	border-left: #8D8DC0;
	border-width: 0 1px 1px 1px;
	border-style: none solid solid solid; */
}

#nav li:hover ul, #nav li.iehover ul {
	left: auto;
}


#nav li:hover, #nav li.iehover {

	background: #CC9 /*url('images/button_row_background_gray3.gif')*/;
}

#nav li:hover a, #nav li.iehover a {
	
	color: #360;
}

#nav li li a:hover {
	background: #F0F0D0;
	/*background: #FFC !important;*/
	text-decoration: underline;
}

#nav li li a {
	background: #CC9 /*url('images/gray_dot.png') !important*/;
	width: 10em; /* CHANGE THIS TO ACCOMMODATE LARGER MENU ITEMS */
	white-space: nowrap;
	font: normal 11px/16px arial;
	padding: 5px 2px 5px 12px;
}
.current  {
	background: #FFF;
	border-left: black;
	border-right: black;
	border-width: 0 1px 0 1px;
	border-style: none solid none solid;
	color: #360;
}
#nav .homeLink a:hover {
	text-decoration: underline;
}

#nav .current a {
	color: #360;
	
}

#nav .noLink  {
	background: #CC9 /*url('images/gray_dot.png') !important*/;
	width: 10em; /* CHANGE THIS TO ACCOMMODATE LARGER MENU ITEMS */
	white-space: nowrap;
	font: normal 11px/16px arial;
	padding: 5px 2px 5px 12px;
	
}

/* FOR PLACEMENT OF CORNER TABS WHEN USING TABWRAPPER*/
/*
#leftCorner {
	position: absolute;
	left: 0px;
	top: 0px;
}

#rightCorner {
	position: absolute;
	right: 0px;
	top: 0px;
}
*/


