#menuList {
	position: relative;
	font-size: 1em;
	z-index: 100;
	margin: 0px;
	padding: 0px;
}

#mainMenu {
	line-height: 11pt;
	z-index: 10;
	position: relative;
	width: 750px;
	top: -19px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 0px;
	background: #000;
	border-top: solid 1px #aaaaaa;
	border-bottom: solid 1px #aaaaaa;
	color: #fff;
}
.Xmenubar {
	position: relative;
	padding: 2px 8px;
	background: #000;
}
#menuList ul {
	z-index: 100;
	margin: 0px;
	padding: 0px;
}

#menuList li {
	z-index: 100;
	display: inline;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

a.starter {
	position: relative;
	t!op: 1px;
	background: none;
	padding: 1px 15px;
	b!order-bottom: 0px;
	text-decoration: none;
	color: #fff;
}

a.starter:hover, a.starter:active, a.starter:focus {
	border-bottom-size: 5px;
	border-bottom-style: solid;
	text-decoration: none;
}
#menubuilder, #stylelibrary, #aboutus {
	width: 120px;
}
.menu {
	text-align: left;
	position: absolute;
	visibility: hidden;
	z-index: 200;
}
.menu li {
	width: 200px;
}
.menu li a {
	background: #777;
	z-index: 100;
	color: #fff;
	display: block;
	top: 5px;
	font-size: 1em;
	margin: 0px;
	padding: 5px 12px;
	text-decoration: none;
}

.menu li a:hover, .menu li a:active, .menu li a:focus {
	background-color: #cccccc;
	color: #000;
	border: none;
}
#navHome, #navRes, #navEmail, #navGal, #navAbout {
	p!osition: relative;
	t!op: -1px;
	b!ackground: none;
	p!adding: 1px 10px 3px 10px;
	b!order-bottom: 0px;
	t!ext-decoration: none;
	c!olor: #fff;
}
#navHome:hover {
	border-bottom-color: #d00;
	background: #930000;
}
#navRes:hover {
	border-bottom-color: #e84;
	background: #A74A00;
}
#navEmail:hover {
	border-bottom-color: yellow;
	background: #A78E00;
}
#navGal:hover {
	border-bottom-color: #9d4;
	background: #509300;
}
#navAbout:hover {
	border-bottom-color: #44d;
	background: #0F0093;
}

