﻿.menu
{
background-color: #ffffff;
    background-repeat:repeat-x;
   width: 770px; 
   text-align:center;

}
.MenuGroup
{
	cursor: pointer;
	cursor: hand;
	background-color: #ffffff;
	position:relative;
	width:120px;
}

.MainItem 
{	
	cursor: pointer;
	cursor: hand;
	font-size: 12px;
	font-weight:bold;
	text-decoration:none;
	font-family: Arial, Verdana;
	color:#ffffff;
	width: 100px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	background-image:url(bg_topmenu.gif);
	background-repeat: repeat-x; 
	border-right: solid 1px #1d4385;
	border-left: solid 1px #526fa1;
	padding:0px;
	height: 35px;

}
.MainItemOver
{	cursor: pointer;
	cursor: hand;
	font-size: 12px;
	font-weight:bold;
	text-decoration:none;
	font-family: Arial, Verdana;
	color:#ffffff;
	width: 120px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	background-image:url(bg_topmenuover.gif);
	background-repeat: repeat-x; 
	border-right: solid 1px #1d4385;
	border-left: solid 1px #526fa1;
	padding:0px;
	height: 35px;

}
.MenuItem
{
	
	cursor: pointer;
	cursor: hand;
	font-size: 12px;
	font-weight:bold;
	text-decoration:none;
	font-family: Arial, Verdana;
	color:#ffffff;
	width: 100px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	background-image:url(bg_topmenu.gif);
	background-repeat: repeat-x; 
	border-right: solid 1px #1d4385;
	border-left: solid 1px #526fa1;
	padding:0px;
	height: 35px;

}
.MenuItemOver
{

	cursor: pointer;
	cursor: hand;
	font-size: 12px;
	font-weight:bold;
	text-decoration:none;
	font-family: Arial, Verdana;
	color:#ffffff;
	width: 120px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	background-image:url(bg_topmenuover.gif);
	background-repeat: repeat-x; 
	border-right: solid 1px #1d4385;
	border-left: solid 1px #526fa1;
	padding:0px;
	height: 35px;
}

