#menu-top-container {
	width: 100%;
	clear: both;
}

#menu-top-container ul { 
	width: 100%; 
	height: 43px; 
	background: #FFF url(menu-bg.png) repeat-x left top; 
	font-weight: bold; 
	list-style-type: none; 
	margin: 0; 
	padding: 0;
}

#menu-top-container li { 
	display: block; 
	float: left; 
	margin: 0 0 0 5px; 
}

#menu-top-container li a {
	height: 35px;
	color: #777;
	text-decoration: none;
	display: block;
	float: left;
	line-height: 200%;
	padding: 7px 7px 0;
	font-weight: bold;
}

#menu-top-container ul li a#top-selected { 
	color: #FFF; 
	background: #FFF url(current-bg.png) repeat-x left top; 
	padding: 5px 12px 3px; 
}


#menu-top-container ul li a:hover { 
	color: red; 
}




/* Sidebar */
#in-section {
	width: 120px;
	border-right: 1px solid #C00;
	border-bottom: 1px solid #C00;
	border-left: 1px solid #C00;
	float: left;
}

#in-section p {
	text-align: center;
	font-style: italic;
}

#in-section ul {
	list-style-type: none;
	margin: 0;
	padding: 0 2px;
}

#in-section ul li {
	padding-top: 5px;
	padding-bottom: 0;
	margin-left: 2px;
}

#in-section ul ul li {
	padding-top: 0;
	padding-bottom: 0;
	font-size: 10px;
}

#in-section ul li a {
	color: #444;
	text-decoration: none;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
}

#in-section ul ul li a {
	color: #777;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
}

#in-section li a:hover {
	color: red;
}

/* CSS Navigation - over-ride main one */
#crumb {
	margin: 0 0 0 130px;
	color: #666;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	text-transform: lowercase;
	font-weight: normal;
	letter-spacing: 1px;
	border-bottom: 1px solid #F0F0F0;
	padding: 10px 10px 10px 0px;
	clear: none;
}

#crumb a {
	text-decoration: none;
	color: #666;
}

#crumb a:hover {
	color: red;
}


/* Closers */
#form-close2, #incipit-close2, #gallery2, #close2 {
	color: white;
	font-weight: bold;
	text-align: center;
	clear: both;
}

#incipit-close2 {
	background: #999;
}
#form-close2 {
	background: #06F;
}
#close2, #gallery2 {
	background: url(menu-close.png) repeat-x;
	color: #777;
	height: 34px;
	padding-top: 12px;
}
