.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:#D56A00;
}

.core a:hover{
	display:block;
	text-decoration:none;
	background:#fff0de; /* url(images/corner.gif) top right no-repeat; */
	color:#666;
}

.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: #fa8619;
	color: #fff;
}

.core li.open li a, .core li.open li.open li a {
	background-color: #f0f0f0;
	color: #fa8619;
}

.core li.open li a.selected, .core li.open li.open li a.selected {
	background-color: #fa8619;
	color: #fff;
}

.activenavitab {
padding:4px 8px 5px 8px;
color:#ffffff;
margin:0 0 5px 0;
text-decoration:none;
background:#006600 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;
	width: 125px;
	text-align: center;
}

.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:#D56A00;
}

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

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

