
/* OVERRIDING DEFAULT SUPERFISH STYLES */
#primary_navigation { 
	background-color: #6832bb; 
	width: 100%;
	clear: both;
/*	overflow: auto; */
	height: 28px; 
	padding-left: 5px;
}
ul.sf-menu { 
	font-size: 11px;
	height: 29px; 
	margin-bottom: 0; 
	border-top: 0;
	border-bottom: 0;
}
ul.sf-menu li	{ 
	font-weight: normal;
	background-color: #6832bb; 
	color: #fff;
	border-left: 0;
	border-right: 1px solid #fff; 
}
ul.sf-menu li.li-0-1 { /* the FIRST li in top level*/ } 
ul.sf-menu li.li-5-8 { /* the LAST li in top level*/ 
	border-right: 0;
}
ul.sf-menu li	li { 
	padding: 0;
	margin: 0;
	font-size: 10px; 
	border-left: 1px solid #A08EBB;
	border-right: 0;
	border-bottom: 1px solid #A08EBB;
}
ul.sf-menu li a { 
	padding-left: .5em; 
	padding-right: .5em;
	border-left: 0;
	border-right: 0;
	border-top: 0;
	border-bottom: 0;
}
ul.sf-menu li li a { 
	padding-left: .3em; 
	padding-right: .3em; 	
	padding-top: .6em; 
	padding-bottom: .6em; 	
	border-left: 0;
	border-right: 0;
	border-top: 0;
	border-bottom: 0;
}

ul.sf-menu li a:link { color: #fff; font-weight: normal; text-decoration: none; }
ul.sf-menu li a:visited { color: #fff; font-weight: normal; text-decoration: none; }
ul.sf-menu li a:hover { color: #fff; font-weight: normal; text-decoration: none; }
ul.sf-menu li a:active { color: #fff; font-weight: normal; text-decoration: none; }

.sf-menu li:hover, 
.sf-menu li.sfHover, 
.sf-menu a:focus, 
.sf-menu a:hover, 
.sf-menu a:active {
	background-color: #AE91DA;
}