.core ul {
	list-style-type: none;
	margin-top: 10px;
	margin-left: 10px;
	width: 130px;
}

.core li {
	width: 130px;
	display: block;
}

.core a {
display: block;
width: 115px;
padding:2px 8px 2px 8px;
margin:0 0 4px 0;
text-decoration:none;
background:#f0f0f0; /* url(images/corner.gif) top right no-repeat; */
font-size:70%;
color:#3C0077;
}

.core a:hover{
display:block;
text-decoration:none;
background:#e0e0e0; /* url(images/corner.gif) top right no-repeat; */
color:#000000
}


.core ul ul {
	display: none;
}

.core a.open {
}

.core ul .open ul {
	display: block;
}

.core ul .open ul ul {
	display: none;
}

.core ul ul .open ul {
	display: block;
}

.core li.open ul {
	margin-top: 0;
}

.core li.open a, .core li.open li.open a {
	background-color: #3C0077;
	color: #fff;
}

.core li.open li a, .core li.open li.open li a {
	background-color: #f0f0f0;
	color: #3C0077;
}

.core li.open li a.selected, .core li.open li.open li a.selected {
	background-color: #3C0077;
	color: #fff;
}

.activenavitab {
padding:4px 8px 5px 8px;
color:#ffffff;
margin:0 0 5px 0;
text-decoration:none;
background:#3C0077 url(images/corner.gif) top right no-repeat;
}

.activenavitab:hover{
text-decoration:none;
color:#FFCC00;
}

.site ul {
	list-style-type: none;
	margin-left: 20px;
}

.site li {
	float: left;
	margin-top: 7px;
}

.site a {
	display: block;
	padding:4px 8px 4px 8px;
	margin:0 2px 0px 0px;
	text-decoration:none;
	background:#e0e0e0; /* url(images/corner.gif) top right no-repeat; */
	font-size:70%;
	color:#3C0077;
}

.site a:hover{
display:block;
text-decoration:none;
background:#EAEAF4; /* url(images/corner.gif) top right no-repeat; */
color:#000000
}

a.selected, a.selected:hover {
	background:#3C0077;
	color:#ffffff;	
}
