/* 
	WordPress Menubar Plugin
	sf-trafooter2.css stylesheet for the Suckerfish template

	Credits:
	Son of Suckerfish Dropdowns
	By Patrick Griffiths and Dan Webb
	http://www.htmldog.com/articles/suckerfish/dropdowns/
*/

.sf-trafooter2 {
	margin: 20px 10px 0px 10px;
	background: #3c3c3c;
	/*border-top: 1px solid #6f9fbd;*/
	padding: 10px;
	text-align: left;
	z-index: 9;
	height:210px;
	font-size:1.2em;
}

.sf-trafooter2 li{
	float: left;
	list-style: none;
	font-weight:bold;
}
.sf-trafooter2 li ul{
	list-style: none;
	margin: 0 ;
	padding: 0;
	background: #3c3c3c;
	z-index: 9;
	width:170px;
}
.sf-trafooter2 li ul li{
	display:block;
	clear:both;
	font-weight:normal;
}
.sf-trafooter2 li a{
	color:#6f9fbd;
	text-decoration: none;
}
.sf-trafooter2 li ul li a{
	color:#e8e8e8;
}

.sf-trafooter2 li ul li a:hover {
	color: #6f9fbd;
	text-decoration: underline;
}
