/* CSS Document */
BODY { background-image:  url(http://www.myguysatthebeach.com/portals/0/images/bg.jpg)}
BODY { background-repeat: repeat-x }
BODY { background-position: top }
BODY { background-color: 873C02 }
BODY {margin: 0}
	p
	{
	font-family: arial;
	color: black;
	font-size: 80%;
	}
	a:link
	{
	color: #000099;
	text-decoration: none;
	font-family: arial;
	white-space: nowrap;
	}
	a:hover
	{
	color: #ffcc00;
	font-family: arial;
	white-space: nowrap;
	}
/*---------Root Menu style---------------*/
.rootmenuitem TD{
	font-family: "Arial", "Arial";
	color:#e7c992;
	font-size:10px;
	font-weight:bold;
	padding: 0px 0px 0px 0px;
	background-color: transparent;
	background-repeat: no-repeat;
	height: 25px;
	text-transform: uppercase;
	background-position: left;
}
.rootmenuitemselected TD, .MainMenu_RootMenuItemActive TD{
	color:#bea578;
	font-family: "Arial", "Arial";
	font-size:10px;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	background-color: Transparent;
	background-repeat: no-repeat;
	height: 25px;
	text-transform: uppercase;
	background-position: left;
}


