﻿#menu {
	position:absolute;
	top:240px;
	width: 240px;
	margin-left: 17px;
	/*min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -1em 17px; /* the bottom margin is the negative value of the footer's height */
	background-color:#CCCCCC;*/ 
}

#IEroot #menu {
	position:relative;
	top:-5px;
	width: 240px;
	margin-left: -23px; 
}


#menu ul {
	position:absolute;
	top:-12px;
	width: 240px;
	display: block;
	padding: 0px 0 0 0px;
	height: 32px;
	color: #000000;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-weight: bold;
	font:1em Arial, Lucida Grande, Segoe, Sans;
	list-style:none;
}

#menu li {
	font-weight: bold;
	list-style:none;
	color: #FFFFFF;
}
	
#menu li a {
  	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
	text-decoration: none;
	}	
	
#menu li a:link, #menu li a:visited {
	color: #000;
	display: block;
	padding: 10px 0 0 10px;
	}
	
#menu li a:hover{
	color: #fff;
	padding: 10px 0 0 10px;
	background-color: #999999;
	}
	
#menu li a:active {
	color: #fff;
	background-color: #3F5597;
	/*padding: 10px 0 0 10px;*/
	}

.on {
	display: block;
	padding: 10px 0 0 10px;
  	color: #ffffff;
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
	text-decoration: none;
	background-color: #3F5597;
	}
