/* drop down css */
#dropdownmenu
{
	margin: 0;
	padding: 0;
	list-style: none;
	clear: both;
}

#dropdownmenu ul 
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#dropdownmenu a /* all links */
{
	display: block;
}

#dropdownmenu li 
{
	float: left;
	background-color: #a3b46e;
	background-image: url("/images/nav_bg.gif");
	background-position: right;
	background-repeat: no-repeat;
}

#dropdownmenuright li 
{
	float: left;
	background-color: #a3b46e;
}

#dropdownmenu li.over
{
	background-color: #bbc591;
}

#dropdownmenu li a /* 1st level links */
{
	display: block;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 28px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}

	
#dropdownmenu li ul /* 2nd level list */
{
	position: absolute;
	border: 1px solid #8b8b8b;
	width: 155px;
	left: -9999px;
	top: auto;
}

#dropdownmenu li ul li
{
	background-color: #ffffff;
	border-right: 0;
	border-bottom: 0;
	width: 155px;
	float: none;
}

#dropdownmenu li ul li a /* 2nd level links */
{ 
	font-weight: normal;
	color: #333333;
	line-height: 14px;
	text-decoration: none;
	padding: 2px;
	padding-left: 5px;
	font-size: 10px;
}

#dropdownmenu li ul li a:hover
{
	background-color: #bbc591;
}

#dropdownmenu li:hover ul, #dropdownmenu li.over ul
{ 
	left: auto;
}

/* Fix IE. Hide from IE Mac \*/
* html ul#dropdownmenu li 
{ 
	float: left; height: 1%; 
}

* html ul#dropdownmenu li ul li
{
	float: none; height: 1%;
}
* html ul#dropdownmenu li a 
{ 
	height: 1%; 
}
/* End */

/* Support for the "iehover-fix.js" */

ul.nav iframe {
	position: absolute;
	/* account for the border */
	z-index: -1;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
}

* html ul.nav li { z-index: 201; }

/* this is for IE 5.0 
select.hide { visibility: hidden; }

/* End Support for the "iehover-fix.js" */
