
.RadioButtonText
{
	COLOR: black;
    FONT-FAMILY: Verdana, Arial;
    FONT-WEIGHT: normal;
    FONT-SIZE: x-small;
}
.XYLocatorText
{
	COLOR: #336699;
	BACKGROUND-COLOR: transparent;
    FONT-FAMILY: Verdana, Arial;
    FONT-WEIGHT: bold;
    FONT-SIZE: xx-small;
    border-style:none;	
}
.MapSizeList
{
	COLOR: black;
    FONT-FAMILY: Verdana, Arial;
    FONT-WEIGHT: normal;
    FONT-SIZE: xx-small;
}
.MapBorder
{  
    border-color:#336699;
    border-style:outset; 
}
.SmallMap
{ 
    height:500px;
    width:440px;
}
.LargeMap
{
    height:450px;
    width:600px;
}
.ZoomBox
{
	border:2;
	border-style:solid;
	border-color:Red;
	visibility:hidden;
}
.HRule
{
    color:#336699;
}
.PrintTitle 
{
	COLOR: black;
	BACKGROUND-COLOR: transparent;
    FONT-FAMILY: Verdana, Arial;
    FONT-WEIGHT: bold;
    FONT-SIZE: 16px;
    border-style:none;
    width:450px;
}
.FootNote
{
    COLOR: #336699;
    FONT-SIZE: xx-small;
}



/* DROP DOWN STYLE */


ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px; /* Width of Menu Items */
	border-bottom: 1px solid #ccc;
	}

ul li {
	position: relative;
	}
	
li ul {
	position: absolute;
	left: 10px;  /*Set 1px less than menu width */
	top: 20;
	display: none;
	z-index:999;
	}

/* Styles for Menu Items */
ul li a {
	display: block;
	text-decoration: none;
	color: #777;
	padding: 5px;
	border: 1px solid #ccc;
	border-bottom: 0;
	}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

ul li a:hover { color: #E2144A; } /* Hover Styles */
		
li ul li a { padding: 2px 5px; } /* Sub Menu Styles */
		
li:hover ul, li.over ul { display: block; } /* The magic */

.test{
BACKGROUND: #f9f9f9
}


