.menu_div {
	background-color:#E6E6E6;
}
.menu_div li
{
    padding:10px;
    margin:0px;
	margin-left:-1.6em;
    font-size:12px;
    list-style:none;
	background-color: #E6E6E6;
	display:block;
    line-height:82px;
	width: 162.5px;
    border-bottom:0px solid #000;
	float:left;
	padding:0px;
	text-align:center;
	border-left: 5px solid #FFF;
}
.menu_div li a
{
    text-decoration:none;
    color:#000000;
	display: block;
	font-weight:bold;
}
.menu_div li a:hover
{
    background:transparent;
	color:#990033;
	line-height:82px;
}

.menu_div li#home{
	background:#fcdadf;
}

.menu_div li.active#home
{
    background: #fcdadf url(images/menu.png) left no-repeat;
	color: #990033;
	font-weight:bold;
	line-height:82px;
}

.menu_div li#about{
	background:#fce2e5;
}

.menu_div li.active#about
{
    background: #fce2e5 url(images/menu.png) left no-repeat;
	color: #990033;
	font-weight:bold;
	line-height:82px;
}

.menu_div li#property{
	background:#fde8ea;
}

.menu_div li.active#property
{
    background: #fde8ea url(images/menu.png) left no-repeat;
	color: #990033;
	font-weight:bold;
	line-height:82px;
}

.menu_div li#event{
	background:#fef4f5;
}

.menu_div li.active#event
{
    background: #fef4f5 url(images/menu.png) left no-repeat;
	color: #990033;
	font-weight:bold;
	line-height:82px;
}

.menu_div li#download{
	background:#fef8f9;
}

.menu_div li.active#download
{
    background: #fef8f9 url(images/menu.png) left no-repeat;
	color: #990033;
	font-weight:bold;
	line-height:82px;
}

.menu_div li#contact{
	background:#ffffff;
}

.menu_div li.active#contact
{
    background: #ffffff url(images/menu.png) left no-repeat;
	color: #990033;
	font-weight:bold;
	line-height:82px;
}
