/* ================================================================ 
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;
	padding:0px 0px 0px 0px;
	list-style:none;
}
#top_nav {
	margin:0px;
	padding:0px 0px 0px 50px;
	list-style:none;
}

#top_nav li {
		margin:0px;
		padding:0px 0px 0px 0px;
		display:block;
		float:left;
		font-family:Tahoma, Arial, Helvetica, sans-serif;
		font-size:11px;
		font-weight:bold;
		text-decoration:none;
		color:#FFFFFF;
		line-height:35px;
		}
#top_nav li li {
		float:left;
		width: 120px;
		padding-left:0px;
		padding-right:0px; 
	}
/* a hack for IE5.x and IE6 */
* html #top_nav li li {
		float:left; 
		width: 120px;
	}

#top_nav li a {
	margin:0px;
	padding:0px 20px 0px 20px;
	display:block;
	float:left;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	color:#FFFFFF;
	line-height:35px;
	background:url(../images/divider.gif) no-repeat;
	background-position:0px 6px;	
}
#top_nav li a:hover {
	margin:0px;
	padding:0px 20px 0px 20px;
	display:block;
	float:left;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	color:#5586C4;
	line-height:35px;
	background:url(../images/divider.gif) no-repeat;
	background-position:0px 6px;
}
#top_nav li li a {
	float:left;
	display:block;
	width:120px;
	height:20px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	color:#FFFFFF;
	line-height:20px;
	padding-top:0px;
	padding-left:5px;
	vertical-align:middle;
	background:none;
}

#top_nav li li a:hover {
	float:left;
	display:block;
	width:120px;
	height:20px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	color:#CCCCCC;
	line-height:20px;
	padding-top:0px;
	padding-left:5px;
	vertical-align:middle;
	background:none;
}

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

#top_nav ul {position:absolute; left:-9999px; top:-9999px; background:#3F55A0; 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;}



/* Site map css */
#sitemap{
	align:center;
}

#sitemap ol li{
	padding:2px;
	color:#5586C4;
}

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

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

#sitemap a:hover{
	font-family:Tahoma;
	font-size:12px;
	color:#5586C4;
	text-decoration:underline;
	font-weight: bold;
}
/* Gallery page css */
.gallerytitle{
	font-family:Tahoma;
	font-size:12px;
	color:#5586C4;
	text-decoration:none;
	font-weight: bold;
	text-align:center;
}

.gallerytitle a{
	font-family:Tahoma;
	font-size:12px;
	color:#5586C4;
	text-decoration:none;
	font-weight: bold;
	text-align:center;
}

.gallerytitle a:hover{
	font-family:Tahoma;
	font-size:12px;
	color:#ffffff;
	text-decoration:none;
	font-weight: bold;
	text-align:center;
}