.menu 
	{
	width: 176px;
	min-width: 134;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
	text-decoration: none;
	z-index: 10;
	float: left;
	clear: both;
	z-index: 10;
	}

.menu a
	{
	color: #000066;
	text-decoration: none;
	font-weight: bolder;
	}
.menubox
	{
	position: absolute;
	list-style: none;
	margin: 0;
    padding: 0;
    border: none;
	top: 200px;
	width: 154px;
	left: 0px;
	z-index: 10;
	}
div.menuitem
	{
	width: 174px;
	height: 21px;	
	margin: 0px;
    border: none;
	font-size: 12px;
	font-weight: bold;
	color: #000099;
	z-index: 10;
	}
div.menuitem a, div.menuitem a:visited
	{
	margin: 0px;
	padding-left: 20px;
	border: none;
	background-image: url(../_images/linkicon.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-size: 12px;
	height: 21px;
	font-weight: bold;
	color: #000099;
	z-index: 10;
	display: block;
	vertical-align: middle;
	}
div.menuitem a:hover
	{
	font-size: 12px;
	font-weight: bold;
	color: #000099;
	background-image: url(../_images/linkicon2.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-color: #FFCCCC;	}

hr {
	background-color: #FFFFFF;
	color: #FFFFFF;
	height: 3px;
	border: 0px solid #FFFFFF;
}
.smallogo {
	background-color: #FFFFFF;
}
