/* ================================================================ 
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 */
#top_menu .menu {
	position: relative;
	z-index: 100;
}

#top_menu .menu ul li a, #top_menu .menu ul li a:visited {
	display: block;
	line-height: 32px;
	text-decoration: none;
	text-align: left;
	overflow: hidden;
	vertical-align: middle;
	padding: 6px 9px 6px 6px;
}

#top_menu .menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#top_menu .menu ul li {
	float: left;
	position: relative;
}

#top_menu .menu ul li.top_level {
	background: url(/app/webroot/img/top_menu_separator.gif) top right no-repeat
}

#top_menu .menu ul li ul li {
	background-color: #F1F6F9;
	width: 190px;
	border: 1px solid #13497C;
	border-top: none;
}

#top_menu .menu ul li ul {
	display: none;
	border-top: 1px solid #13497C;
}

#top_menu .menu ul li a:hover {
	text-decoration: underline;
}

/* specific to non IE browsers */

#top_menu .menu ul li:hover ul {
	display: block;
	position: absolute;
	top: 44px;
	left: 0px;
}

#top_menu .menu ul li:hover ul li a {
	display: block;
	line-height: normal;
}

/* bottom Menu */

#bottom .menu {
	margin: auto;
	padding: 0px;
}

#bottom .menu a {
	text-decoration: none;
}

#bottom .menu a:hover {
	text-decoration: underline;
}

#bottom .menu td {
	padding: 0px 10px 0px 6px;
	margin: 0px;
}

#bottom .menu {
	margin-bottom: 3px;
}

#bottom .menu td.top_level {
	border-right: 1px solid #183E72;
}