/*   XXXXXXXXXXXX  This controls the TOP menu area and butts  */

#groupmenucolor {
	background: rgb(255,255,255) url(images/groupmenux.jpg)repeat-x;
    	height: 100%;
    	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
	
#groupmenuback {
	background: transparent;
    	height: 30px;
    	width: 750px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	}

.groupmenubox {
	background: transparent;
	width: 125px;
	height: 30px;
	margin: 0px 0px 0px 0px;
    	padding: 0px 0px 0px 0px;
    	float: left;
	}

/* Top menu text link styles*/

a.groupmenutext:link, a.groupmenutext:visited, a.groupmenutext:active {
    	background: rgb(0,0,0) url(images/buttont.jpg) 0px -12px no-repeat;
	height: 25px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: rgb(255,255,255);
	text-decoration : none;
	}

a.groupmenutextlive:link, a.groupmenutextlive:visited, a.groupmenutextlive:active {
    	background: rgb(0,0,0) url(images/buttont.jpg) 0px -7px no-repeat;
	height: 30px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: rgb(255,255,255);
	text-decoration : none;
	}

a.groupmenutext:hover  {
    	background: rgb(0,0,0) url(images/buttont.jpg) 0px -7px no-repeat;
	height: 30px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: rgb(255,0,0);
	text-decoration : underline;
	}


a.groupmenutext, a.groupmenutextlive {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 0.7em;
	font-weight: bold;
	text-align: center;
	height: 100%;
	width: 100%;
	display: block;
	}
