#left {
	width: 125px;
}

#left ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 125px;
	border-bottom: 1px solid #ccc;
}

#left ul li {
	position: relative;
	height: 1%;
}
      
#left li ul {
	position: absolute;
	left: 125px;
	top: 0px;
	display: none;
}

#left ul li a {
	display: block;
	font-size: 12px !important;
	line-height: 130% !important;
	height: 1%;
	text-decoration: none;
  font-size: small;
  text-indent: 4px;
	color: #777;
	background: #fff;
	padding: 2px;
	border-top: 1px solid #ccc;
	border-bottom: 0; /* Do not change */
	padding: 1px;
}

/* Fix IE. Hide from IE Mac \*/
* html #left ul li { float: left; height: 1%; z-index: 100; }
* html #left ul li a { height: 1%; }
/* End */

#left ul li a:hover
{
    background: #f9f9f9;
    color: #222488;
    font-weight: normal;
}

#left li:hover ul, li.over ul { 
	display: block;
	border-left: 1px solid #ccc;
	white-space: nowrap;
	width: 143px;
  z-index: 1000;
  padding: 1px;
}

.smallFont1 {
    font-size: x-small;
}

#left .activelink {
  color: #222488;
  /* background: #809FFF; */
  background: #9999B5;
}	

#subnavbar {
	border: 0px solid red;
  color: #00248F;
}	

#subnavbar a {
  color: #00248F;
}	

#subnavbar2 {
	border: 0px solid red;
  padding-right: 90px;
  color: #00248F;
}	

#subnavbar2 a {
  color: #00248F;
}	
