﻿.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
	background: url(../images/button_over.png) no-repeat right top;
	color: #0B2B64;
	text-shadow: 1px 1px 2px #FFFFFF;
	text-decoration: none;
}

/* ######### Default class for drop down menus ######### */

.anylinkcss{
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	font-size: 15px;
	line-height: 1.75em;
	z-index: 100; /* zIndex should be greater than that of shadow's below */
	background-color: #A7C0E2;
	width: 170px; /* default width for menu */
	padding: 10px 5px 10px 5px;
	display: block;
	color: #0B2B64;
	text-align: left;
}

.anylinkcss hr{
	color: #0B2B64;
	background-color: #0B2B64;
	width: 170px;
	height: 2px;
}


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

.anylinkcss ul li a{
	color: #0B2B64;
	text-decoration: underline;
	width: 100%;
	display: block;
}

.anylinkcss a:hover{ /*hover background color*/
	color: #0B2B64;
	text-decoration: none;
}

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


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


#menu {
	height: 31px;
	font-size: 13px;
	min-width: 750px;
	width: 750px;
	margin: 0px auto;
}

#menu ul {
	height: 31px;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#menu ul li {
	height: 31px;
	display: inline;
	float: left;
}

#menu ul li a {
	background: url(../images/button_end.png) no-repeat right top;
	color: #EFF3F9;
	width: 106px;
	height: 23px;
	display: block;
	margin: 0px;
	text-align: center;
	text-decoration: none;
	text-shadow: 1px 1px 2px #333333;
	padding: 7px 0px 0px 0px;
	font-weight: bold;
}

#menu ul li a:hover {
	background: url(../images/button_over.png) no-repeat right top;
	color: #0B2B64;
	text-shadow: 1px 1px 2px #FFFFFF;
	text-decoration: none;
}