/* ================================================================ 
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_variations.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:670px;
	position:relative; 
	padding: 72px 0 0 0;
	font-size: 12px;
	z-index: 100;
	float: right;
}

.menu ul {
	padding:0; 
	margin:0;
	list-style-type: none;
}

.menu ul li {
	float:left;
	display: inline;
	position:relative;
	
	height:25px;
	margin:0pt 0px 0px 4px;
	padding:0pt;
}

.menu ul li a, .menu ul li a:visited {
	/*background:transparent url(../images/menu/left.jpg) no-repeat scroll left top;*/
	display:inline; 
	text-decoration:none; 
	color:#fff; 
	/*height:26px;*/
	line-height:1.5em;	
}


* html .menu ul li a, .menu ul li a:visited {
	/*width:98px;
	w\idth:88px;*/
}
.menu ul li ul {
	display: none;
}

.menu table {
	margin:-1px; 
	border-collapse:collapse;
	font-size:11px;
}

.menu ul li:hover a,
.menu ul li a:hover {
	color:#fff; 
	background: url('../images/menubg_hover.gif') repeat-x;
}

.menu ul li:hover ul,
.menu ul li a:hover ul {
	display:block; 
	position:absolute; 
	top:13px;
	_top:21px;
	margin-top:19px;
	_margin-top:22px;
	left:0;
}
/* style the drop down links with no hover */
.menu ul li:hover ul li a,
.menu ul li a:hover ul li a {
	background: none;
	display:block; 
	color:#fff; 
	border:0;
	margin:0;
	font-size:11px;
	width: 76px;
	height:16px;
	margin: 0 0 4px 3px;
	line-height:1em; 
	padding:8px 7px 2px 10px; 
}
/* style the drop down menu links when hovered */
.menu ul li:hover ul li a:hover,
.menu ul li a:hover ul li a:hover {
	background:#5482a0; 
	color:#fff;
	width: 73px;
	height:16px;
	margin: 0 0 4px 3px; 
}

/* special styling for IE5.5 and IE6 - transparency is non validating */
.menu ul li a:hover ul {
	background:#3E4448;
	margin-top:10px; /* for IE5.5 faulty box model */
	marg\in-top:11px; /* for IE6 */
}
/* IE5.5 hack for faulty box model in drop down menu */
.menu ul li a:hover ul li a {
	/*background:#fff;*/
	color: #fff;
	/*width:96px; /* for IE5.5 faulty box model */
	/*w\idth:86px; /* for IE6 */
}

