/*main page*/
#mainmenu
{
	border: 0;
	text-align: center;
	margin: 2em auto 4em auto;
	background: #69D0E8 url(logo_image.gif) no-repeat;
}
.menuleft
{
	color: #ccc;
	padding: 10px 20px 10px 10px;
	text-align: right;
	width: 300px;
}
.menuleft img
{
	cursor: pointer;
	width: 100px;
	height: 75px;
	border: solid 1px #fff;
}
.menulink
{
	background: white;
	padding: 10px 10px 10px 20px;
	text-align: left;
}
.menulink a
{
	color: #267;
	background-color: Transparent;
	cursor: pointer;	
	font-weight: bold;
	text-decoration: none;
	display: block;
	width: 200px;
	border-bottom: solid 1px #888;
}
.menulink a:hover
{
	color: #9ab;
	text-decoration: none;
	border-bottom: solid 1px #9ab;
}