﻿	

.grmenu{
font:  Arial;
width: 100%; /*leave this value as is in most cases*/
}

.grmenu ul
{
	position :absolute ;
    border-left   : 0 solid #564c66;
	border-right: 0 solid #564c66;
	border-top: 1px solid #564c66;
	border-bottom: 1px solid #564c66;
	margin-left: 0%;
	margin-top :125px;
	padding: 0;
	float: none;
    width : 950px; /*width of menu*/
    
	background: black url(../images/dd/4indentbg.gif) center center repeat-x; /*dd/2indentbg.jpg */
	height: 31px;
}

.grmenu ul li{
display: inline;
}

.grmenu ul li a{
float: left;
color: white; /*text color*/
padding: 5px 11px;
font-family: Arial;
font-size: 13px;
text-decoration: none;
border-right: 1px solid #564c66;
height: 21px;
}

.grmenu ul li a:visited{
color: white;
}

.grmenu ul li a:hover, .grmenu ul li .current
{
	color: #EBEADE; /*text color of selected and active item*/
	padding-top: 6px; /*shift text down 1px for selected and active item*/
	padding-bottom: 4px; /*shift text down 1px for selected and active item*/
	background: black url(../images/dd/4indentbg2.gif) center center repeat-x; /* dd/1indentbg2.jpg */
}


