.submenu a, .submenu a:visited {
	background-image:url(../images/menuthu.png);
}
/* 	Change background and text colors when links are hovered over.
	Use a combined selector for hover, active, and focus.
	
	Active and Focus trigger the color change in IE-PC and other
	modern browsers when tabbing through the links with keyboard. */ 
.submenu a:hover, .submenu a:active, .submenu a:focus {
	background-color: #000000;
	color: #333333;
	
}

#columns{
border: 1px solid #9900ff;
}
.section1{
background-color:#F5F0FF;
}
.section2{
background-color:#ffffff;
}

#box{
background-color:#E4D7FF;


}
#arrow{
background-image:url(../images/thubullet.gif);
background-repeat:no-repeat;
width:11px;
height: 11px;
position:absolute;
}
#fields,#news{
border: 1px solid #9900ff;
}




