/*  Static Menu Styles *//* -------------------------------------------------------------------------------- */#MenuColumn ul{	display: block;	margin: 0px 0px 0px 5px;	padding: 0px;	list-style-type: none;	font-family: Arial, Helvetica, sans-serif;	width: 145px;}#StaticMenu a{	display: block;	padding: 2px 0px 2px 6px;	background-color: #D6CFC6;	border-bottom: solid 2px #fff;	text-decoration: none;	font-weight: bold;	color: #000;	width: 145px;	width: 139px;}html>body #StaticMenu a{	width: 139px;}#StaticMenu a:hover{ 	background-color: #474337;	text-decoration: none;	color: #fff;}#MenuColumn ul ul{	border: 0px;	margin-left: 0px;}#MenuColumn ul ul a{	display: block;	margin-left: 0px;	padding: 2px 4px 2px 14px;	background-color: #EEE8E0;	text-decoration: none;	color: #000;	font-weight: normal;	width: 145px;	width: 127px;}html>body #MenuColumn ul ul a{	width: 127px;} #MenuColumn ul ul a:hover{	background-color: #474337;	text-decoration: none;	color: #fff;}#StaticMenu .Active, #StaticMenu .Highlighted{	background-color: #736D5A;	color: #fff;	text-decoration: none;}#StaticMenu .groupStart {	color: #fff;	text-decoration: none;	border-top: solid 6px #fff;	background-image: url(../Images/user-group-bg.gif);	background-repeat: repeat-y;}#StaticMenu .groupEnd{	border-bottom: solid 8px #fff;}#StaticMenu .groupEndHighlighted{	background-color: #736D5A;	color: #fff;	text-decoration: none;	border-bottom: solid 8px #fff;}#StaticMenu .SubHighlighted{	background-color: #9A9381;	color: #fff;	text-decoration: none;}.RSS{	background-image:  url(../images/xml-logo.gif);	background-repeat: no-repeat;	background-position: 107px 3px;}/*  Footer List Menu *//* -------------------------------------------------------------------------------- */.FooterMenu{	clear: both;	margin: 0px 0px 2px 0px;	padding: 0px;}.FooterMenu li{	display: inline;	list-style-type: none;	padding-left: 1px;	padding-right: 1px;	border-right: solid 1px #666;	font-size: 0.79em;}.FooterMenu li.LastItem{	border-right: 0px;	padding-right: 0px;}/*  Logon Menu *//* -------------------------------------------------------------------------------- */#LogonMenu{	clear: both;	margin: 0px 0px 2px 0px;	padding: 0px;}#LogonMenu li, #LogonActions li{	display: inline;	list-style-type: none;	padding-left: 4px;	padding-right: 4px;	border-right: solid 1px #666;}#LogonMenu li.LastItem, #LogonActions li.LastItem{	border-right: 0px;	padding-right: 0px;}