
#mainMenu {
	position: relative;
	margin: auto;
	text-align: left;
	width: 100%;
	background-color: #405294;
	color: #ffffff;
	padding: 2px;
	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, menubar {

	color: #ffffff;
	font-size: 12px;
	margin: 0px;
	padding: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-decoration: none;
	font-weight: bold;
	border-right: 1px solid #FFFFFF;
}

a.starter:hover, a.starter:active, a.starter:focus {

	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}

#stylelibrary {
	color: #ffffff;
	background: #C85D23;
	}
#menubuilder {
	color: #ffffff;
	background: #627B5F;
	}
#aboutus {
	color: #ffffff;
	background: #A79E37;
	}
.menu {
	text-align: left;
	color: #ffffff;
	width: 160px;
	background-color: #6F7CA8;
	position: absolute;
	visibility: hidden;
	z-index: 100;
		border-right: 4px solid #FF0000;

}

.menu li a {
	background-color: 405294;
	color: #fff;
	display: block;
	font-size: 12px;
	line-height: 1.2em;
	border-bottom: 1px solid #ffffff;
	margin: 0px;
	padding: 2px;
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: none;
}

.menu li a:hover, .menu li a:active, .menu li a:focus {
	background-color: #D3E1E5;
	color: #405294;
}
}body {
	font-size: 12px;
}
