.menucontainer {
	
}
.menu {
	FONT-WEIGHT: bold;
	FLOAT: left;
	WIDTH: 920px;
	COLOR: #333333;
	POSITION: relative;
	height: 24px;
}


.menu a {
	background-image: url(gfg_03.gif);
	background-repeat: no-repeat;
	display: block;
	text-align: center;
	color: #FFFFFF;
	line-height: 24px;
	height: 24px;
	width: 68px;
}

.menu li {
	float: left;
	width: 68px;
	line-height: 24px;
	height: 24px;
	background-image: url(ghgh-1_04.gif);
	background-repeat: no-repeat;
}

.menu a:hover {
	background-image: url(ghgh-1_04.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #3D6EA6;
	color: #333333;
}

#nav ul{ list-style-type:none;
         margin:0px;}
#nav ul li{ float:left; padding-right:5px;
            width:68px; }
#nav ul li a{ display:block;
              background:url(gfg_03.gif) no-repeat left top;
			  height:25px; width:68px;
			  color:#FFFFFF;
			  line-height:25px;
			  text-align:center;}
#nav ul li a:hover{ background:url(ghgh-1_04.gif) no-repeat left top;
                    height:25px;
					width:68px;}			  