body {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 140%;
	font-size: 69%;
	background-color: #fff;
	color:#333;
}
a{
	color:#800080;
	text-decoration:none;
}
a:hover{
	color:#008698;
}


.menu li{
	float:left;
	border-right: 0.0909em solid #fff;
	font-weight:bold;
}
.menu li a{
	padding: 0.36em 1.09em 0.36em 1.09em;
	background:#352d4f;
	height:1.454em; /* 16px */
	*height:auto; /* IE BUG FIX */
	color:#fff;
	display:block;
}
.menuActive{
	background:#9686c8 !important;
	height:1.454em; /* 16px */
	*height:auto; /* IE BUG FIX */
}
.menu li a:hover{
	background:#9686c8;
	color:#fff;
}
.menuShadow{
	width:954px; 
	height:5px;
	clear:both;
	display:block;
}
.menu{
	position:absolute;
	top:105px; 
	left:12px;
}
.menu ul{
	width:954px;
	height:2.182em; /* 24px */
	background:#352d4f;
}

