/* Sets the size of the menu wrapper/text and applies a background color */
#menu 
{
	width: 725px;
	height: 30px;
	font-size: 14px;
	background-color: #932C73;
	color: #666666;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: outset;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: outset;
	border-top-color: #000000;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #000000;
}

/* This takes the default padding away from the list */
#menu ul {
	height: auto;
	margin: 0px;
	color: #000000;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 0px;
}

/* This makes the menu links run inline, or horizontal and adds padding */
#menu li 
{
	display: 
inline;
	color: #666666;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	border: 1px solid #FFFFFF;
	padding: 10px;
}

/* Changes link color, takes underline away */
#menu a 
{ text-decoration: none; 
color: #FFF; 
padding: 6px; }

/* Changes the hover effect of the links */
#menu a:hover 
{ color: #FFCC33; 
background-color: #FFF; }
#p7bod #wrapper #center .content #news {
	width: 250px;
	padding: 5px;
	text-align: center;
	clear: both;
	float: right;
}
