@charset "UTF-8";

/* ================================================================ 
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_up.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 {padding:0 0 4px 0; list-style:none; font: 10px verdana, sans-serif; border:0; background:none; position:relative; z-index:300; margin:4px;}

#nav {height:18px; padding:0; left:49%; margin-left:-475px;}

#nav li {float:left; padding:10px 0 2px 0;}
/* a hack for IE5.x and IE6 */
* html #nav li {padding-top:0}
#nav li li {float:none; background:url(../images/bg.png) repeat; padding:5px 0 5px 0; width:180px;}
/* a hack for IE5.x and IE6 */
* html #nav li li {float:left;}

#nav li a {display:block; color:#fff; margin:0 auto; line-height:20px; text-decoration:none; white-space:nowrap; padding: 0 20px 3px 20px;}
#nav li a img{padding-top:0px;}
#nav li li a {height:12px; line-height:15px; float:none;}

#nav li:hover {position:relative; z-index:400;}
#nav li:hover ul {left:0; bottom:21px; top:auto;}
/* another hack for IE5.5 and IE6 */
* html #nav li:hover ul {left:10px;}

#nav ul {position:absolute; left:-9999px; top:-9999px;}
/* yet another hack for IE5.x and IE6 */
* html #nav ul {width:1px;}

/* it could have been this simple if all browsers understood */
/* show next level */
#nav li:hover li:hover > ul {left:-15px; margin-left:100%; bottom:-7px; top:auto;}
/* keep further levels hidden */
#nav li:hover > ul ul {position:absolute; left:-9999px; top:-9999px; width:auto;}
/* show path followed */
#nav li:hover > a {text-decoration:underline; color:#57b;}


/* but IE5.x and IE6 need this lot to style the flyouts and path followed */
/* show next level */
#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:-15px; margin-left:100%; bottom:-7px; top:auto;}

/* 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,
#nav li:hover li:hover a,
#nav li:hover li:hover li:hover a,
#nav li:hover li:hover li:hover li:hover a,
#nav li:hover li:hover li:hover li:hover li:hover a,
#nav li:hover li:hover li:hover li:hover li:hover li:hover a
{text-decoration:none; color:#ed1c24;}

/* hide futher possible paths */
#nav li:hover li a,
#nav li:hover li:hover li a,
#nav li:hover li:hover li:hover li a,
#nav li:hover li:hover li:hover li:hover li a,
#nav li:hover li:hover li:hover li:hover li:hover li a
{text-decoration:none; color:#fff;}


.text_red
{color:#ed1c24; background:none}


/* tooltip */

tip {
	text-decoration: none;
	z-index:101;
	position:absolute;
}

a.tip:hover {
	position: relative;
	cursor:help;
	text-decoration:none;
	z-index:101
}

a.tip span {
	display: none;
	cursor:help;
	text-decoration:none;
}

a.tip:hover span {
	display: block;
   	position: absolute; top: 10px; left: 10px;
	/* formatting only styles */
   	padding: 5px; margin: 10px; z-index: 600;
   	background: #95716a; border: 1px dashed #83635e;
	opacity: 0.7;
	width:150px;
	text-align:left;
	color:#fff;
	cursor:help;
	text-decoration:none;
	/* end formatting */
}
