/* CSS Document */
.menuHeader {
	color: #000000;
	text-decoration: none;
	white-space: nowrap;
	cursor: pointer;
	position: relative;
	text-align: left;
	background-repeat: no-repeat;
	background-position: center center;
	font-family: "Arial Narrow", Arial, sans-serif;
}
a.menuHeader:link {
	color: #000000;
	text-decoration: none;
}
a.menuHeader:visited {
	color: #000000;
	text-decoration: none;
}
a.menuHeader:hover {
	color: #CCCC66;
	text-decoration: none;
}
a.menuHeader:active {
	color: #CCCC66;
	text-decoration: none;
}
.menuLink {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	white-space: nowrap;
	display: block;
	padding: 2px 5px;
	border-top-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #6666CC;
	border-left-width: thin;
	border-left-color: #6666CC;
}
a.menuLink:link {
	color: #000000;
	text-decoration: none;
}
a.menuLink:visited {
	color: #000000;
	text-decoration: none;
}
a.menuLink:hover {
	color: #FFFFFF;
	background-color: #6666CC;
	text-decoration: none;
}
a.menuLink:active {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #6666CC;
}
.menuDrop {
	position: absolute;
	z-index: 1000;
	background-image: url(Images/bgTanCork.jpg);
}
