
/* Top Menu navigation */

#header ul.top_links
{
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	margin-top: 112px;
}

#header ul.top_links li
{
	display: inline;
	float: left;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
	font-weight: bold;
	position: relative;
	text-align: center;
	font-size: 1.1em;
}

#header ul.top_links li.home_button {
	margin-left: 3px;
	width: 115px;
}

#header ul.top_links li.photography_button {
	width: 207px;
}

#header ul.top_links li.events_button {
	width: 227px;
}

#header ul.top_links li.artist_button {
	width: 225px;
}

#header ul.top_links li.contact_button {
width: 115px;
}

#header ul.top_links li a {
	color: white;
	text-decoration: none;
}

#header ul.top_links li.hover
{
	background-color: #5A5A5B;
}

#header ul.top_links li.hover a
{
	color: white;
}

/* Second tier */

#header ul.top_links li ul
{
	background-color: #5A5A5B;
	display: none;
	height: auto;
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 100%;
	width: 100%;
}

/* When the user hovers over a list item, we'll then make the nested unordered list visibile*/

#header ul.top_links li.hover ul
{
	display: block;
	z-index: 15;
}

#header ul.top_links li ul li
{
	border: 1px solid #5A5A5B;
	background-color: #5A5A5B;
	margin: 0;
	padding: 0;
	text-align: left;
	width: 100%;
	font-weight: normal;
	z-index: 15;
}

#header ul.top_links li ul li a
{
	padding-left: .3em;
	display: block;
	height: 100%;
	z-index: 15;
	color: white;
}

#header ul.top_links li ul li.hover a
{
	background-color: #0F0E0C;
	padding-left: .3em;
	display: block;
	height: 100%;
	z-index: 15;
}
