.style1 {
	color: #FFFFFF;
	font-size: xx-small;
	}
	
	body{
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x; 
	}

	table.test{
	border-top-color: #1055B4; border-top-style: double; 
	
	}
	
	
td.menu{
			background: url("../images/buttons/buttonBackground.jpg") no-repeat;
			background-position: top right;
			border-right-color: white; 
		   }
		   
td.footer{
			background: url("../images/footer.jpg") repeat-x;
			background-position: top right;
		   }

ul{
			padding: 0;
			margin: 0;
			list-style: none;
}	

li{
			float:center;
			position: relative;
			width: 10em;
}	

li ul{
			display: none;
			position: absolute;
			top: 1em;
			left: 0;
}   

li > ul{
			top:auto;
			left:auto;
}

li:hover ul, li.over ul{
			display: list-item;
			border: 1px solid #FFFFFF;
			border-width: 0 2px;
			background-color: #1055B4;
			}

#content {
	clear: left;
}

.class2 A:Link
{
text-decoration: none; color: white;
}

.class2 A:visited
{
text-decoration: none;color:white;
}

.class2 A:hover
{
text-decoration: none;color:red;
}



	

.class1 A:Link
{
text-decoration: none; color:blue;
}

.class1 A:visited
{
text-decoration: none;color:blue;
}	

A:Link
{
text-decoration: none; color: blue;
}	

A:visited
{
text-decoration: none;color:blue;
}	

A:active
{
text-decoration: none;
}

A:hover
{
text-decoration: underline; color: red;
}

.menu_dropdown{
display:none;
margin-left:20
}
