/* This CSS controls the appearance of the Horizontal Menu Bar and the Drop Menus */
/* All IE fixes for this CSS are located in the polish-ie.css file */

/* Links in the main menu bar across the top of the page */
.HMenuItem a {
	position: relative;
	top: -2px;
	float: left;
	height: 23px;
	font-family: Arial;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0 0 0 0;
	padding: 7px 8px 0 8px;
	border-left: thin solid #568D54;
	border-right: thin solid #0A4708;
	text-decoration: none;
}

/* mouse over state for horizontal menu bar titles */
.HMenuItem a:hover {
	color: #FFFFFF;
	height: 23px;
	background-image: URL('../images/Menu-Highlight.gif');
	background-repeat: repeat-x;
}

/* changes appearance of the selected menu bar item */
.HMenuItem .Selected a {
	color: #FFFFFF;
	text-decoration: underline;
}

/* controls mouse over state for selected menu item (same as non-hover state) but needed to override non-selected hover state*/
.HMenuItem .Selected a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/* For Drop Down Menu Lists */
.HMenuItem .anylinkcss {
	position: absolute;
	visibility: hidden;
	border: none;
	font-family: Arial;
	font-weight: bold;
	z-index: 100;
	background-color: #DDDDDD;
	border: 1px solid #111111;
	text-align: left;
}

/* Link formating within drop menu list */
.HMenuItem .anylinkcss a {
	float: none;
	display: block;
	text-decoration: none;
	border-top: 1px solid #111111;
	border-right: none;
	border-left: none;
	color: #333333;
}

/* mouse over hover formatting for drop menu list items */
.HMenuItem .anylinkcss a:hover {
	color: #FFFFFF;
	background-image: URL('../images/Menu-Highlight.gif');
	background-repeat: repeat-x;
}

/* Copyright © 2009 Windsor Mosaic Website */
