.barmenuitem
{
	margin-left:2px;
	margin-right:2px;
	font-size:14px;  
	padding-left:20px;
	padding-right:20px;
/*	color:#f3b840;*/
  visibility:hidden;
  position:absolute;
  border-style:solid;
  border-width: 2px;
  border-color:transparent;
  left:0px;
  top:0px;
  z-index:30;
}
.barmenuitem a:visited,
.barmenuitem a:link
{
	color:blue;
}

.barmenuitemZ
{
	float: left;
	margin-left:2px;
	margin-right:2px;
	font-size:14px;  
	padding-left:20px;
	padding-right:20px;
	color:#ffffff;
  border-style:solid;
  border-width: 2px;
  border-color:transparent;
}

.barMenu
{
  float:left; 
	background-color:white; /* #f3b840; */
/*	background-position: left;
	background-repeat: no-repeat;
	min-width:150px; 
	border-style:solid;
  border-width: 1px;
  border-color:red; */
  border: red solid 1px;
 	padding: 0;
 	margin:0 0 0 0;
 	overflow: hidden;
}

.singleBarMenu
{
	background-color:#f3b840;
	/*	width:75px; */
}

.barMenu div.cornerTL
{
	width:100%;
	background:url("/images/a2_corner_tl.gif") no-repeat top left;
}

.barMenu div.cornerTR
{
	width:100%;
	background:url("/images/a2_corner_tr.gif") no-repeat top right;
}

.barMenu div.cornerBL
{
	width:100%;
	background:url("/images/a2_corner_bl.gif") no-repeat bottom left;
}

.barMenu div.cornerBR
{
	width:100%;
	background:url("/images/a2_corner_br.gif") no-repeat bottom right;
}

.control0
{
	color:#ffffff;
	background-color: transparent; /* #f3b840; */ 
	border-color: transparent; /*#f3b840;*/
	border-style: solid;
	border-width: 2px;
	text-decoration: none;
}
.control1
{
	color:#ffffff;
	background-color: transparent; /* #f3b840; */ 
	border-color: #D46A00;
	border-style: solid;
	border-width: 2px;
	text-decoration: underline;
}
.smcontrol0
{
	color:#ffffff;
	background-color: transparent; /* #f3b840; */ 
	border-color: #f3b840;
	border-style: solid;
	border-width: 2px;
	text-decoration: none;
}
.smcontrol1
{
	color:#ffffff;
	background-color: transparent; /* #f3b840; */ 
	border-color: #D46A00;
	border-style: solid;
	border-width: 2px;
	text-decoration: underline;
}
