.floatright {
	position: absolute;
	right: 0px;
}

#mainMenu {
	background:#FFFFFF;
	height:25px;
	position: relative;
	margin:auto;
	margin-top:3px;
	text-align: left;
	color: #ffffff;
	z-index: 100;
}

#menuList {
	text-align:left;
	margin: 0px;
	margin-left: -2px;
	padding: 0px;
}

#menuList ul {
	margin: 0px;
	padding: 0px;
}

#menuList li {
	display:inline;
	list-style: none;
	margin-right: -4px;
	padding: 0px;
}

a.starter {
	color: #ffffff;
	margin: 0px;
	text-decoration: none;
}

a.starter:hover, a.starter:active, a.starter:focus {
	background-color: #666666;
	color: #3F4C78;
}


#aboutus {
	color: #ffffff;
	background: #A79E37;
}
.menu {
	text-align: left;
	color: #505050;
	width: 200px;
	padding: 0px; 
	background: #FFFFFF url(/global/commonImages/bg_main.jpg) repeat-x top;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	margin-bottom:-1px;
	position: absolute;
	visibility: hidden;
	z-index: 100;
}


