/* ================================================================ 
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 */
.menu {
	width:900px;
	height:25px;
	font-size:12px;
	z-index:100;
	float: right;
	position: relative;
	background-image : url(images/nava.gif);
	background-repeat : repeat;
	background-position : top;
}
.menu ul li a, .menu ul li a:visited {
	display:block;
	text-decoration:none;
	color:#000;
	height:25px;
	text-align:right;
	color:#fff;
	font-size:12px;
	overflow:hidden;
	line-height: 25px;
	background-color: #003399;
	padding-right: 10px;
	padding-left: 10px;
	background-image : url(images/nava.gif);
	background-repeat : repeat;
	background-position : top;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #0066CC;
}
.menu ul {padding:0; margin:0; list-style: none;}
.menu ul li {float:right; position:relative;}
.menu ul li ul {display: none;}




/* specific to non IE browsers */
.menu ul li:hover a {
	color:#003399;
	background-color: #F4F4F4;
	background-image : url(images/navh.gif);
	background-repeat : repeat;
	background-position : top;
}
.menu ul li:hover ul {display:block; position:absolute; top:25px; right:0; width:115px;}
.menu ul li:hover ul li a.hide {
	color:#fff;
	background-color: #003399;
}
.menu ul li:hover ul li:hover a.hide {
	color:#003399;
	background-color: #E4E4E4;
}
.menu ul li:hover ul li ul {display: none;}
.menu ul li:hover ul li a {
	display:block;
	color:#FFFFFF;
	background-color: #003399;
	width: 130px;
	padding-right: 5px;
	padding-left: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image : url(images/nava2.gif);
	background-repeat : repeat;
	background-position : top;
}
.menu ul li:hover ul li a:hover {
	color:#003399;
	background-color: #F4F4F4;
	background-image : url(images/navh2.gif);
	background-repeat : repeat;
	background-position : top;
}
.menu ul li:hover ul li:hover ul {display:block; position:absolute; right:140px; top:0;}

.menu ul li:hover ul li:hover ul a {
	display:block;
	color:#003399;
	background-color: #68D5FF;
	width: 130px;
	padding-right: 5px;
	padding-left: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image : url(images/navh2.gif);
	background-repeat : repeat;
	background-position : top;
}
.menu ul li:hover ul li:hover ul a:hover {
	xcolor:#f4f4f4;
	background-color: #003DB9;
	background-image : url(images/navh3.gif);
	background-repeat : repeat;
	background-position : top;
	color: #FFFFFF;
}
