/* CSS copyright seyDoggy http://www.seyDoggy.com  */

/*<group=navbar left>*/

/* Toolbar Styles */

.photo-navigation {
	border-bottom-width: 45px;
}

.blog-archive-headings-wrapper {
	border-bottom-width: 45px;
}

#sidenavcontainer {
	display: none;
}

#ynavcontainer {
}

/* Parent - Level 0 */

#ynavcontainer .current {
	color: #ffffff;
	font-weight: bold;

	border:0 0 4px 0;
	border-bottom: 4px solid #000000;
	padding-bottom: 2px;
}

#ynavcontainer .currentAncestor {
	color: #ffffff;
	font-weight: bold;
	
	border:0 0 4px 0;
	border-bottom: 4px solid #000000;
	padding-bottom: 2px;

}

#ynavcontainer ul {
	float: left;
	padding: 0;
	margin: 0px 0px 0px 0px;
	padding-left: 10px;
}

#ynavcontainer li {
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#ynavcontainer a {
	text-align: left;
}


#navcontainer {
	float: left;
	border-width: 0px 0px 0px 0px;
	padding:  0px 0px 0px 0px;
	padding: 0;
	margin: 0px;	/* needed for firefox */
}

#navcontainer ul {
	margin-top: 0px;
	margin-left: 0px;
	float: left;
	border-width: 0px 0px 0px 1px;
	padding: 6px 0;
	padding: 0px;
	list-style: none;
	border-right: 1px solid #353795;
}

#navcontainer ul li { 
	float: left;
	border-width: 0px 0px 0px 1px;
	list-style: none;
	border-left: 1px solid #353795; 
	border-bottom: 1px solid #353795;  
	border-top: 1px solid #353795;
	background-color: #DCDAED;
}

#navcontainer ul li a { 
	display: block;
	padding: 9px 9px 9px 9px;
	text-decoration: none;
	margin: 0px;
	text-decoration: none;
	border-width: 0px;
	color: #353795;
	font-size: 11px;
	font-weight: bold;
}

#navcontainer ul li a:hover {
	color: #DCDAED;
	font-weight: bold;
	background-color: #353795;
	border: 0px 0px 4px 0px;
}

#navcontainer li .current {
	color: #DCDAED;
	font-weight: bold;
	background-color: #353795;
	border: 0px 0px 4px 0px;
}

#navcontainer li .currentAncestor {
	color: #DCDAED;
	font-weight: bold;
	background-color: #353795;
	border: 0px 0px 4px 0px;
}




/*</group>*/