body {
	behavior:url(css/csshover.htc);
}

div#w3c {
}

div#menuList {
	position: absolute;
	top: 249px;
	left: -4px;
	z-index: 99;
	text-align: left;
	width: 239px;
	background: none;
	padding-bottom: -12px;
}

div#w3c>div#menuList {
	top: 230px;
}

#menuList li {
	position: relative;
	top: 0;
	margin-bottom: -11px;
	list-style: none;
	font: bold 8pt Arial, Helvetica, sans-serif;
}

div#w3c>#menuList li {
	margin-bottom: 0;
}

div#menuList a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	padding: 0 0 0 6px;
}

div#w3c>div#menuList a {
	padding: 5px 0 5px 6px;
}

#menuList a:hover {
	color: #00FF00;
}

/*Button background colors*/

#menuList li.menuBlue {
	background-color: #2f6898;
}

#menuList li.menuOrange {
	background-color: #f3891d;
}

#menuList li.menuRed {
	background-color: #a1171f;
}

#menuList li.menuCyan {
	background-color: #2c96d9;
}

#menuList li.menuGreen {
	background-color: #3fa938;
}

#menuList li.menuOlive {
	background-color: #8c8a5e;
}

/*Button hover background colors*/

#menuList li.menuBlue:hover {
	background-color: #3366ff;
}

#menuList li.menuOrange:hover {
	background-color: #cc9933;
}

#menuList li.menuRed:hover {
	background-color: #cc6699;
}

#menuList li.menuCyan:hover {
	background-color: #0066cc;
}

#menuList li.menuGreen:hover {
	background-color: #006600;
}

#menuList li.menuOlive:hover {
	background-color: #666633;
}
