/* BEGIN CONTENT NAVIGATION */
#dropdown, #dropdown ul
{
z-index: 100;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;

	float: right;
	list-style: none;
	font-weight: bold;
	padding: 0; 
	padding-right:30px; 
  line-height: .4em;
  vertical-align: bottom;
}

#dropdown li ul {
	height: auto;
	width: 10em;
	font-weight: normal;
	margin: 0;
	position: absolute;
	visibility: hidden;
}

#dropdown li:hover ul ul, #dropdown li:hover ul ul ul, #dropdown li.iehover ul ul, #dropdown li.iehover ul ul ul {
	visibility: hidden;
}

#dropdown li {
	float: left;
	padding: 0;
}
#dropdown li li {
	padding: .5em;
	margin-left: 0;
	width: 10em;
	padding-right:30px; 
}

#dropdown li:hover ul, #dropdown li li:hover ul, #dropdown li li li:hover ul, #dropdown li.iehover ul, #dropdown li li.iehover ul, #dropdown li li li.iehover ul
{
	visibility: visible;
}

/* change color when hovering over cell */
#dropdown li:hover, #dropdown li.iehover {
	background-color: #b16d42;
}

/* */
#dropdown a {
	color: #303030;
	text-decoration: none;
	padding: 0.25em .5em;
}

/* for ie so tier 3 stays to the immediate right of upper tiers*/
#dropdown li ul a {
	width: 10em;
}

#dropdown ul		{ background-color: transparent; text-align: left;}
#dropdown ul ul		{ background-color: #749767; border: solid #749767; border-width: 2px; text-align: left; margin: 2px; margin-top: 0; }
#dropdown ul ul ul	{ background-color: #a0f0a0; border: solid #749767; border-width: 1px; text-align: left;}

#dropdown h1 { font-size: 14px; margin: 0;}
#dropdown h2 { font-size: 12px; margin: 0; }
#dropdown h3 { font-size: 10px; margin: 0; }
/* END CONTENT NAVIGATION */
