/* ================================================================ 
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/dd_valid.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* common styling */


#topnavpadtop{
	padding-top: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	height:50px;
}
#topnavborderright{
}
#subheadpadding{
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.subheadpadding{
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.arrow{
	background-image: url(../images/navbg-arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.navdivider{
	background-image: url(../images/navbg-divider.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.menu {
	font-family: arial, sans-serif;
	height:50px;
	position:relative;
	font-size:11px;
	z-index:100;
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.menu ul li a, .menu ul li a:visited {
	display:block;
	text-decoration:none;
	color:#000;
	width:190px;
	height:50px;
	color:#CCCCCC;
	line-height:20px;
	font-size:11px;
	overflow:hidden;
	background-image: url(../images/navbg.jpg);
	background-repeat: repeat-x;
}
.menu ul {
	padding:0;
	margin:0;
	list-style: none;
	text-align: center;
}
.menu ul li {
	float:left;
	position:relative;
}
.menu ul li ul {
	display: none;
	text-align: left;	
}
/* specific to non IE browsers */
.menu ul li:hover a {/* top nav hover highlight */
	color:#fff;
	background-image: url(../images/navbg-over.jpg);
}  
.menu ul li:hover ul {display:block; position:absolute; top:50px; left:0; width:190px;}
.menu ul li:hover ul li a.hide {/* sub nav directory normal highlight **************************/
	color:#fff;
	background-image: url(../images/navbg-trans.png);
} 
.menu ul li:hover ul li:hover a.hide { /* sub nav directory hover highlight */
	color:#fff;
	background-image: url(../images/navbg-blue.jpg);
}
.menu ul li:hover ul li ul {display: none;}
.menu ul li:hover ul li a { /* sub nav bg */
	display:block;
	color:#ccc;
	background-image: url(../images/navbg-trans.png);
	height: 30px;
} 
.menu ul li:hover ul li a:hover { /* sub nav bg hover highlight */
	color:#fff;
	background-image: url(../images/navbg-blue.jpg);
}
.menu ul li:hover ul li:hover ul {display:block; position:absolute; left:190px; top:0;}
.menu ul li:hover ul li:hover ul.left {left:-190px;}
