.main_menu
{
	height: 47px;
	width: 1000px;
	max-height: 47px;
	min-height: 47px;
}

.main_menu_left
{
	background-image: url("/images/menu_left.gif");
	background-repeat: no-repeat;
	display: block;
	width: 4px;
	height: 47px;
	float: left;
}

.main_menu_mid
{
	background-image: url("/images/menu_bg.gif");
	background-repeat: repeat-x;
	width: 120px;
	display: block;
	/*padding-left: 20px;
	padding-right: 20px;*/
	height: 47px;
	float: left;
	color: #FFF;
	line-height: 47px;
	font-size: .75em;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}

.main_menu_mid:hover
{
	color: #94c615;	
} 

.main_menu_mid:visited
{
	text-decoration: none;	
}

.main_menu_right
{
	background-image: url("/images/menu_right.gif");
	background-repeat: no-repeat;
	display: block;
	width: 4px;
	height: 47px;
	float: left;	
}

.main_menu_sep
{
	background-image: url("/images/menu_sep.gif");
	background-repeat: no-repeat;
	width: 4px;
	height: 47px;
	float: left;	
}

a{
	
}

.main_menu_links{
	text-decoration: none;
}

.main_menu_links:link{
	color: #fff;
}

.main_menu_links:visited {
	color: #fff;
}

.main_menu_links:hover {
	color: #94c615;
}
#pesButton
{
	margin-left:120px;
	margin-top:10px;
}
