
img {border: 0px;}

#grheader{
	position: relative;
	width: 100%;
	height: 241px;
	background-image: url(/images/rattler_head_bg_sm.gif);
}

#grlogo{
	position: absolute;
	z-index:0;
	
}

#sitelogo{
	position:absolute;
	z-index: 1;
	right: 140px;
	top:30px;
	
}

.topmenu{
	position:absolute;
	z-index: 1;

	right: 50px;
	top:130px;
	font-family: tahoma;
	
}
.menutable
{width: 600px;}
.item{
		width: 145px;
		height: 56px;
		background-image: url(/images/navbg.jpg);
}

.item a{
	width: 145px;
	height: 56px;
	background-image: url(/images/navbg.gif);
	color: #000;

}


.item a:hover{
	background-image: url(/images/navbg-over.gif);
}

.item a:active
{
	 background-image: url(/images/navbg.jpg);
	 filter:alpha(opacity=50);   
   -moz-opacity:0.5;          
   opacity: 0.5;
}
