body {
	font:11px/16px Georgia, "Palatino", "Palatino Linotype", Times, "Times New Roman", serif;
}
a:focus {
	outline:1px dotted invert;
}
hr {
	border:0 #ccc solid;
	border-top-width:1px;
	clear:both;
	height:0
}
h1 {
	font-size:48px
}
h2 {
	font-size:32px
}
h3 {
	font-size:16px
}
h4 {
	font-size:16px
}
h5 {
	font-size:16px
}
h6 {
	font-size:11px
}
ol {
	list-style:decimal
}
ul {
	list-style:square
}
p, dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, address, fieldset {
	margin-bottom:16px
}


a {
	color: #333;
	text-decoration: underline;
}
a:hover {
	background-color: #333;
	color: #FFF;
	text-decoration: none;
}

ul 
{
	font-size:16px;
	margin:0px;
	padding:0px;
	list-style-type: none;
}

ul li 
{
	background-image: url(li.gif);
	background-repeat: no-repeat;
	padding-left:16px;
	margin-left: 0;
}




ul.menubar
{
	margin:0 0 0 0;
	padding:0 0 0 0;
	
}
.menubar li
{
	margin:0 0 0 0;
	padding:0 0 0 0;
	background-image: none;
	display: block;
	float:left;
	height: 42px;
	overflow:hidden;
}

.menubar li img:hover
{
	position: relative;
	top: -84px;
}

.menubar li.selected img
{
	position: relative;
	top: -42px;
}

#content-footer .menubar li img:hover {  top: -56px; }
#content-footer .menubar li.selected img { top: -28px; }
#content-footer .menubar li { height: 28px; }
#content-footer .menubar li a { color: #444; font-size: 11px; text-decoration: none; margin-top: 10px; line-height:30px; font-weight:lighter;}
#content-footer .menubar li a:hover {background-color: transparent; color: #C12175; font-weight:100;}
#content-footer .menubar li a.selected {background-color: transparent; color: #C12175; font-weight:100;}

img { border: 0; padding:0; margin:0; }

