/* CSS Document */

#selectionbar {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top:0px;
	height:25px;
	width:800px;
	z-index: 5;
}


#navholder {
	float: left;
	width: 800px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:15px;
	z-index: 5;
	font-weight: bold;	
}

#nav, #nav ul {
	list-style: none;
	background: white;
	padding: 0;
	margin: 0 0 1em 0;
/* 	width: 100%; */
	width: 800px;  /* this is the width depending on the amount of menu */
	line-height: 1;
		z-index: 5;
}

#nav li {
	float: left;
	white-space: nowrap;
	margin: 0 0 0 0;
	padding: 0;
		z-index: 5;
}

#nav a {
	background-color: #383838;
	padding: 6px 25px 6px 25px; /* this was 6 50 5 25 and width below was 83 #nav li ul */
	border: 1px solid #CCCCCC;
	display: block;
	width: 108px; /* above was 6 50 5 25 and width was 83  #nav li ul was 83*/
		z-index: 5;
} 
#nav a.parentItem {
	background-image:url(../style2/images/navbarUp.jpg) center right no-repeat;
}

#nav a:link, #nav a:visited {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #383838;
	z-index: 5;
}
#nav a:hover, #nav a:active {
	color: #383838;
	background-color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	z-index: 5;
}
#sellink a:link, #sellink a:visited, #sellink a:hover, #sellink a:active {
	color: #701141;
	background-color:#FFFFFF;
	text-decoration: none;
	font-weight: bold;
		z-index: 5;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 108px; /* above was 6 50 5 25 and width was 83  #nav li ul was 83*/
	margin: 0;
		z-index: 5;
}

#nav li li {
	padding-right: 0;
	width: 108px; /* above was 6 50 5 25 and width was 83  #nav li ul was 83*/
		z-index: 5;
}

#nav li ul a {
	width: 108px; /* above was 6 50 5 25 and width was 83  #nav li ul was 83*/
		z-index: 5;
}

#nav li ul ul {
	margin: -1.75em 0 0 5em; /* this is the number to move the drop down menu */
		z-index: 5;
}
#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
	z-index: 5;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
	left: auto;
	z-index: 5;
}
