body
{
	font: 12px/18px "Lucida Grande" , Geneva, Arial, Verdana, sans-serif;
	color: Black;
	background-color: #d6d3de;
}

#foxmenucontainer
{
	height: 24px;
	background: #000;
	display: block;
	padding: 0px 0 0 15px;
}
#foxmenu
{
	position: relative;
	display: block;
	height: 24px;
	font-size: 11px;
	font-weight: bold;
	font-family: Arial,Verdana,Helvitica,sans-serif;
}
#foxmenu ul
{
	margin: 0px;
	padding: 0;
	list-style-type: none;
	width: auto;
}
#foxmenu ul li
{
	display: block;
	float: left;
	margin: 0 1px 0 0;
}
#foxmenu ul li a
{
	display: block;
	float: left;
	color: #fff;
	text-decoration: none;
	padding: 5px 20px 0 20px;
	height: 19px;
	background: transparent url(../images/foxmenu_bg-OFF.gif) no-repeat top left;
}
#foxmenu ul li a:hover
{
	color: #fff;
	background: transparent url(../images/foxmenu_bg-OVER.gif) no-repeat top right;
}
#foxmenu ul li a.current, #foxmenu ul li a.current:hover
{
	color: #000;
	background: #fff;
}

#SagMenu
{
	background-color: #dedede;
	float: left;
	width: 30%;
	border: thin;
	border-color: Black;
	height: 300px;
}

#SagMenu h2
{
	height: 20px;
	padding: 0px;
	margin: 0px;
	background-image: url(   "../images/bg1.jpg" );
	background-position: center;
}
#SagMenu p
{
	font-size: medium;
	height: 200px;
	padding: 0px;
	margin: 0px;
	background-image: url(   "../images/bg2.jpg" );
	background-repeat: repeat-x;
}

