#menu
{
	float: right;
	margin-top: 0px;
}

.menuLinkHome
{
	float: left;
	margin-top: 2px;
	color: #FFFFFF;
}
.menuLinkHomeOver {
	float: left;
	margin-top: 2px;
/*	padding: 0px 10px 2px 5px;
*/
	background-color: #dbe2f9;
		font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: black;
	text-decoration: none;


}
.menuLinkHomeOver a {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: black;
	text-decoration: none;
	padding: 0px 10px 2px 5px;

}

.menuLinkHome a
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding: 0px 10px 2px 5px;
}

.menuLink
{
	float: left;
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding: 2px 2px 2px 2px;
}


.menuLink a
{
	color: #FFFFFF;
	text-decoration: none;
}

.menuLink a:hover
{
	color: black;
	text-decoration: none;
}

.menuLinkOn a
{
	color: black;
	text-decoration: none;
}
.menuLinkOn
{
	float: left;
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	padding: 2px 2px 2px 2px;
	background-color: #FFCC00;
	color: black;
	cursor: pointer;
}
#dropmenudiv
{
	position: absolute;
	background-color: #FFCC00;
}

#dropmenudiv a.menuBlock
{
	display: block;
	text-indent: 3px;
	padding: 2px 0px 0px 5px;
	height: 22px;
	text-decoration: none;
	font-weight: bold;
	font:normal 10px Arial;
	line-height:18px;
/*	white-space: nowrap; */
	text-align: left;
	color: black;
	border-bottom: dotted 1px white;
}

#dropmenudiv a.menuBlock:hover
{
	background-color: #3399CC;
	color: white;
}
