#menu {
	display: block;
	position: relative;
	width: 160px;
	top: 20px;
	left: 0px;
	margin-left: 0px;
	padding-right: 16px;
	padding-left: 0px;
	padding-bottom: 20px;
	filter:alpha(opacity=85);
	-moz-opacity:0.85;
	-khtml-opacity: 0.85;
	opacity: 0.85;
	z-index: 300;
}
#menuSpacer {
	display: block;
	width: 160px;
}


#menu a {
	display: block;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	margin-bottom: 5px;
	padding-top: 4px;
	padding-right: 12px;
	line-height: 14px;
	padding-bottom: 7px; 
	padding-left: 12px;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: right 0px;
	position: relative;
	z-index: 20;
}

#menu a:hover {
	background-repeat: no-repeat;
	background-position: right -25px;
}

#menu p {
	display: block;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 5px;
	padding-top: 4px;
	padding-right: 8px;
	line-height: 14px;
	padding-bottom: 7px;
	padding-left: 12px;
	font-weight: bold;
	background-repeat: no-repeat;
	z-index: 20;
	position: relative;
	cursor: default;
	background-position: right 0px;
}

#subMenu {
	background-color: #9dbacf;
	display: block;
	padding-top: 6px;
	padding-bottom: 0px;
	top: -8px;
	z-index: 10;
	position: relative;
	width: 149px;
}

#subMenu a {
	display: block;
	padding-top: 0px;
	padding-bottom: 2px;
	padding-left: 8px;
	padding-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
	margin-right: 8px;
	color:#000000;
	position: relative;
}
#subMenu a:hover {
	background-color: #B4CADA;
	font-weight: normal;
}

#subMenu p {
	display: block;
	padding-top: 0px;
	padding-bottom: 2px;
	padding-left: 8px;
	padding-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
	margin-right: 8px;
	color:#000000;
	background-color: #c0d2e0;
	cursor: default;
	background-position: right 0px;
}

.subMenuBottom {
	font-size: 1px;
	display: block;
	background-image: url(Images/SubMenuBottom.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 8px;
	width: 149px;
	position: relative;
	top: -8px;
	margin-bottom: 2px;
}

.buttonRed {
	background-image: url(Images/ButtonRed.gif);
	margin-right: 2px;
	
}
.buttonBlue {
	background-image: url(Images/ButtonBlue.gif);
	margin-right: 2px;
}
.buttonYellow {
	background-image: url(Images/ButtonYellow.gif);
	margin-right: 2px;
}
.buttonGreen {
	background-image: url(Images/ButtonGreen.gif);
	margin-right: 2px;
}
.buttonViolet {
	background-image: url(Images/ButtonViolet.gif);
	margin-right: 2px;
}
.selectedRed {
	background-image: url(Images/ButtonRedSel.gif);
	margin-right: 0px;
}
.selectedBlue {
	background-image: url(Images/ButtonBlueSel.gif);
	margin-right: 0px;
}
.selectedYellow {
	background-image: url(Images/ButtonYellowSel.gif);
	margin-right: 0px;
	margin-left: 0px;
}
.selectedGreen {
	background-image: url(Images/ButtonGreenSel.gif);
	margin-right: 0px;
}
.selectedViolet {
	background-image: url(Images/ButtonVioletSel.gif);
	margin-right: 0px;
}
