/* ================================================================ 
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 10px 0px 10px;}

#top_nav li {
		float:left;
		text-align:center;
		padding-right: 32px; 
		padding-left: 32px; 
		padding-top: 5px;
		background-image:url(../images/menu_partition.jpg);
		background-position:right;
		background-repeat:no-repeat;
		}
		
#top_nav li:hover {

}
#top_nav li li {
		float:left;
		width: 150px;
		padding-left:0px;
		padding-right:0px;
		line-height:14px;
		border-top:none;
		
	}
#top_nav li li:hover {
		border-top:none;
		}
	
/* a hack for IE5.x and IE6 */
* html #top_nav li li {
		float:left; 
		width: 150px;
		border-top:none;
	}
#top_nav li a {
	display:block;
	padding:2px 2px; 
	text-decoration:none; 
	font:bold 12px Verdana, Georgia, "Times New Roman", Times, serif; 
	color:#ffffff;
	font-weight:bolder;
	font-size:10pt;
	font-family:tahoma,verdana;
}
#top_nav li a:hover {
	color:#c90000;
}
#top_nav li li a {
	float:left;
	display:block;
	width:150px;
	height:17px;
	font:bold 12px Verdana, Georgia, "Times New Roman", Times, serif; 
	color:#000000;
	padding:0; 
	padding-top:3px;
	padding-bottom:3px;
	padding-left:5px;
	vertical-align:middle;
	background-color:#FFFFFF;
}

#top_nav li li a:hover {
	color:#FFFFFF;
	background-color:#000000;
}

#top_nav li:hover {position:relative; z-index:300; color:#ffffff; float:left;}
#top_nav li:hover ul {left:25px; top:18px;}
/* 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;}


		
