﻿/* MENU */
/* for this demo only */

* html #nav .select a, * html #nav .current a { width: 1px; }

* html #nav .sub_active, * html #nav .select a:hover .sub { z-index: -1; margin-top: 0; margin-top: 0px; }

#nav { margin: 0; }

/* the styling */
#nav {
	float: left;
	width: auto;
	height: auto;
	position: relative;
	/* AP 18 12 2008 - necessary for proper display in Google Chrome 1.0.154.36 */
	left: 0px;
	top: 0px;
	width: 960px;
}

#nav .select a b, 
#nav .current a b {
	height: 100%;
	display: block;
	padding: 0 6px 0 3px;
	color: red;
}

#nav .select a,
/*top level */
#nav .current a {
	background: #663399 url('../graphics/nav-cap.gif') top right no-repeat;
	color: white;
	display: block;
	float: left;
	border-right: 2px solid white;
	padding: 5px 17px 5px 17px;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}

#nav .select a:hover b, 
#nav .select li:hover a b { color: white;

 }

#nav .select a:hover, 
#nav .select li:hover a {
	background: #999934 url('../graphics/nav-cap-active.gif') top right no-repeat;
	cursor: pointer;

}

#nav .select li a:hover .sub, 
#nav .select li:hover .sub {
	display: block;
	position: absolute;
	width: 800px;
	top: 30px;
	left: 0;
	margin-top: -5px;
	padding: 0;
	z-index: 100;

}

#nav .select, #nav .current {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;

}

#nav .sub { display: none; }

#nav .sub li a:hover, 
#nav .select a:hover .sub li a:hover, 
#nav .select li:hover .sub li a:hover { color: white; text-decoration: none; }

#nav .sub, #nav .sub_active { margin: 0; padding: 0; list-style: none; }

#nav .sub_active {

}

#nav .sub_active .current_sub a, 
#nav .sub_active a:hover { color: white; text-decoration: none; }

#nav .sub_active a {
	float: left;
}

#nav .sub_active a, 
#nav .select a:hover .sub li a, 
#nav .select li:hover .sub li a {
	display: inline;
	float: left;
border-top: 2px solid white;
width: auto;
}

#nav li { display: inline; margin: 0; padding: 0; }

/* for IE5.5 and IE6 only */
#nav table {
	position: absolute;
	border-collapse: collapse;
	left: 0;
	top: 0;
	font-size: 11px;
	display: block;
}
