﻿.menu_li_cntdr
{
	width: 600px;
	background-color: transparent;
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 3px;
	padding-top: 3px;
}

.menu_li
{
	font-family: Arial, Verdana, tahoma, 'Times New Roman' ,sans-serif;
	font-size: 9pt;
	clear: both;
	text-align: center;
	vertical-align: top;
}

.menu_li ul
{
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.menu_li li
{
	float: left;
}

.menu_li a, span
{
	width: auto;
	height: 12px;
}

.menu_li span
{
	position: relative;
	top: 0;
	margin: 0 2px 0 0;
	float: left;
	background: #f8fcff;
	text-decoration: none;
	color: #336699;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 1px;
	padding-top: 1px;
	border-top: #013467 1px solid;
	border-left: #013467 1px solid;
	border-right: #013467 1px solid;
	border-bottom: #013467 1px solid;
	font-weight: bold;
	cursor: hand;
}

/* End IE5-Mac hack */
.menu_li a:hover span
{
	color: #ff9900;
}

.menu_li a:hover
{
	background-color: #000099;
}

.menu_li a:hover span
{
	padding-bottom: 1px;
	border-bottom: #bec2c6 1px solid; /*background-position: 100% -42px;*/
	background-color: #336699;
	font-weight: bold;
	color: #eff4fa;
}
