.menu_ {
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	background-color: #9CAA6C;
	height: 25px;
}
.menu_select {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: normal;
	height: 25px;
}

.menu_selected {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFFFFF;
	font-weight: bold;
	height: 25px;
}
.content {
	top: 10px;
	position: relative;
}
.bgimage {
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFFFFF;
	background-attachment: scroll;
	height: 220px;
	width: 1024px;
	margin: 0px;
	padding: 0px;
	float: none;
}
.MainMenu_MenuItem 
{
    cursor: pointer; 
    color: black; 
    font-family: Tahoma, Arial, Helvetica; 
    font-size: 15px; 
    font-weight: bold; 
    font-style: normal; 
    border-left: red 10px solid; 
    border-bottom: orange 10px solid; 
    border-top: purple 10px solid; 
    border-right: blue 10px solid;
    background-color: yellow;
}
.login {
	top: 25px;
	position: absolute;
	left: 10px;
}
.table {

}

.bgmenu {
	background-color: #9CAA6C;
}
.test {
	font-size: 18px;
	color: #00FF99;
	text-decoration: underline;
}


