.menubar
{
	position: relative;
	/*
	border-top: 1px;
	border-left: 1px;
	border-right: 1px;
	border-bottom: 1px;
	border-style: solid;
	border-color: #8D9096;
	*/
/*	margin-left: 0px; */

	/*
	font-family: Arial;
	font-size: 16px;
	*/
	/*-----*/
	/*
	padding-top: 5px;
	padding-left: 0px;
	padding-right: 0px;
	pading-bottom: 4px;
	*/
	/*-----*/
	cursor: default;
	/* background-color: #E6E6E6; */
	background-image: url(../img/img_mainmenu.png);
	height: 27px;
	/* width: 100%; */
}

.menu
{
	position: absolute;
	z-index: 1;
	visibility: visible; /* or hidden */
	background-color: transparent;
}

.area
{
	position: relative;
	z-index: 1;
	visibility: hidden;
	border: 0px;
	background-color: transparent;
	overflow: hidden;
}

.menu_box
{
	position: relative;
	z-index: 1;
	border-bottom: 1px;
	border-left: 1px;
	border-right: 1px;
	border-top: 1px;
	border-style: solid;
	border-color: #8D9096;
	background-color: transparent;
}

.label
{
	position: absolute;
	z-index: 3;
	cursor: default;
	padding-bottom: 6px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 7px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #8D9096;
	/* background-color:#E6E6E6; */
	visibility: hidden;
}

.menuBlnk
{
	position: relative;
	border: 0px;
	cursor: default;
	height: 23px;
	background-color: transparent;
}

.menuElem,
.menuElem_MouseOver
{
	position: relative;
	border: 0px;
	cursor: pointer;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
	border-top: 1px;
	border-style: solid;
	border-bottom-color: #8D9096;
	border-top-color: #DFE8EE;
	border-left-color: #8D9096;
	border-right-color: #8D9096;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
}

.menuElem
{
	color: #8D9096;
	background-color: #FFFFFF;
}

.menuElem_MouseOver
{
	color: #8D9096;
	background-color: #E6E6E6;
}

.Menu_IFrame
{
	position: absolute;
	z-index: 1;
	visibility: visible;
	background-color: transparent;
	filter: alpha(opacity=0);
	height: 0px;
	top: 0px;
}