.menu-rollover {
	position: relative;
	width: 143px;
	height: 26px;
	background-image: url(../images/menu-rollover.gif);
	background-repeat: no-repeat;
	color: #ffffff;
	padding-left: 10px;
}

.menu-active {
	position: relative;
	width: 143px;
	height: 26px;
	background-image: url(../images/menu-active.gif);
	background-repeat: no-repeat;
	color: #ffffff;
	padding-left: 10px;
}

.menu-normal {
	position: relative;
	width: 143px;
	height: 26px;
	background-image: url(../images/menu-normal.gif);
	background-repeat: no-repeat;
	color: #ffffff;
	padding-left: 10px;
}

.submenu-rollover, .submenu-active {
	position: relative;
	width: auto;
	height: 26px;
	background-image: url(../images/sub-menu-rollover.gif);
	background-repeat: repeat-x;
	color: #ffffff;
}

.submenu-normal {
	position: relative;
	width: auto;
	height: 26px;
	color: #ffffff;
}


#menu a, #submenu a {
	text-decoration: none !important;
	color: white !important;
}

#menu a:hover, #submenu a:hover {
	color: #white;
}
