






#navigation, #navigation ul { /* all lists */
	padding: 0px;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#navigation a {
	display: block;
	/*width: 10em;*/
}

#navigation li { /* all list items */
	float: left;
	/*width: 10em; */
	/* width needed or else Opera goes nuts */
}

#navigation li ul { /* second-level lists */
	position: absolute;
	background-color: #D27E00;
	/*width: 10em;*/
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#navigation li:hover ul, #navigation li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#navigation {
	font-family: tahoma;
	font-size: 17px;
	font-weight: normal;
	color: #FFFFFF;

}

/*

*/
#navigation a{
	font-family: tahoma;
	font-size: 17px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;

}


#navigation ul{
margin: 0px;
padding: 0px;
}

#navigation .topmenu li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	line-height:32px;
	padding-right: 40px;
	padding-left: 40px;
}
#navigation .secondmenu li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	line-height:20px;
	padding-right: 0px;
	padding-left: 0px;
}

#navigation a:hover{
	font-family: tahoma;
	font-size: 17px;
	font-weight: normal;
	color: #FFCC33;
	text-decoration: underline;

}
.menuzindex {

	z-index:9999;
}




div.thirdmenuNormal {display: none; position: static;}

div.thirdmenuHover {border: 1px solid #AAAAAA;display: inline; position: absolute;}




table.navbar {font-size: 11px; margin: 0px; padding: 0px; border: 0px;}

table.menu {font-size: 11px; margin: 0px; padding: 0px;} 


td.menuNormal {padding: 0px; vertical-align: top; background-color: #D27E00;height:18px;}


table.thirdmenu  { background-color:#D27E00;}

table.thirdmenu td {padding: 0px; background-color: #D27E00; height:20px; font-size:16px;}



