#topmenu {
	width: 102%;
	height: 92px;
	background: url(../images/menu_bg.png) repeat-x top;
margin-right:-2%;

}
.shadow {
	height: 4px;
	width: 100%;
	background: url(../images/shadow.gif) repeat-x center;
	clear: both;
}

.shadow div {
    float:left;
	width:4px;
	background: url(../images/shadow_l.gif) no-repeat left top;
	height: 4px;
}

.menutext div.but {
	margin: 6px auto 0px auto;
height: 23px;
width:37px;
background: url(../images/bullets.png) no-repeat center top;
}


.menucolor {
	height: 4px;
}

.grn{
	background: #a3c94c;
}

.red {
background: #d31052;
}


.blue{
background: #0f98cd ;
}

.orng{
background: #ffa200;
}


.menuitem {
	float: left;
	height: 92px;
    width: 25%;
}

.menuitem .border {
	border-right: 1px solid #909090;
	border-left: 1px solid #fdfdfd;
height: 88px;
}

.menuitemfirst {
width: 24%;
}

.last {
width: 24% !important;
border-right: none !important;

}

.mid {
width: 25%;
}


.menutext {
	height: 84px;
}

.menulink span {
background: url(../images/bullets.png) no-repeat top center;
display: block;
height: 23px;"
}

.menulink:hover span {
background: url(../images/bullets_on.png) no-repeat top center !important;
}