@charset "UTF-8";

.anylinkmenu{ color: black; position: absolute; left: 0; top: 0; visibility: hidden; font: 12px/18px Verdana; background-color: white; background-repeat: ;;background-attachment: ;;background-position: 0 0; text-decoration: none; text-indent: 96px; z-index: 100; /* zIndex should be greater than that of shadow's below */
width: 200px; /* default width for menu */
}

.anylinkmenu ul{ color: aqua; background-color: white; margin: 0; text-decoration: none;padding: 0; list-style-type: none; }

.anylinkmenu ul li a{ color: black; width: 100%; text-indent: 3px; padding: 2px 0; text-decoration: none; font-weight: normal; background-color: white; text-indent: 5px; }

.anylinkmenu a:hover{ /*hover background color*/
	color: #C00;
	background-color: white;
	background-image: none !important;
	background-repeat: repeat !important;
	background-attachment: scroll !important;
	background-position: 0 0 !important;
	text-decoration: none;
}

/* ######### Alternate multi-column class for drop down menus ######### */


.anylinkmenucols{ position: absolute; width: 350px; left: 0; top: 0; visibility: hidden; padding: 10px; font: 12px Verdana; z-index: 100; /*zIndex should be greater than that of shadow's below*/
background: #e9e9e9; text-decoration: none; }

.anylinkmenucols li{
padding-bottom: 3px;
}

.anylinkmenucols .column{
float: left;
padding: 3px 8px;
margin-right: 5px;
background: #E0E0E0;
}

.anylinkmenucols .column ul{
margin: 0;
padding: 0;
list-style-type: none;
}



/* ######### class for shadow DIV ######### */


.anylinkshadow{ /*CSS for shadow. Keep this as is */
background-repeat: repeat; background-attachment: scroll; background-position: 0 0; position: absolute; left: 0; top: 0; z-index: 99; /*zIndex for shadow*/
visibility: hidden; }

.Department-logo {
	font-family: Helvetica, sans-serif;
	font-size: 10pt;
	letter-spacing: 1px;
	line-height: 12pt;
	color: #000;
}
.ART-Red {
	font-family: Helvetica, sans-serif;
	font-size: 10pt;
	color: #C00;
	letter-spacing: 1px;
	line-height: 12px;
}
.Main-Text {
	font-family: Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: 12pt;
	color: #666;
	letter-spacing: normal;
	word-spacing: normal;
	text-decoration: none;
}
.Main-Text-Black {
	font-family: Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: 12pt;
	color: #000;
	letter-spacing: normal;
	word-spacing: normal;
}
.test-keycaps {
	font-variant: normal;
	font-family: Helvetica, sans-serif;
	text-transform: none;
}
.Main-Text-Black-Italics {
	font-family: Helvetica, sans-serif;
	font-size: 10pt;
	font-style: italic;
	line-height: 12pt;
	color: #000;
	letter-spacing: normal;
	word-spacing: normal;
	text-decoration: none;
}
