@charset "UTF-8";
/* CSS Document */

/* ================================================================ 
This copyright notice must be kept untouched in the stylesheet at 
all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/anywidth-center-center.html
Copyright (c) 2005-2009 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

#menu {
	height:25px;
	text-align:left;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-bottom: 20px;
}
#TopMenu {
	height:25px;
	text-align:right;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}
#AccountMenu {
	height:25px;
	text-align:right;
}

#menu ul, #TopMenu ul, #AccountMenu ul {margin:0; padding:0; list-style:none; white-space:nowrap; text-align:left; display:inline-block;}

#menu li, #TopMenu li, #AccountMenu li {
	display:inline-block;
	display:inline;
	background-color: #CCCCCC;
	background-image: url(/gfx/grey.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
#menu ul.level1 div, #TopMenu ul.level1 div, #AccountMenu ul.level1 div {position:absolute; left:-9999px;}

#menu ul.level1 {
	margin:0 auto;
}
#TopMenu ul.level1, #AccountMenu ul.level1 {
	margin:0 auto;
	float:right;
}
.mandiv .header #TopMenu .level1 .level1-li .level1-a img {
	margin-bottom: -6px;
}
#menu ul.level1 li.level1-li {
	float:left;
	display:block;
	position:relative;
	margin-right: 5px;
}
#TopMenu ul.level1 li.level1-li, #AccountMenu ul.level1 li.level1-li {
	float:left;
	display:block;
	position:relative;
	margin-right: 5px;
}

#menu ul li div ul, #TopMenu ul li div ul, #AccountMenu ul li div ul {
	padding:0 1px 1px 1px;
	background-color: #999999;
}

#menu a, #TopMenu a, #AccountMenu a {
	display:block;
	font:bold 12px helvetica,arial,verdana,sans-serif;
	color:#FFFFFF;
	line-height:25px;
	text-decoration:none;
	padding:0 8px 0 8px;
	text-align:left;
}
#menu ul.level1 li.level1-li a.level1-a {float:left;}

#TopMenu ul.level1 li.level1-li a.level1-a, #AccountMenu ul.level1 li.level1-li a.level1-a {
	float:left;
}

#menu ul li:hover div, #TopMenu ul li:hover div, #AccountMenu ul li:hover div {
	left:0%;
	top:25px;
}
#menu ul li:hover div ul, #TopMenu ul li:hover div ul, #AccountMenu ul li:hover div ul {
	display:block;
	position:relative;
	left:0%;
}
#menu ul li div ul li a, #TopMenu ul li div ul li a , #AccountMenu ul li div ul li a {
	background-color: #CCCCCC;
}

#menu a:hover div, #TopMenu a:hover div, #AccountMenu a:hover div {left:0; top:23px;}

#menu a:hover div ul, #TopMenu a:hover div ul, #AccountMenu a:hover div ul {
	position:relative;
	left:0%;
}

#menu li a.fly, #TopMenu li a.fly, #AccountMenu li a.fly {background:transparent url(center-center/down-arrow.gif) no-repeat right center;}

#menu li a:hover,
#menu li a.fly:hover,
#TopMenu li a:hover,
#TopMenu li a.fly:hover,
#AccountMenu li a:hover,
#AccountMenu li a.fly:hover {
	background-color:#999999;
	color:#FFFFFF;
}
#menu li:hover > a,
#menu ul li:hover > a.fly,
#TopMenu li:hover > a,
#TopMenu ul li:hover > a.fly,
#AccountMenu li:hover > a,
#AccountMenu ul li:hover > a.fly {
	background-color:#999999;
	color:#FFFFFF;
}

#menu table, #TopMenu table, #AccountMenu table {
	position:absolute;
	height:0;
	width:0;
	left:0%;
	border-collapse:collapse;
	margin-top:-4px;
}
