/* ================================================================ 
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_examples.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.
=================================================================== */
/* commom style for all browsers */

#nav ul li {
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
	display: block;
}
#nav a:link, #nav a:visited, #nav a:active, #nav a:focus {
	color: #FFF;
	text-decoration: none;
	padding: 0 8px;
	display: block;
}
#nav a:hover, #nav a:link.selected, #nav a:active.selected, #nav a:focus.selected, #nav a:hover.selected , #nav a:visited.selected {
	text-decoration: none;
	background: #7A9F14;
	display: block;
float:left; line-height:2.5em;
}
#nav .menu {
text-align:left; font-family: verdana, sans-serif; position:relative; padding:0; list-style-type:none; margin: 130px 0 0 6px;
}
#nav .menu ul {
padding:0; margin:0; list-style-type:none; /* for Firefox */ 
}
#nav .menu li {
float:left; position:relative; display: block;
}
#nav .menu li a, #nav .menu li a:visited {
display:block; text-decoration:none; float:left; line-height:2.5em;
}


#nav .menu li ul {
visibility:hidden; position:absolute; top:2.5em; left:0; height:0; overflow:hidden;
}
#nav .menu table {
margin:-1px; border-collapse:collapse; /* font size for IE5.5 */
}

/* fist line style for IE7 and non-IE browsers and the second line for IE5.5 and IE6 */

#nav .menu li:hover ul,
#nav .menu li a:hover ul {
visibility:visible; height:auto;  background:#20300B; left:0; top:2.5em; overflow:visible;border-top: 1px dotted #7A9F14;
}
#nav .menu li:hover ul li a,
#nav .menu li a:hover ul li a {
display:block; font-weight:normal; background:#20300B; text-decoration:none; height:auto; line-height:1.5em; padding:7px 5px; width:16.4em;border: 1px dotted #7A9F14;border-top: 0;margin: 0; font-size: 0.9em;
}
#nav .menu li:hover ul li a:hover,
#nav .menu li a:hover ul li a:hover  { 
background:#7A9F14;
}
* html #nav .menu li a:hover ul li a {
width:12em; w\idth:9em; /* hack for IE5.5 */
}