#menu
{
	float: left;
	margin-top: 10px;
}

.menuLinkHome
{
	float: left;
	font-family: Verdana;
	font-size: 14px;
	color: black;
	text-decoration: none;
	padding: 2px 0px 2px 0px;
	border-bottom: dotted 1px #DEDEDE;
	border-left: dotted 1px #DEDEDE;
	border-right: dotted 1px #DEDEDE;
}

.menuLinkHome a
{
	font-family: Verdana;
	font-size: 14px;
	color: black;
	text-decoration: none;
	padding: 2px 5px 2px 5px;
	border-bottom: dotted 1px #DEDEDE;
	border-left: dotted 1px #DEDEDE;
	border-right: dotted 1px #DEDEDE;
}

.menuLinkHome a:hover
{
	color: red;
	text-decoration: none;
	background-color: #C0C0C0;
	border-bottom: dotted 1px #A0A0A0;
	border-left: dotted 1px #A0A0A0;
	border-right: dotted 1px #A0A0A0;
}

.menuLink
{
	float: left;
	font-family: Verdana;
	font-size: 14px;
	color: black;
	text-decoration: none;
	padding: 2px 5px 2px 5px;
	border-bottom: dotted 1px #DEDEDE;
	border-left: dotted 1px #DEDEDE;
	border-right: dotted 1px #DEDEDE;
}

.menuLink a
{
	color: black;
	text-decoration: none;
}

.menuLink a:hover
{
	color: black;
	text-decoration: none;
}

.menuLinkOn a
{
	color: red;
	text-decoration: none;
}

.menuLinkOn
{
	float: left;
	font-family: Verdana;
	font-size: 14px;
	text-decoration: none;
	padding: 2px 5px 2px 5px;
	background-color: #C0C0C0;
	color: red;
	cursor: default;
	border-bottom: dotted 1px #A0A0A0;
	border-left: dotted 1px #A0A0A0;
	border-right: dotted 1px #A0A0A0;
}

#dropmenudiv
{
	position: absolute;
	background-color: #F0F0F0;
}

#dropmenudiv a.menuBlock
{
	display: block;
	text-indent: 3px;
	padding: 2px 0px 0px 5px;
	height: 22px;
	text-decoration: none;
	font-weight: bold;
	font:normal 12px Verdana;
	line-height:22px;
	white-space: nowrap;
	text-align: left;
	color: black;
	border-bottom: dotted 1px #A0A0A0;
	border-left: dotted 1px #A0A0A0;
	border-right: dotted 1px #A0A0A0;
}

#dropmenudiv a.menuBlock:hover
{
	background-color: #C0C0C0;
	color: red;
}

