#menu_container
{
	background-color: white;
	width: 800px;
	margin-left:auto;
	margin-right: auto;
}

#menu_fade_bg
{
	background: url('images/fadefromwhite.png');
	background-repeat:repeat-x;
	width: 800px;
	height: 100px;
	margin-top: -100px;
	margin-left:auto;
	margin-right: auto;
}

#menu_top
{
	background-color:#0986e2;
	font-size:16px;	
	text-align:center;
	width: 800px;
}

#menu_top a
{
	color:#c2fcff;
	text-decoration:none;
	margin-left:10px;
	margin-right:10px;
}

#menu_top a:visited
{
	color:#c2fcff;	
}

#menu_top a:hover
{
	color:#21c7ff;
}

#menu_top #selected a
{
	color:#ff9999;
}

#menu_login
{
	background: url('images/shadow_block.png');
	background-repeat:repeat-x;
	border-bottom: 1px solid #cccccc;
	text-align: right;
}

#menu_login_span
{
	padding-top: 10px;	
}

#menu_login a
{
	text-decoration: none;
	color: #0986e2;
	padding-right: 10px;
}

#menu_login a:visited
{
	color: #0986e2;	
}
