div.menu {
	background-color: #C2D7D2; 
	width: 200px;
	margin: 0px;
	padding: 0px;

}

.menu a, .menu a:hover, .menu a:visited
{
	font: 10px tahoma, Helvetica, sans-serif;
	color: white;
	line-height: 17px;
	padding-top: 5x;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	display: block;
	background-color: #18634F;
	margin-bottom: 1px;
	text-decoration: none;
}

.menu a:hover
{
	background-color: #515E66;
}

#active_menu.sub0 
{
  font-weight: bold !important;
  background-color: #515E66 !important;
}


.menu A.sub1   {
	color:#000000 !important;;
	background-color: #BABFC2 !important;;
}
.menu A.sub1:hover	{
	color: #FFFFFF !important;;
	background-color: #515E66 !important;;
}
#active_menu.sub1
{
	color: #FFFFFF !important;;
  font-weight: bold !important;
  background-color: #515E66 !important;
}

.menu A.sub2	{
	color:#990000 !important;;
	background-color: #FCF5DB !important;;
}
.menu A.sub2:hover	{
	color:#990000 !important;;
	background-color: #515E66 !important;;
}
#active_menu.sub2
{
  font-weight: bold !important;
  background-color: #515E66 !important;
}

.menu A.sub3	{
	background-color: #EEEEEE !important;
	color:#000000 !important;

}
.menu A.sub3:hover	{
	background-color: #515E66 !important;
	color:#990000 !important;
}
#active_menu.sub3
{
  font-weight: bold !important;
  background-color: #515E66 !important;
}




