#bodyBox{
	position: relative;
	background-color: White;
	height: 100%;
	width: 500px;
	border: thin groove Black;
	padding-top: 10px;
}

#menuBox{
	position: relative;
	padding: 0px;
	background: url(menu_background.gif);
	padding-top: 3px;
	padding-bottom: 3px;
}


#menuBox a
{
	color: #FFF;
	font-weight: bold;
	font-size: 78%;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	cursor: pointer;
} 

#menuBox a:hover
{
	color: #AAA;
} 

#menuBox a:active
{
	color: Yellow;
} 

#menuBox a:focus
{
	color: Yellow;
} 

.menuBoxContClass form{
	padding-top: 10px;
}
