/* ================================================================ 
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_2.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 */
.menu {
	width:735px;
	height:30px;
	position:relative;
	z-index:100;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	font-size: 9pt;
	line-height: 14pt;
	background-image: url(../imageslices/navshadow.png);
	background-repeat: repeat-x;
	margin-bottom: 30px;
	}

.menu ul {
	padding:0; 
	margin:0; 
	list-style-type: none;
	}

.menu ul li {
	float:left; 
	width:105px; /* maybe delete */
	}

.menu ul li a, .menu ul li a:visited {
	display:block;
	float:left;
	width:105px;
	text-decoration:none;
	height:30px;
	color:#FFFFFF;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;

	}

.menu ul li ul {
	display: none;
	font-size: 9pt;
	line-height: 12px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 50px;
	padding-left: 0px;
	}

/* specific to non IE browsers */

.menu ul li:hover a {
	color:#999999; 
	background-image: url(../imageslices/pointer.png);
	background-repeat: no-repeat;
	background-position: center 17px;
	}

.menu ul li:hover ul {
	display:inline;
	position:absolute;
	width:735px;
	top:30px;
	left:0;
	color:#FFFFFF;
	right: 0px;
	}

.menu ul li:hover ul.right_side li {
	float:right;	 
	}

.menu ul li:hover ul li a.hide {
	color:#000000;
	}

.menu ul li:hover ul li:hover a.hide {
	color:#000000;
	}

.menu ul li:hover ul li a {
	/* maybe delete display:block; */
	background-image: url(imageslices/spacer.gif);
	background-repeat: no-repeat;
	color:#000000;
	}

.menu ul li:hover ul li a:hover {
	color:#0000FF;
	}

.menu ul li:hover ul li:hover a.hide {
	background:#dfc184; 
	color:#000;
	}

.double_menu {
	font-size: 7px;
	line-height: 9px;
	}
.double_menubox {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
}
.menu_centre {
	line-height: 200%;
}

