/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.stunicholls.com/menu/skeleton.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
#top_nav, 
#top_nav ul {
	margin:0px;
	list-style:none;
   }
#top_nav {
	padding:0px;
}

#top_nav li {
	display:block;
	padding-left:2px;
	padding-right:2px;
	background:url('../images/menu_sep.jpg') no-repeat right;
	float:left;
	vertical-align:middle;
	height:54px;
}
#top_nav li.first {
	display:block;
	padding-left:2px;
	padding-right:2px;
	background:none;
	float:left;
	vertical-align:middle;
	height:54px;
}


#top_nav li li {
		margin:0px;
		padding:0px;
		float:left;
		width: 200px;
		border-top:none;
		background:#169905;
		height:30px;
		border-bottom:#0C5603 solid 1px;
	}
	
/* a hack for IE5.x and IE6 */
* html #top_nav li li {
		float:left;
		width: 200px;
		border-top:none;
	}
#top_nav li a {
	font-family:arial;
	font-weight:500;
	color:#fff;
	text-decoration:none;
	font-size:17px;
	display:block;	
	padding:13px;
	padding-left:32px;
	padding-right:32px;
}
#top_nav li a:hover {
	background:url('../images/greenmenu_hover.jpg');
	background-repeat:repeat-x;
	height:54px;
	float:left;
	text-decoration:none;
}

#top_nav li.current a {
	background:url('../images/greenmenu_hover.jpg');
	background-repeat:repeat-x;
	height:54px;
}
#top_nav li.current a:hover {
	background:url('../images/greenmenu_hover.jpg');
	background-repeat:repeat-x;
	height:54px;
}


#top_nav li li a {
	display:block;
	font-family:arial;
	font-weight:normal;
	color:#fff;
	text-decoration:none;
	font-size:14px;
	display:block;	
	padding:5px;
	background:#169905;
	height:20px;
	
}

#top_nav li li a:hover {
	display:block;
	color:#D7D0D7;
	background-image:none;
	background-repeat:no-repeat;
	background:#169905;
	
	font-weight:normal;
	padding-left:5px;
	padding-right:5px;
	background:#169905;
	text-decoration:none;
	height:20px;
}

#top_nav li:hover {position:relative; z-index:300; color:#ffffff; float:left;}
#top_nav li:hover ul {left:0px; top:45px;}
/* another hack for IE5.5 and IE6 */
* html #top_nav li:hover ul {left:25px;}

#top_nav ul {position:absolute; left:-9999px; top:-9999px; padding:0}
/* yet another hack for IE5.x and IE6 */
* html #top_nav ul {width:1px;}

/* it could have been this simple if all browsers understood */
/* show next level */
#top_nav li:hover li:hover > ul {left:-15px; margin-left:100%; top:-1px;}
/* keep further levels hidden */
#top_nav li:hover > ul ul {position:absolute; left:-9999px; top:-9999px; width:auto;}
/* show path followed */
#top_nav li:hover > a {
			text-align:left;
		}


/* but IE5.x and IE6 need this lot to style the flyouts and path followed */
/* show next level */
#top_nav li:hover li:hover ul,
#top_nav li:hover li:hover li:hover ul,
#top_nav li:hover li:hover li:hover li:hover ul,
#top_nav li:hover li:hover li:hover li:hover li:hover ul
{left:-15px; margin-left:100%; top:-1px;}

/* keep further levels hidden */
#top_nav li:hover ul ul,
#top_nav li:hover li:hover ul ul,
#top_nav li:hover li:hover li:hover ul ul,
#top_nav li:hover li:hover li:hover li:hover ul ul
{position:absolute; left:-9999px; top:-9999px;}

/* show path followed */
#top_nav li:hover a,
#top_nav li:hover li:hover a,
#top_nav li:hover li:hover li:hover a,
#top_nav li:hover li:hover li:hover li:hover a,
#top_nav li:hover li:hover li:hover li:hover li:hover a,
#top_nav li:hover li:hover li:hover li:hover li:hover li:hover a
{
	text-align:left;
}

/* hide futher possible paths */
#top_nav li:hover li a,
#top_nav li:hover li:hover li a,
#top_nav li:hover li:hover li:hover li a,
#top_nav li:hover li:hover li:hover li:hover li a,
#top_nav li:hover li:hover li:hover li:hover li:hover li a
{text-decoration:none;}



.gallerytitle{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#89C840;
	text-decoration:none;
	font-weight: bold;
	text-align:center;
}

.gallerytitle a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#89C840;
	text-decoration:none;
	font-weight: bold;
	text-align:center;
}

.gallerytitle a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	text-decoration:none;
	font-weight: bold;
	text-align:center;
}

#sitemap{
	float:left;
}

#sitemap ol li{
	padding:2px;
}

#sitemap ol ul{
	margin-left:20px;
	padding:0px;
}

#sitemap a{
	font-family:Tahoma;
	font-size:12px;
	color:#89C840;
	text-decoration:none;
	font-weight: bold;
}

#sitemap a:hover{
	font-family:Tahoma;
	font-size:12px;
	color:#357100;
	text-decoration:underline;
	font-weight: bold;
}		
