/* 
 * Menu Style Sheet new Website
 * Rev 3.1
 */

/* Move content over */
#content,
.warn {
	margin-left: 160px;
}

 /* Offset margin for floating navbar */
#navbar {
	position: absolute;
	font-size:  .75em;
	font-weight: bold;
	width: 150px;
	left: 0;
	top: 100px;
	border: 0;
	padding: 0;
	background: transparent none;
	z-index: 5;
}

#navbar IMG { 
	margin: 0;
	border: 0; 
	padding: 0;
}

#navbar A {	
	text-decoration: none;
}

/* allow for overlaying images for seasonal decoration */
#navbar .shelf,
#navbar .above, 
#navbar .below,
#navbar .btns {
	line-height: 1px;
	width: 150px;
	text-align: center;
}

/* Floating navbar container */
#nav, 
#nav ul {
	margin: 0 0 0 0.2em;
	padding: 0;
	list-style: none;
	float: left;
	width: 140px;
}

#nav li {
	position: relative;
	list-style: none;
	float: left;
	border: 1px solid #000;
	padding: 2px;
	background: #500 url(/parts/bary0.jpg) repeat 0% 50%;
}

/* hide the nested menus */
#nav li ul {
	position: absolute;
	left: -999em;
	margin-left: 140px;
	margin-top: -1.5em;
}

#nav li ul ul {
	left: -999em;
}

#nav li:hover, 
#nav li.sfhover {
	background: #f60 url(/parts/bary1.jpg) repeat 0% 50%;
}

#nav li a:link,
#nav li a:visited {
	display: block;	
	width: 140px;
	color: #ffd700;
	background-color: transparent !important;	
}

#nav li a:hover,
#nav li a:active {
	color: #000; 	/* contrast link on glow */	
}

#nav li:hover ul ul, 
#nav li:hover ul ul ul, 
#nav li.sfhover ul ul, 
#nav li.sfhover ul ul ul {
	left: -999em;	/* drop sibling's childs back */ 
}

#nav li:hover ul, 
#nav li li:hover ul, 
#nav li li li:hover ul, 
#nav li.sfhover ul, 
#nav li li.sfhover ul, 
#nav li li li.sfhover ul {
	left: auto; /* lists nested under hovered list items */	
}

/* The child indicator set to link background with hover control */
#nav a.kids:link,
#nav a.kids:visited {
	background: url(/parts/arr0.gif) no-repeat 100% 50%;
}

#nav a.kids:hover, 
#nav a.kids:active {
	background: url(/parts/arr1.gif) no-repeat 100% 50%;
}


/* Now the decor */
#head,
#tail {
	background: transparent none;
	width: 150px;
	border: 0;
}

#head DIV.shelf {
	background: transparent url(/parts/hutchTopA.gif) no-repeat 0% 100%;
}

#head DIV.btns {
	background: transparent url(/parts/hutchTopB.gif) no-repeat 0% 0%;
}

/* must attach BOTTOM because above DIV mid doesn't truly contain the floating list elements */
#tail DIV.above {
	background: transparent url(/parts/hutchBotA.gif) no-repeat 0% 100%;
}

#tail DIV.btns {
	background: transparent url(/parts/hutchBotB.gif) no-repeat 0% 0%;
}

#tail DIV.below {
	background: transparent url(/parts/hutchBotC.gif) no-repeat 0% 0%;
}



