td{
	font-family: Tahoma;
	font-size:12px;
	color:#333333;
	font-weight: bold;
}
a{
	color:#0000ff;
	text-decoration: none;
}
a:hover{
	color:#ff0000;
	text-decoration: none;
}
.menu {
border: solid 1px #7CBBDD;
}
.menu a {
	color:#000000;
	text-decoration: none;
	font-size:12px;
	font-weight: bold;
}
.menu a :hover{
	color:#ff0000;
	text-decoration: none;
	font-size:12px;
	font-weight: bold;
}
.menusel {
background-color:#E9E8D7;
	text-decoration: none;
	font-size:12px;
	font-weight: bold;
}
.menusel a {
color:#66A8C6;
	text-decoration: none;
	font-size:12px;
	font-weight: bold;
}

.submenu{
	color:#000000;
	text-decoration: none;
	font-size:13px;
	font-weight: bold;
}
.submenu:hover{
	color:#ff0000;
	text-decoration: none;
	font-size:12px;
	font-weight: bold;
}
input{
	background-color:#ffffff;
	color:#000000;
	border-top: solid 1px #ffffff;
	border-left: solid 1px #ffffff;
	border-bottom: solid 1px #000000;
	border-right: solid 1px #000000;
}


#dropmenudiv{
position:absolute;
top: 10px;
border:none;
  text-align: left;
border-bottom-width: 0;
font:normal 11px Verdana;
color:#ffffff;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-align: left;
text-indent: 5px;
padding: 2px ;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #dedede;
}


@media screen {.PrintOnly {display:none}}
@media print {.ScreenOnly {display:none}}