/* ================================================================ 
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{width:150px !important;} 
#nav ul {float:left;list-style:none; font: 10px verdana, sans-serif; border-color:#cea #9b7 #8a6 #deb; border-width:1px 2px 2px 1px; background:#fff; position:relative; z-index:200; width:120px;}

#nav li a {display:block; color:#888;height:20px; line-height:20px; text-decoration:none; white-space:nowrap;font-family:arial;
	font-size:13px;
	color:#0F7E77;}

#nav li:hover {position:relative; z-index:300;}

#nav ul {position:absolute; left:-9999px; top:-9999px;}
/* yet another hack for IE5.x and IE6 */


/* it could have been this simple if all browsers understood */
/* show next level */
#nav li:hover > ul {left:-15px;top:-1px;}
/* keep further levels hidden */

/* show path followed */
#nav li:hover > a {font-family:arial;font-size:13px;color:#0F7E77;text-decoration:underline;}


/* 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,
{left:-15px;top:-1px;}

/* keep further levels hidden */
#nav li:hover ul ul,
#nav li:hover li:hover ul ul,
{position:absolute; left:-9999px; top:-9999px;}

/* show path followed */
#nav li:hover a,
#nav li:hover li:hover a,
{font-family:arial;font-size:13px;color:#0F7E77;}

/* hide futher possible paths */
#nav li:hover li a,
#nav li:hover li:hover li a,
{font-family:arial;font-size:13px;color:#0F7E77;}
ul,li
{
	list-style:none;
	
}
.over
{
	margin:19px 0 0 95px;
	font-family:arial;
	font-size:13px;
	color:#0F7E77;
}
.overb
{
	background:#C9E3E2;
	display:block;
	height:25px;
	margin-left:60px;
	line-height:25px !important;
	width:150px !important;
	padding-left:10px !important;
	margin-top:1px !important;
}
a
{
	text-decoration:none !important;
}
a:hover
{
	text-decoration:underline !important;
}