/* ================================================================ 
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_left.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.
=================================================================== */
#nav, 
#nav ul {
	margin:0;
	padding:0;
	text-align:left;
	list-style-type:none;
		background:#fff; 
		position:relative; 
		z-index:200;
	font-size: 0px;
	}

#nav li {
	margin:0 0 1px 0px;
	padding: 0px;
	cursor: default;
	background: transparent !important;
	width: 182px;
}
#nav li li{
	padding: 0px 0px 0px 1px;
	width: 225px !important;
}
#nav li.first {
	display:inline;
}
/* a hack for IE5.x and IE6 */
* html #nav li {float:left;}

#nav li a {
	display:block; 
	color:#6a5831;
	text-decoration:none;
	border:1px solid #dedddb;
	padding:6px 10px 6px 10px;
	line-height:18px; 
	margin:0 !important;
	font-size: 13px;
	white-space: nowrap;
}

#nav #Top-Nav-Link-A {
	background: #fff url(../images/menu-top.gif) no-repeat !important;
	border-top: none !important;
	border-left: none !important;
	border-right: none !important;
	padding-bottom: 7px !important;
	
}

#nav li li a {
	color:#6a5831 !important;
	text-decoration:none;
	padding:1px 10px 1px 10px;
}

#nav li:hover {position:relative; z-index:300;}

#nav ul {position:absolute; left:-9999px; top:-9999px;}
/* yet another hack for IE5.x and IE6 */
* html #nav, * html nav ul {width:1px;}


/* it could have been this simple if all browsers understood */
/* show next level */
#nav li a:hover > ul {left:1px; margin-left:100%; top:-1px;}
/* keep further levels hidden */
#nav li a:hover > ul ul {position:absolute; left:-9999px; top:-9999px; width:auto;}
/* show path followed */


/* but IE5.x and IE6 need this lot to style the flyouts and path followed */
/* show next level */
#nav li:hover ul,
#nav li:hover li:hover ul,
#nav li:hover li:hover li:hover ul,
#nav li:hover li:hover li:hover li:hover ul,
#nav li:hover li:hover li:hover li:hover li:hover ul
{left:0px; margin-left:100%; top:-7px;}

/* keep further levels hidden */
#nav li:hover ul ul,
#nav li:hover li:hover ul ul,
#nav li:hover li:hover li:hover ul ul,
#nav li:hover li:hover li:hover li:hover ul ul
{position:absolute; left:-9999px; top:-9999px;}

/* show path followed */
#nav li:hover a
{color:#ab8e4d;	background: #f4f3f3;}

#nav li:hover #Top-Nav-Link-A
{color:#ab8e4d;	background: #f4f3f3 url(../images/menu-top.gif) top no-repeat !important;}
/* hide futher possible paths */
#nav li:hover li a
{color:#ab8e4d;	background: #f4f3f3;}

/* show path followed */
#nav li:hover li:hover a
{color:#ab8e4d !important; background: #e7e6e6; }

/* hide futher possible paths */
#nav li:hover li:hover li a
{color:#ab8e4d !important; background:#e7e6e6;}

img.square-bullet{
	position:relative;
	border:0px;
	top:-3px;
	left:-5px;
}

#latest-wrapper{
	width:auto;
	height:inherit;
	border-top:1px solid #dedddb;
	border-left:1px solid #dedddb;
	border-right:1px solid #dedddb;
	margin:1px 0 0px 0;
	padding:10px 10px 15px 10px;
	background-color:#FFFFFF;
}
#latest-bottom{
	height:10px;
	width:auto;
	background:url(../images/latest-bottom.gif) bottom no-repeat;
	margin: 0;
	display:block;
}
#latest-wrapper a,#latest-wrapper a:visited{
	color:#003e7e;
	border-bottom:1px dotted #003e7e;
}
#latest-wrapper a:hover{
	color:#6A5831;
	border-bottom:1px dotted #6A5831;
}
#latest-wrapper p{
	margin:0px;
}
/* Nav Styles */
