﻿
/** Possumdown Redesign **/
#TextMenu
{
	background-image: url("../../Images/Possumdown/bg_menu.gif");
	width:939px; 
	height:33px;
	font-weight: bold;
	font-size: 0.99em;
	letter-spacing: 0.1em;
}

#TextMenu a:link,
#TextMenu a:active,
#TextMenu a:visited
{	
	color: #5f6062;
	text-decoration: none;
}

#TextMenu a:hover
{
	color: #bf221b;
	text-decoration: none;
}

#TextMenu a.MenuSelected:link,
#TextMenu a.MenuSelected:active,
#TextMenu a.MenuSelected:visited,
#TextMenu a.MenuSelected:hover
{
	color: #bf221b;
}

.container
{
	padding-top: 9px;
	padding-left: 15px;
}

.divider
{
	font-size: 1.1em;
	color: #bfb6a1;
	padding-left: 8px;
	padding-right: 8px;
	font-weight: normal;
}