
#mainmenu
{
	width: 716px;
	background-color: #633;
	color: #fff;
	font-family: arial,helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 0 -12px 0 0;
	padding: 1px 0 2px 12px;
	letter-spacing: 1px;
}

#mainmenu a:link,  #mainmenu a:visited, #mainmenu a:active
{
	color: #fff;
	background-color: #633;
	text-decoration: none;
}
#mainmenu a:hover
{
	color: #ffffc0;
	background-color: #633;
	text-decoration: underline;
}

#mainbanner {
	width: 100%;
	background-image: url(images/banner.gif);
	background-repeat: no-repeat;
	height: 28px;
}
