/* ================================================================ 
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/basic_dd.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.
=================================================================== */
/* remove the bullets, padding and margins from the lists */
.menu {
	background-image: url(img/menu-red-bg.png);
	height: 32px;
	text-align: left;
	display: block;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 25px;
	margin-top: 6px;
	margin-bottom: 6px;	
	float:left;
	width:970px;
}
.menu ul {
	list-style-type:none;
	padding:0;
	margin:0;
}
/* make the top level links horizontal and position relative so that we can position the sub level */
.menu li {
	float:left;
	position:relative;
	z-index:10;
}
.menu li li {
	float:inherit;
	z-index:10;
}
/* use the table to position the dropdown list */
.menu table {
	position:absolute;
	border-collapse:collapse;
	z-index:8;
	left:-1px;
	top:32px;
}
/* style all the links */
.menu li li a.sub:hover {
	text-decoration: underline;
}
.menu li a.this:hover {
	text-decoration: underline;
}
.menu li a.this {
	font-weight: 700;
	font-size: 8pt;
	line-height: 32px;
	display:block;
	width:auto;
	color:#FFFFFF;
	background:#D52B1E;
	text-decoration:none;
	margin-right: 23px;
	text-align:center;
}
.menu li li a.sub {
	font-weight: 700;
	font-size: 8pt;
	display:block;
	width:110px;
	color:#FFFFFF;
	background:#D52B1E;
	text-decoration:none;
	margin-left:-6px;
	text-align:left;
	padding-left: 6px;
	line-height: 24px;
}
/* style the links hover */
.menu a:hover {
	color:#FFFFFF;
	text-decoration: underline;
	background-color: #D52B1F;
}
.menu :hover {
	color:#FFFFFF;
}
/* hide the sub level links */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	width:100px;
	height:0;
	display: block;
}
/* make the sub level visible on hover list or link */
.menu ul li:hover ul, .menu ul a:hover ul {
	visibility:visible;
}
/* ================================================================ 
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/basic_dd.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.
=================================================================== */
/* remove the bullets, padding and margins from the lists */
.menu0 {
	background-color: transparent;
	height: auto;
	text-align: right;
	padding-left: 590px;
	display: inline;
	position: absolute;
	color: #FFFFFF;
	padding-top: 15px;
	z-index:110;
}
.menu0 ul {
	list-style-type:none;
	padding:0;
	margin:0;
	float: right;
}
/* make the top level links horizontal and position relative so that we can position the sub level */
.menu0 li {
	float:left;
	position:relative;
	z-index:110;
}
.menu0 li li {
	float:inherit;
	z-index:110;
}
/* use the table to position the dropdown list */
.menu0 table {
	position:absolute;
	border-collapse:collapse;
	z-index:120;
	left:0px;
	top:12px;
}
/* style all the links */
.menu0 li li a.sub:hover {
	text-decoration: underline;
	z-index:100;
}
.menu0 li a.this:hover {
	text-decoration: underline;
}
.menu0 li a.this {
	font-weight: 700;
	font-size: 8.5pt;
	line-height: normal;
	display:block;
	width:auto;
	color:#FFFFFF;
	background:transparent;
	text-decoration:none;
	margin-right: 12px;
	text-align:center;
}
.menu0 li li a.sub {
	font-weight: 700;
	font-size: 8.5pt;
	display:block;
	width:100px;
	color:#FFFFFF;
	background:#003871;
	text-decoration:none;
	margin-left:-6px;
	text-align:left;
	padding-left: 6px;
	line-height: 24px;
	z-index:100;
}
/* style the links hover */
.menu0 a:hover {
	color:#FFFFFF;
	text-decoration: underline;
	background-color: #003871;
}
.menu0 :hover {
	color:#FFFFFF;
	background-color: transparent;
}
/* hide the sub level links */
.menu0 ul ul {
	visibility:hidden;
	position:absolute;
	width:100px;
	height:0;
	display: block;
	z-index:100;
}
/* make the sub level visible on hover list or link */
.menu0 ul li:hover ul, .menu0 ul a:hover ul {
	visibility:visible;
	z-index:100;
}
