div.menu {

	width: 200px;
	margin: 0px;
	padding: 0px;

}

.menu a, .menu a:hover, .menu a:visited
{
	font: 14px tahoma, Helvetica, sans-serif;
     font-weight: bold !important;
	color: #9C2142;
	line-height: 45px;
	padding-top: 5x;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	display: block;

	margin-bottom: 1px;
	text-decoration: none;
}

.menu a:hover
{
     font-weight: bold !important;
	color: #DDDDDD;
}

#active_menu.sub0 
{
  color: #FFFFFF;
  font-weight: bold !important;
}


.menu A.sub1   {
	color:#000000 !important;;
}
.menu A.sub1:hover	{
	color: #FFFFFF !important;;
}
#active_menu.sub1
{
  font-weight: bold !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;
}




