.menucontainer{
display:block;
margin: 0px 0 0 0;
padding-top: 184px;
height: 46px;
	
}
.glossymenu{
	position: absolute;
	width: 760px;
	background-position:top;
	padding: 0 0 0 25px;
	margin: 0 auto 0 auto;
	background: url(menub_bg.gif) repeat-x; /*tab background image path*/
	height: 46px;
	list-style: none;
}

.glossymenu li{
	float:left;

}

.glossymenu li a{
	float: left;
	display: block;
	color:#515151;
	text-decoration: none;
	font-family: "Arial", sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding:0 0 0 15px; /*Padding to accomodate left tab image. Do not change*/
	height: 46px;
	line-height: 46px;
	text-align: center;
	cursor: pointer;	
	
}

.glossymenu li a b{
	float: left;
	display: block;
	padding: 0 15px 0 0px; /*Padding of menu items 0 24 0 8*/
	
}

.glossymenu li.current a{
	color: #cec2fe;
	background: url(menub_hover_left.gif) no-repeat; /*left tab image path*/
	background-position: left; 
	
	
}	
.glossymenu li a:hover{
	color: #6c8c14; 
}

.glossymenu li a:hover b{
	color: #6c8c14;
}	

.glossymenu li.current a:hover{
	color: #ffffff; 
}
.glossymenu li.current a b{
	color: #ffffff;
	background: url(menub_hover_right.gif) no-repeat right top; /*right tab image path*/
	
}

.glossymenu li.current a:hover b{
	color: #ffffff;
	
}
.menucontainer2{
display:block;
margin: -10px 0px 0 0;
padding-top: 0px;
height: 38px;
	
}

.glossymenu2{
	position: absolute;
	width: 770px;
	background-position:top;
	padding: 0 0px 0 15px;
	margin: 0 auto 0 auto;
	background: url(menub_bg2.gif) repeat-x; /*tab background image path*/
	height: 38px;
	list-style: none;
}

.glossymenu2 li{
	float:left;

}

.glossymenu2 li a{
	float: left;
	display: block;
	color:#515151;
	text-decoration: none;
	font-family: Times;
	font-size: 14px;
	font-weight: bold;
	padding:0 0 0 7px; /*Padding to accomodate left tab image. Do not change*/
	height: 38px;
	line-height: 38px;
	text-align: center;
	cursor: pointer;	
	
}

.glossymenu2 li a b{
	float: left;
	display: block;
	padding: 0 7px 0 0px; /*Padding of menu items 0 24 0 8*/
	
}

.glossymenu2 li.current a{
	color: #cec2fe;
	background: url(menub_hover_left2.gif) no-repeat; /*left tab image path*/
	background-position: left; 
	
	
}	
.glossymenu2 li a:hover{
	color: #6c8c14; 
}

.glossymenu2 li a:hover b{
	color: #6c8c14;
}	

.glossymenu2 li.current a:hover{
	color: #ffffff; 
}
.glossymenu2 li.current a b{
	color: #ffffff;
	background: url(menub_hover_right2.gif) no-repeat right top; /*right tab image path*/
	
}

.glossymenu2 li.current a:hover b{
	color: #ffffff;
	
}


