#avmenu ul
{
	list-style: none;
	padding: 0;
	margin: 0;
	color: #991C1C;
}

#avmenu li
{
	text-align: center;
	padding-top: 2px;
	color: #991C1C;
	font-size: .9em;
}

#avmenu li a
{
	background: bottom left repeat-x;
	height: 1.5em;
	line-height: 1.5em;
	color: #0d2474;
	text-decoration: none;
	text-align: center;
	background-color: #FFFFFF;
	display: block;
	border-left-color: #333399;
	border-left-style: solid;
	border-top-color: #E6E6F2;
	border-top-style: solid;
	border-top-width: 0.2em;
	border-bottom-color: #E6E6F2;
	border-bottom-style: solid;
	border-bottom-width: 0.2em;
	background-image: url(../Images/navgif.jpg);
}

/* Commented backslash hack hides rule from IE5-Mac \*/
#avmenu li a: hover
{
	background-color: #C0B7EE;
	color: #003399;
}
/* End IE5-Mac hack */

#avmenu
{
	width: 150px;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin-left: 11px;
} 
