/* ================================================================ 
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{
	margin-top: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height:50px;
}
.topnavpadtop{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-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;
	font-weight: bold;
	position:relative;
	font-size:13px;
	z-index:100;
	width: 950px /* width of nav*/;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/navbg.jpg);
	background-repeat: repeat-x;
	height:50px;
}
.menu ul li a, .menu ul li a:visited {
	display:block;
	text-decoration:none;
	color:#000;
	width:237px;
	height:50px;
	color:#CCCCCC;
	line-height:50px;
	overflow:hidden;
}
.menu ul {
	padding:0px;
	margin:0px;
	list-style: none;
	text-align: center;
}
.menu ul li {
	float:left;
	position:relative;
}
.menu ul li ul {
	display: none;
	text-align: left;	
	font-size:11px;
}

/* 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);
	padding-left:10px;
	margin:0px;
	height:30px;
	line-height:30px;
	width:227px;

} 
.menu ul li:hover ul li a:hover { /* sub nav bg hover highlight */
	color:#fff;
	background-image: url(../images/navbg-green.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;}

