/* Designed by Deneco Productions.  www.deneco.com */
/* Modified by Album of Life – Webworks www.albumoflife.com/webworks/ */

/* Side Navigation */

/* graphic design of side menu box and background */
div.sidenav {
	width:180px;
	height:443px;
	position:relative;
	left:0px;
	margin-top:3px;
	float:left;
	z-index:1;
	
}
div.sidenav_image {
	margin:0 auto;
	width:180px;
	overflow:hidden;
}
div.sidenav_body {
	position:relative;
	width:180px;
	height:100%;
	background-image:url(../images/contentbox_180.png);
	background-repeat:repeat;
	float:left;
}
div.sidenav_top_left {
	position:relative;
	left:0px;
	top:0px;
	width:10px;
	height:10px;
	background-image:url(../images/contentbox_tl.png);
	float:left;
}
div.sidenav_top_center {
	position:relative;
	width:160px;
	height:10px;
	left:0px;
	top:0px;
	background-image:url(../images/contentbox_t.png);
	background-repeat:repeat;
	float:left;
}
div.sidenav_top_right {
	position:relative;
	left:0px;
	top:0px;
	width:10px;
	height:10px;
	background-image:url(../images/contentbox_tr.png);
	float:left;
}
div.sidenav_bottom_left {
	position:relative;
	left:0px;
	top:0px;
	width:10px;
	height:10px;
	background-image:url(../images/contentbox_bl.png);
	float:left;
}
div.sidenav_bottom_center {
	position:relative;
	width:160px;
	height:10px;
	left:0px;
	top:0px;
	background-image:url(../images/contentbox_b.png);
	float:left;
	z-index:-1;
}
div.sidenav_bottom_right {
	position:relative;
	left:0px;
	top:0px;
	width:10px;
	height:10px;
	background-image:url(../images/contentbox_br.png);
	float:left;
	z-index:-2;
	
}

/* END of side menu box design and background */


.leftmenu {
	width: 10em; /* sets width for category label buttons */
}
.leftmenu img {
	float:left;
}

.leftmenu, .leftmenu ul {	/* establishes outer box for list of category names */
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
}

.leftmenu li {     /* establishes position of 1st column of menu items which aren't links */
	margin: 0;
	padding: 0 0 0 5px;
	border: 0;
	display: block;
	position: relative;	
	z-index: 5;	
}

/*.leftmenu li:hover {
	z-index: 10000;	
	white-space: normal;							
}*/

.leftmenu ul {
	visibility: hidden;	
	position: absolute;
	z-index: 10;
	left: 0;	
	top: 0;		
}

.leftmenu li:hover>ul {
	visibility: visible;	
	left: 100%;
}

.leftmenu:after, .leftmenu ul:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.leftmenu, .leftmenu ul {
	min-height: 0;
}

.leftmenu ul {
	background-image: url(../heritage_working/css/empty.gif);	
	padding: 30px 30px 30px 10px;
	margin: -30px 0 0 -10px;
	
}

.leftmenu, .leftmenu ul li {
	color: #eee;
	background: #333;
}

.leftmenu {
	margin:0 auto;
}

.leftmenu ul {
	width: 11em;
}

/*Styles*/
.h1sidenav {
	color:#999;
	font-weight:bold;
	font-size:16px;
	text-align:center;
	padding-bottom:5px;
	margin-top:0px;
}
.h2sidenav {
	color:#fff;
	font-weight:bold;
	font-size:14px;
	margin-bottom:0px;
	margin-top:0px;
	padding-bottom:3px;
}
ul.leftmenutext li a {
	text-decoration: none;
	font-size:14px;
	color:#fff;
}

ul.leftmenutext a:hover, ul.leftmenutext li:hover>a{
	color: #ffcc99;     /* color is pale orange */
	background-color: #000;
}

ul.leftmenutext a{
	padding-left: 0px; /* x */
	padding-top: 4px;
	padding-bottom: 4px;
}

ul.leftmenutext li.leftmenuheader{
	color: #eee;
	background-color: #274b8c; /* dark blue */
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.leftmenu a {
	font-size:14px;
	text-decoration: none;
	color: #cccc66;
	padding: .3em 1em;
	display: block;
}

.leftmenu a:hover, .leftmenu li:hover>a {
	color: #ffcc99;
	background:#000
}

.leftmenu li {	
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	
}

.leftmenu>li + li, .leftmenu ul>li + li {	
	border-top: 0px;
}

.leftmenu li li {	
	border: 1px solid #666;
}

.leftmenu li:hover>ul {	
	top: 5px;
	left: 90%;
}
.menu>li:first-child>a {
	color: #cccc66; /* yellowish green */
}

.menu>li:first-child>a:hover, .menu li + li + li li:first-child>a:hover {
	color: #ffcc99;
	font-weight:16px;
}
