div#menu1{
	background: #094a00;
	border-left: 2px solid black;
	border-right: 3px solid black;
	height : 1.2em;
	vertical-align: top;

}

div#menu1 ul {
	display: block;
    	margin: 0;
    	padding: 0;
	border: 0;
	text-align: left;
	background: #094A00;

}


div#menu1 ul li {
	margin: 0;
	padding: 0;
	display: inline;
	background: green;
	text-align: center;
}


div#menu1 ul li a:link, div#menu1 ul li a:visited{
	background: #094A00;
	border-left: 1px dotted white;
	border-bottom: 0;
	border-right: 0;
	padding: 0 6px;
	margin: 0;
	color: #fff;
	text-decoration: none;
	float: left;
	text-align: center;
	font-weight: bold;
	line-height: 1.2em;
}


div#menu1 ul li a:link#first_1, div#menu1 ul li a:visited#first_1{
	border-left: 1px solid #000;
}


div#menu1 ul li a:visited.be_there, div#menu1 ul li a:link.be_there {
	display : inline;
	background-color: #ccc; 
	color: #000;
	text-decoration: underline; 
	border-left: dotted white 1px; 
	border-bottom : 0;
	margin : 0px; 
    	padding : 0 6px;
	}

div#menu2{
	background: #ccc;
	border-left: solid black 2px;
	border-right: solid black 2px;
	border-bottom: 0;
	height : 1.2em;
	display : block;
}

div#menu2 ul {
    	margin: 0;
    	padding: 0;
	text-align: left;
	background: #ccc;

}

div#menu2 ul li {
	margin : 0px;
	display : inline;

}

div#menu2 ul li a:link, div#menu2 ul li a:visited{
	background: #ccc;
	border-left: 1px dotted white;
	border-bottom : 0px solid black;
	border-right: 0;
	padding: 0 6px;
	margin: 0 0 1px 0;
	color: #000;
	text-decoration: none;
	display: block;
	float: left;
	text-align: center;
	font-weight: normal;
	line-height: 1.2em;
}

div#menu2 ul li a.be_there {
	background-color: #fff; 
	color: #000; 
	border-bottom: solid white 1px;
	border-left: solid black 1px;
	border-right: solid black 1px;
	margin : 0px; 
    	padding : 0 6px;
}

div#menu2 ul li a:link.be_there#first_2, div#menu2 ul li a:visited.be_there#first_2{
	border-left: 1;
}


div#menu2 ul li a:link#first_2, div#menu2 ul li a:visited#first_2{
	border-left: 2;
}


div#menu3{
	border: 0;
	float : right;
	margin-left : 20px;
	margin-right: 20px;
	margin-bottom: 30px;	
	height: 100%;
	padding: 0;
	line-height : 0em;
	
}

div#main_page div#menu3 ul {
	border: 0;
	list-style-type: none;	
	display : block;
	padding : 0;
	margin : 0;
}


div#main_page div#menu3 ul li {
	vertical-align: top;
	margin-left: 10px;
	margin-top : 0;
	margin-bottom: 0;
}

div#menu3 ul li a:link, div#menu3 ul li a:visited{
	display: block;
	border-top: 0;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	margin : 0;	
	background: #ccc;
	padding: 2px 6px;
	color: #094A00	;
	text-decoration: none;
	text-align: left;
	font-weight: bold;
	line-height: 1.2em;
}

div#menu3 ul li a:hover{
	text-decoration: none;
}

div#menu3 ul li a.be_there:link, div#menu3 ul li a.be_there:visited {
	background-color: #fff; 
	color: black; 
  

}

div#menu3 ul li a.be_there {
	background-color: #fff; 
	color: #094A00; 

}


div#menu3 ul li a#first_3 {
    	border-top: 1px solid black;
}

