/* ================================================================ 
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/variable_dl.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.
=================================================================== */
#Navigation-Wrapper ul {
	padding:10px 0 0 0;
	margin:0;
	list-style-type: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
}

#Navigation-Wrapper ul li {
	z-index:100; 
	font-size: 17px;
	padding: 10px;
	font-weight: bold;
}

#Navigation-Wrapper ul li a, #Navigation-Wrapper ul a:visited {
	white-space: nowrap;
	text-decoration: none;
}

#Navigation-Wrapper ul li a:hover {
	white-space: nowrap;
}
#Navigation-Wrapper ul li.level2 {
	z-index:100; 
	font-size: 13px;
	padding: 5px 10px;
	background:#EEE;
	font-variant: normal;
}

#Navigation-Wrapper ul li.level2 a, #Navigation-Wrapper ul li.level2 a:visited {
	white-space: nowrap;
	text-decoration: none;
}

#Navigation-Wrapper ul li.level2 a:hover {
	white-space: nowrap;
}

.selected {
	background-color: #CCC !important;
}

.selected2{
	background-color: #ddd !important;
}
