#topNav {
	margin: 0 0 0 19px;
}
#topNav * {
	list-style-type: none;
}
#topNav li {
	display: block;
	float: left;
	text-align: center;
	width: 133px;
	height: 70px;
	padding: 20px 3px 0 3px;
	background: url("../image/topmenu.png") no-repeat left top;
}
#topNav li li a:hover {
	color: #FF6600;
}
#topNav a {
	color: #fff;
	font: italic 17px "Bookman Old Style";
	text-decoration: none;
	text-transform: lowercase;
}
#topNav ul ul {
	margin-top: 0px;
	position: absolute;
}
#topNav ul li.over ul li {
	text-align: left;
}
#topNav li li a {
		padding: 4px 10px 4px 20px;
}
#topNav ul li.over ul {
	display: block;
	background: #e1e1e1;
	width: 180px;
	border: 1px solid #bbbdc0;
}
.topNav {
	background: #2F4459;
}
#topNav ul li.over ul li {
	display: block;
	float: none;
}
#topNav ul ul{
	display: none;
	padding: 0 0px;
	background: #fff;
	
}
#topNav ul {
	width: 99%;

}
/******LEFT MENU****************************************************/
#navigate, #navigate ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#navigate {
  margin-top: -8px;
}


#navigate a {
	color: #1c508b;
	text-decoration: underline;
	display: block;
	text-align: right;
	font: normal 15px "Verdana";
	text-transform: uppercase;
	margin-top: 7px;
	zoom:1;
}
#navigate a:hover {
	color: #75bd0f;
}
#navigate li ul {
  display: none;
}
#navigate li ul li a {
	font-size: 10px;
	text-decoration: none;
}
