#midlink {
	position:absolute;
	width:857px;
	height:35px;
	overflow: hidden;
	background: url(graphics/menu/grey_0.gif);
	background:no-repeat;
	background: transparent;
	display: block;
	z-index: 4;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	top: 98px;
	left: -7px;
}
.topnav {
	position:relative;
	float:left;
	clear:both;
	width:840px;
	height:35px;
	padding-top:0px;
	top: 97px;
	left: 4px;
	overflow: hidden;
	background: url(graphics/menu/grey_0.gif);
	background:no-repeat;
	background: transparent;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
}
#main_menu {
	padding:0;
	list-style-type:none;
	width:850px;
	height:36px;
	background:url(graphics/menu/grey_0.gif) no-repeat top right;
	margin-top: 0;
	margin-right: 6px;
	margin-bottom: 0;
	margin-left: 6px;
}
#main_menu li {float:left; display:inline; width:120px; background:url(graphics/menu/grey_1.gif);}
#main_menu li a, #main_menu li a:visited {
	color:#ddd;
	font-weight: normal;

	font-size:16px;
	text-decoration:none;
	line-height:32px;

	display:block;
	width:120px;
	height:36px;
	background-image: url(graphics/menu/grey_0.gif);
	background-repeat: no-repeat;
	overflow: hidden;
}

#main_menu li a:hover {
	color:#000;
	background-image: url(graphics/menu/grey_1.gif);
	background-repeat: no-repeat;
} 
#main_menu li.java a:hover {
	background:url(graphics/menu/menu_1br.gif);
	background-repeat: no-repeat;
} 
#main_menu li a.chosen, #main_menu li a.chosen:visited,  #main_menu li a:active, #main_menu li a:focus {
	color:#fff;
	background-image: url(graphics/menu/grey_2.gif);
	background-repeat: no-repeat;
} 
#main_menu li a.green {
	color:#00FF00
}
#main_menu li a.green:hover {
	color:#000;  
} 

#main_menu li a.blue {
	color:#00CCFF;
}
#main_menu li a.graphic {
	display: block;
	height: 1px;
	position: absolute;
	top: -999px;
	width: 1px;
}
#main_menu li a.blue:hover {
	color:#000;  
} 

#main_menu li a.red {
	color: #FF0000
}
#main_menu li a.red:hover {
	color:#000;  
} 

