/* begin menu formatting */.mainmenu {	font: lighter 14px/17px Verdana, Arial, Helvetica, sans-serif;	display: block;	text-decoration: none;	margin: 0px;	text-align:left;	color: #627359;	border-bottom-width: 1px;	border-bottom-style: dotted;	border-bottom-color: #BCD0AA;	padding-top: 13px;	padding-bottom: 13px;	padding-left: 15px;	width: 186px;}#submenubutton {	background-image: url(images/menu_bg.gif);	background-repeat: no-repeat;}.submenu {	font: lighter 14px/17px Verdana, Arial, Helvetica, sans-serif;	background-color: #6F8858;	display: block;	text-decoration: none;	margin: 0px;	text-align:left;	color: #FFFFFF;	margin-top: -1px;	border-bottom-width: 1px;	border-bottom-style: dotted;	border-bottom-color: #FFFFFF;	border-right-width: 1px;	border-right-style: dotted;	border-right-color: #FFFFFF;	border-left-width: 1px;	border-left-style: dotted;	border-left-color: #FFFFFF;	border-top-width: 1px;	border-top-style: dotted;	border-top-color: #FFFFFF;	padding-top: 13px;	padding-bottom: 13px;	padding-left: 15px;	margin-left: 0px;	width: 186px;}#menu {z-index:20;width: 201px;background-color: #F5F5EF;}#menu h2{color:#fff;}.mainmenu:hover{	color: #F7931D;}.submenu:hover{	color: #F7931D;	background-color: #FFFFFF;}#menu ul{list-style:none;margin:0;padding:0;width:100%;}/* Requirement: Put the element selector name (div)onto non anchor hover selectors to force IE5 and5.5 to correctly apply the csshover file. */div#menu li, div#menu li:hover{position:relative;}div#menu li ul{position:absolute;top:0;left:100.1%;display:none;}div#menu ul ul,div#menu ul ul ul,div#menu ul li:hover ul ul,div#menu ul li:hover ul ul ul{display:none;}div#menu ul li:hover ul,div#menu ul ul li:hover ul,div#menu ul ul ul li:hover ul{display:block;}[if IE]><style type="text/css" media="screen">body {behavior: url(csshover.htc);font-size: 100%;} #menu ul li {float: left; width: 201;}#menu ul li a {height: 1%;} #menu {z-index:20;width: 201px;background-color: #F5F5EF;}#menu a {font: lighter 13px/17px arial, helvetica, sans-serif;} </style><![endif]