.dropmenu  {
	position : absolute;
	left : -1500px;
	visibility : visible;
	z-index : 101;
	float : left;
	width : 170px;
	border-width : 1px;
	border-style : solid;
	border-color : #000000;
	background-color : #B0B0B0;
}

.dropmenu ul  {
	margin : 0;
	padding : 0;
	list-style-type : none;
}

.dropmenu li  {
	display : inline;
}

.dropmenu a, .dropmenu a:visited, .dropmenu a:active  {
	display : block;
	width : 168px;
	padding : 2px;
	margin : 1px;
	font-size : x-small;
	font-family : Tahoma;
	font-weight : bold;
	text-align : left;
	text-decoration : none;
	color : #FFFFFF;
	background-color : #B0B0B0;
	text-indent : 5px;
}

.dropmenu a:hover  {
	padding : 2px;
	margin : 1px;
	font-size : x-small;
	font-family : Tahoma;
	font-weight : bold;
	text-align : left;
	text-decoration : none;
	color : #FF0000;
	background-color : #B0B0B0;
	text-indent : 5px;
}

Body  {
	font-size : x-small;
	font-family : Verdana;
	font-weight : normal;
	color : #FFFFFF;
}

A:link  {
	font-size : x-small;
	font-family : Tahoma;
	font-weight : bold;
	color : #E3E3E3;
	text-decoration : none;
}

A:visited  {
	font-weight : bold;
	font-size : x-small;
	font-family : Tahoma;
	color : #808080;
	text-decoration : none;
}

A:hover  {
	font-size : x-small;
	font-family : Tahoma;
	font-weight : bold;
	color : #FF0000;
	text-decoration : none;
}

TD  {
	font-size : x-small;
	font-family : Verdana;
	font-weight : normal;
	color : #FFFFFF;
}

TD.1  {
	font-size : small;
	font-family : Verdana;
	font-weight : normal;
	color : #FFFFFF;
}

