﻿#footer {
	background-image: url(../images/background_bottom.gif);
	background-repeat: repeat-x;
	width: 100%;
	min-height: 180px;
	padding-top: 10px;
	margin-top: 60px;
}

#footer #content {
	padding-right: 28px;
}

#footer #content li {
	float: right;
	display: block;
	width: 122px;
	font-weight: bold;
	font-size: 0.8em;
}

#footer #content li ul {
	margin-top: 5px !important; 
	margin-left: 0px;
}

#footer #content ul li {
	float: none;
	font-size: 0.70em;
	line-height: 1.2em;
	font-weight: normal;
	margin: 0 0 4px;
}

#footer #content a {
	color: #A0A0A0;
}

#footer #content li:hover a {
	color: #9c3b35;
}

#footer #content li:hover li a {
	color: #33407f;
}

#footer #content li:hover li a:hover {
	color: #9c3b35;
}