/* ================================================================ 
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_line.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.
=================================================================== */
.menu {
	position:relative;
	width:100%;
	height:38px;
	padding-bottom:1px;
	margin-bottom:5em;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-position: left bottom;
	font-size: 0.9em;
	border-top: 3px solid #FFFFFF;
}

* html .menu {padding-bottom:0;}

.menu ul{
	list-style-type:none;
	padding:0;
	width:730px;
	height:100%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 5px;
}

.menu li{
	float:left;
}

.menu table{
	position:absolute;
	border-collapse:collapse;
	left:0;
	top:0;
}

.menu a, .menu :visited {
	color:#FFFFFF;
	text-decoration:none;
}
.menu a em.lft, .menu :visited em.lft {
	display:block;
	float:left;
	width:10px;
	height:38px; /* same height as tab image */
	background-color: transparent;
	background-image: url(../Images/global_elements/UP-L.gif);
	background-repeat: no-repeat;
}
.menu a b, .menu :visited b {
	display:block;
	font-weight:bold;
	float:left;
	height:38px; /* same height as tab image */
	cursor:pointer;
	background-color: transparent;
	background-image: url(../Images/global_elements/UP_M.gif);
	background-repeat: repeat-x;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
}
.menu a em.rgt, .menu :visited em.rgt {
	display:block;
	float:left;
	width:30px;
	height:38px; /* same height as tab image */
	background-color: transparent;
	background-image: url(../Images/global_elements/UP_R.gif);
	background-repeat: no-repeat;
}

.menu ul ul {
	visibility:hidden;
	position:absolute;
	height:2em;
	top:6em;
	left:5px;
	width:700px;
	border-bottom:1px solid #777777;
	border-right:1px solid #777777;
	background-color: #00CCCC;
	color: #FFFFFF;
	font-weight: bold;
}

.menu :hover {
	white-space:normal;
}

.menu a:hover b {
	color:#0000CC;
	border-bottom-color:#cccccc;
	background-color: transparent;
	background-image: url(../Images/global_elements/DN_M.gif);
	background-repeat: repeat-x;
}
.menu a:hover em.lft {
	border-bottom-color:#cccccc;
	background-color: transparent;
	background-image: url(../Images/global_elements/DN_L.gif);
	background-repeat: no-repeat;
	height: 38px; /* same height as tab image */
}
.menu a:hover em.rgt {
	border-bottom-color:#cccccc;
	background-color: transparent;
	background-image: url(../Images/global_elements/DN_R.gif);
	background-repeat: no-repeat;
}

.menu li:hover > a b /* this has the main tab hover text color */
{
	color:#0000CC;
	border-bottom-color:#cccccc;
	background-color: transparent;
	background-image: url(../Images/global_elements/DN_M.gif);
	background-repeat: repeat-x;
}
.menu li:hover > a em.lft {
	border-bottom-color:#cccccc;
	background-color: transparent;
	background-image: url(../Images/global_elements/DN_L.gif);
	background-repeat: no-repeat;
}
.menu li:hover > a em.rgt {
	border-bottom-color:#cccccc;
	background-color: transparent;
	background-image: url(../Images/global_elements/DN_R.gif);
	background-repeat: no-repeat;
}
.menu ul li:hover ul,
.menu ul a:hover ul{
	display:block;
	visibility:visible;
	top:2.3em;	/* this positions the hover menu line vertically  */
	margin-top:1px;
}

.menu ul :hover ul li {
	display:block;
	height:2em;
	background-color: #00CCCC; /*  background color for 2nd line menu */
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #0000FF;
}
.menu ul :hover ul li a {
	display:block; 
	font-size:0.8em; 
	line-height:2.5em; 
	width:auto; 
	float:left; 
	color:#FFFFFF; 
	padding:0 10px;}
.menu ul :hover ul li a:hover {
	color:#0000CC;
}
