﻿#subnav
{
	text-align: center;
	width: 175px;
	float: left;
	margin: 5px 2px 0px 0px;
	padding-left: 30px;
}

#AfwdWidgetContainer
{
	margin-left: 5px;
}

#subnav .menu
{
	display: block;
	margin: 0px auto;
	background: #eee url(images/navFooter.jpg) no-repeat bottom center;
	width: 160px;
	text-align: center;
	padding-bottom: 10px;
	margin-bottom: 10px;
	
}

#subnav .menu .header
{
	background: #eee url(images/navTitle.jpg) no-repeat top center;
	height: 30px;
	width: 160px;
	font-size: 18px;
	color: #eee;
	font-weight: bold;
	font-family:  Arial Narrow, Arial, Trebuchet MS, Tahoma, Serif;
	text-transform: uppercase;
	margin: 0px;
}

#subnav .menu ul
{
	list-style-type: none;
	margin: 0px auto;
	padding: 0px;
}

#subnav .menu ul a
{
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	width: 135px;
	height: 15px;
	background: url(images/homebutton.png) no-repeat;
	font-size: 0.65em;
	font-weight: bold;
	padding-top: 5px;
	margin: 0px auto 5px auto;
}

#subnav .menu .selected, #subnav .menu a:hover
{
	background-position: 0px -20px;
}

#subnav .mobile
{
	display: block;
	margin: 10px auto 0px auto;
	width: 160px;
	text-align:center;
	font-size: .55em;
}