a.mainMenu {
	background-image: url(mainBackground.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 18px;
	width: 168px;
	text-indent: 15px;
	padding-top: 5px;
	margin-bottom: 4px;
	color: #444444;
	text-decoration: none;
}
a:hover.mainMenu {
	background-image: url(mainBackgroundOver.gif);
}
#menuStyle {
	font-size: 12px;
	padding-top: 3px;
	padding-left: 3px;
}
#menuStyle p {
	padding: 0px;
	margin: 0px;
}
#menuStyle  p.optionMenu {
	padding-top: 6px;
	padding-bottom: 3px;
	font-size: 10px;
	color: #444444;
	padding-left: 4px;
	padding-right: 3px;
}
#menuStyle ul {
	margin: 0px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
}
#imageLoader {
	display: none;
}

#menuStyle li a {
	text-decoration: none;
	display: block;
	height: 19px;
	width: 168px;
	background-image: url(subBackground.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 6px;
	text-indent: 18px;
}
#menuStyle li a:hover {
	background-image: url(subBackgroundOver.gif);
}
