/* **** CORE CODING FOR DROPDOWNS **** */

/* Don't mess with this bit unless you know exactly what you're doing */
#navTop
{
	z-index : 1000;
}
#navTop div
{
	width: 109px;
	display : inline;
	float : left;
	height : 26px;
	line-height : 26px;
	padding:0px 1px 0px 0px;
}
#navTop div a,
#navTop div a:visited
{
	display : block;
	width: 109px;
	background-image : url(../images/top_nav_off.gif);
	background-position : left top;
	background-repeat : no-repeat;
	color : #fff;

}
#navTop div a:hover
{
	display : block;
	width: 109px;
	background-image : url(../images/top_nav_on.gif);
	background-position : left top;
	background-repeat : no-repeat;
	color : #fff;
}

