#left .menu_side {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	height: auto;
	width: auto;
	display: block;
}
#left  .menu_side  ul li {
	background-color: #B6B8D3;
	height: 25px;
	width: 100px;
	text-align: center;
	vertical-align: middle;
	list-style-image: none;
	list-style-type: none;
	margin-bottom: 10px;
	line-height: 25px;
	display: block;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #034797;
	border-bottom-color: #034797;
}
#left  .menu_side  ul li a {
	text-decoration: none;
	display: block;
}
#left   .menu_side   ul li:hover {
	height: 25px;
	width: 100px;
	text-align: center;
	vertical-align: middle;
	list-style-image: none;
	list-style-type: none;
	margin-bottom: 6px;
	line-height: 25px;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000066;
	border-bottom-color: #000066;
	margin-top: -4px;
	margin-left: 5px;
	display: block;
	color: #FFFFFF;
}
#left .menu_side ul li:hover a {
	color: #F9FFA6;
}
#left  .menu_side  ul li ul li {
	display: none;
	color: #FFFFFF;
}
#left  .menu_side  ul  li:hover   ul li {
	display: block;
	width: 300px;
	color: #FFFFFF;
	height: auto;
	margin-left: 50px;
	position: relative;
	top: -25px;
	margin-bottom: 0px;
	padding-bottom: 5px;
	background-color: #034797;
	left: 10px;
}
#left .menu_side ul li:hover ul li a {
	text-decoration: none;
	background-color: #034797;
	color: #FFFFFF;
	margin-right: 20px;
	margin-left: 20px;
}
#left .menu_side ul li:hover ul li a:hover {
	text-decoration: none;
	color: #F9FFA6;
	display: block;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-color: #034797;
}

