/*----- MAIN MENU -----

.mainmenu {
	list-style:none;
	height:36px;
	position:relative;
	z-index:500;
	font-family: Arial, Helvetica, sans-serif;
}

.mainmenu li.top {
	display:block;
	float:left;
}

.mainmenu li a.top_link {
	display:block;
	float:left;
	line-height:26px;
	color: white;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	cursor:pointer;
}

.mainmenu li a.top_link span {
	float:left;
	display:block;
	padding:7px 10px 0 10px;
	height:30px;
	/* background:url(img/menuvline.gif) right bottom; /* delete this, no need for vertical line
}

.mainmenu li a.top_link:hover span {
	/* background:url(img/menuhover.gif) no-repeat right bottom; /* check this, maybe we will have background image
	text-decoration:underline;
}

.mainmenu li:hover > a.top_link span {
	/* background:url(img/menuhover.gif) no-repeat right bottom; /* check this, maybe we will have background image
}

.mainmenu table {
	border-collapse:collapse;
	width:0;
	height:0;
	position:absolute;
	top:0;
	left:0;
}

.mainmenu a:hover {
	visibility:visible;
	position:relative;
	z-index:200;
}

.mainmenu li:hover {
	position:relative;
	z-index:200;
}

.mainmenu ul {
	position:absolute;
	left:-9999px;
	top:-9999px;
	width:0;
	height:0;
	margin:0;
	padding:0;
	list-style:none;
	background-color:green;
}

/*----- SUBMENU DEFINITION -----

.mainmenu ul.sub1 {
	width:200px;
}

.mainmenu ul.sub2 {
	width:200px;
}

.mainmenu ul.sub3 {
	width:200px;
}

.mainmenu :hover ul {
	left:0px;
	top:36px;
	margin: 0 0 0 -1px;
	background: #E0E0E0;
	border:1px solid #235f8e;
	white-space:nowrap;
	height:auto;
	z-index:300;
}

.mainmenu :hover ul li {
	display:block;
	height:21px;
	margin-bottom: 1px;
	position:relative;
	font-weight:normal;
	width:auto;
	background-color: white;
}

.mainmenu :hover ul li a {
	text-align:left;
	display:block;
	font-size:11px;
	height:20px;
	line-height:20px;
	width:auto;
	padding:0 10px;
	color: #235f8e;
	text-decoration:none;
}

.mainmenu :hover ul li a:hover {
	color:white;
	background-color:#235f8e;
}
