ul#menu {
	vertical-align: top;
	font-size: x-small;
	text-align: left;
	margin: 0px;
	padding: 0px;
	border: solid black 1px;
}
ul#menu li {
	vertical-align: top;
	list-style-type: none;
	list-style-image: none;
	text-decoration: none;
	margin: 0px;
	width: 100%;
	color: #555;
}
ul#menu li.section span {
	background-color: #94D5EE;
	font-weight: bold;
	letter-spacing: 3px;
	padding: 5px 20px 5px 10px;
	display: block;
}
ul#menu li.section a {
	text-decoration: none;
	color: #555;
	background-color: #94D5EE;
	font-weight: bold;
	letter-spacing: 3px;
	padding: 5px 20px 5px 10px;
}
ul#menu li.section a:hover {
	padding-left: 6px;
	padding-right: 16px;
}
ul#menu li span {
	letter-spacing: 1px;
	display: block;
	background-color: #EEFBFF;
	border-top: 1px solid #ddd;
	margin: 0px;
	padding: 1px 9px 1px 9px;
	border-left: 1px solid #555;
	border-right: 1px solid #555;
}
ul#menu li a {
	text-decoration: none;
	color: #555;
	letter-spacing: 1px;
	display: block;
	background-color: #EEFBFF;
	border-top: 1px solid #ddd;
	margin: 0px;
	padding: 1px 12px 1px 20px;
}
ul#menu li a:hover {
	border-left: 4px solid #FF9608;
	border-right: 4px solid #FF9608;
	padding-left: 16px;
	padding-right: 8px;
	color: black;
}
ul#menu img {
	margin-left: -12px;
}

div#footmenu {
	font-size: x-small;
	color: #999;
	text-align: center;
}

div#footmenu span.left{
	float:left;
	margin-left:10px;
}

div#footmenu span.right{
	float:right;
	margin-right:10px;
}

div#footmenu a img {
    opacity: 0.5;
}
div#footmenu a:hover img {
	opacity: 1;
}
