/* ================================================================ 
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/drop_examples.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
 /* common styling */
.nav {
	float:left;
	width:949px;
	font: bold 10px Verdana, Arial, sans-serif;
/*	background:url(images/menu1.gif) repeat-x top left;*/
/*	border-top:3px solid #4c597f;*/
/*	border-bottom:3px solid #4c597f;*/
	margin:16px 0 0 24px;
	display:inline;
	/*Box Model Hack*/
  width/* */:/**/949px;
  width: /**/949px;
}
.nav ul {
	padding:0;
	margin:0;
	list-style-type:none;
/*	letter-spacing:0.05em;*/
}
.nav ul li {
	float:left;
	position:relative;
	z-index:100; /*This is to avoid the header h1 overlay */
/*	background:url(images/divider1.gif) no-repeat top right #CCCCCC;*/
/*	background:url(images/navigation.jpg) no-repeat top right;*/
/*	background-color:#FF0000;*/
}
.nav ul li a, .nav ul li a:visited {
	float:left;
	display:block;
	text-decoration:none;
	color:#516D79;
	padding:0px 15px;
	line-height:33px;
	height:33px;/*	border-bottom:3px solid #fff;*/
}
.nav ul li:hover {
	width:auto;
	background:url(images/menu_top_bar.gif) top repeat-x #e5e5e5;
/*	border-top:3px solid #134f84;*/
}

.nav ul li ul {
	display: none;
}

.nav ul li ul li:hover {
	border-top: none;
}

.nav ul li.login a {
	padding:0px 30px;
	background:url(images/btn_login_bg.gif) no-repeat center;
	color:#FFFFFF;
}

.nav ul li.login:hover {
	background:url(images/btn_login_bg.gif) no-repeat center;
}

.nav table {
	font-weight:normal;
	margin:0;
	border-collapse:collapse;
	font-size:10px;
	position:absolute;
	top:0;
	left:0;
}
/* specific to non IE browsers */
.nav ul li:hover ul {
	display:block;
	position:absolute;
	top:32px;
	margin-top:1px;
	left:0;
	width:168px;
	border-bottom:1px solid #bbb;
}
.nav ul li:hover ul.endstop {
	left:-93px;
}
.nav ul li:hover ul.endstop li a {
	background:#203343;
	color:#fff;
}
.nav ul li:hover ul li ul {
	display: none;
}
.nav ul li:hover ul li a {
	display:block;
	background:#e5e5e5;
	color:#000;
	height:auto;
	line-height:15px;
	padding:4px 8px;
	width:150px;
	border:1px solid #bbb;
	border-bottom:0;
}
.nav ul li:hover ul li a.drop {
	background:#e5e5e5 url(images/menu_bullet.gif) no-repeat 144px 0;
}
.nav ul li:hover ul li a:hover {
	color:#000;
	background: #fff; /*url(images/menu_bullet.gif) no-repeat 120px 0;*/
}
.nav ul li:hover ul li a:hover.drop {
	background: #fff url(images/menu_bullet.gif) no-repeat 144px 0;
}
.nav ul li:hover ul li:hover ul {
	display:block;
	position:absolute;
	left:168px;
	top:-1px;
}
.nav ul li:hover ul li:hover ul.left {
	left:-168px;
}
/* specific to IE5.5 and IE6 browsers */
.nav ul li a:hover ul {
	display:block;
	position:absolute;
	top:30px;
	t\op:33px;
	background:#e5e5e5;
	left:0;
	border-bottom:1px solid #bbb;
}
.nav ul li a:hover ul.endstop {
	left: -92px;
}
.nav ul li a:hover ul li a {
	display:block;
	background:#e5e5e5;
	color:#000;
	height:1px;
	line-height:15px;
	padding:4px 16px;
	width:154px;
	w\idth:120px;
	border:1px solid #bbb;
	border-bottom:0;
}
.nav ul li a:hover ul li a.drop {
	background:#fff url(images/bullet1.gif) no-repeat 3px 8px;
	padding-bottom:4px;
}
.nav ul li a:hover ul li a ul {
	visibility:hidden;

	position:absolute;
	height:0;
	width:0;
}
.nav ul li a:hover ul li a:hover {
	color:#000;
	background: #fff url(images/bullet1.gif) no-repeat 3px 8px;
}
.nav ul li a:hover ul li a:hover.drop {
	background: #e5e5e5 url(images/bullet1.gif) no-repeat 3px 8px;
}
.nav ul li a:hover ul li a:hover ul {
	visibility:visible;
	position:absolute;
	top:0;
	color:#000;
	left:153px;
}
.nav ul li a:hover ul li a:hover ul.left {
	left:-153px;
}
