/* ================================================================ 
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.cssplay.co.uk/menus/skeleton2.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.
=================================================================== */
#navmain {padding:0; margin:0; list-style:none; font: 11px Arial, Helvetica, sans-serif; background:url(transparent.gif); position:relative; z-index:100;}
#navmain ul {
	padding:5px 0px 5px 0px;
	margin:0;
	list-style:none;
	font: 11px Arial, Helvetica, sans-serif; 
	position:relative;
	z-index:100;
	background-color: #FFFFFF;
	background-image: url(transparent.gif);
	text-transform: none;
	border-bottom:1px solid #CCCCCC;
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	min-width:190px;
	border-right:1px solid #CCCCCC;
	
}

#navmain li #mark{
	float:none;
	
	
	height:23px;
	padding:10px 0 0 8px;
	line-height:22px;
	font-weight: bold;
	font-size: 100%;
	color: #000000;
}
#navmain li #navSpace{
	float:none;
	
	
	height:10px;
	padding:0px 0 0 8px;
	line-height:2px;
	font-size: 1%;
}
#navmain {height:23px; width:740px; padding:0;}

#navmain table {border-collapse:collapse;}
#navmain li {
	float:left;
	
}
#navmain li li {float:none;}
/* a hack for IE5.x and IE6 */
#navmain li a li {float:left;}

#navmain li a {
	display:block;
	float:left;
	color:#fff;
	height:23px;
	padding:0 20px 0 10px;
	line-height:22px;
	text-decoration:none;
	white-space:nowrap;
	font-weight:bold;
	
	
	
}
#navmain li li a {height:21px; line-height:20px; float:none;color: #000000;font-weight:normal;padding:0 20px 0 8px;}

#navmain li:hover {position:relative; z-index:100;}
#navmain a:hover {position:relative; z-index:100; background:#000; color:#ffffff;}
#navmain li:hover > a {background:#000; color:#FFFFFF;}

#navmain :hover  ul {left:0; top:23px; z-index:300;}
#navmain a:hover ul {}

#navmain ul {position:absolute; left:-9999px; top:-9999px;}

/* it could have been this simple if all browsers understood */
/* show next level */
#navmain li:hover li:hover > ul {left:0px; margin-left:100%; top:-6px;}
/* keep further levels hidden */
#navmain li:hover > ul ul {position:absolute; left:-9999px; top:-9999px; width:200;}
/* show path followed */
#navmain li:hover li:hover > a {background:#FFFFFF; color:#9B8AC8; text-decoration:underline;}

#navmain li a:hover ul li a:hover {background:#FFFFFF; color:#9B8AC8; text-decoration:underline;}

/* but IE5.x and IE6 need this lot to style the flyouts*/
/* show next level */
#navmain a:hover a:hover ul,
#navmain a:hover a:hover a:hover ul,
#navmain a:hover a:hover a:hover a:hover ul,
#navmain a:hover a:hover a:hover a:hover a:hover ul
{left:100%; top:0;}

/* keep further levels hidden */
#navmain a:hover ul ul,
#navmain a:hover a:hover ul ul,
#navmain a:hover a:hover a:hover ul ul,
#navmain a:hover a:hover a:hover a:hover ul ul
{position:absolute; left:-9999px; top:-9999px;}