.flymenus
{
  margin:0px 0px 0px 0px;
	color:#ffffff;
/*	visibility:hidden; */
  position:absolute;
  left:0px;
  top:0px;
  width: 20px; /* initial value: to avoid null at start in IE.*/
  z-index:31;
}

.flymenus a:visited,
.flymenus a:link
{
	color:#ffffff;
}
	
.flymenus div:hover
{
	cursor:pointer;
}

.mitemdiv1
{
	padding:3px 10px;
	background-color:#D46A00;
	z-index:32;
	border-top:#D46A00 solid 1px;
	margin-top:4px;
	text-decoration: none;
	text-align:left;
	white-space:nowrap; 
}
/* no cursor */
.mitemdivs
{
	padding:3px 10px;
	background-color:#D46A00;
	margin:0px;
	z-index:32;
	border-top:#A3B8CB solid 1px;
	text-decoration: none;
	text-align:left;
	white-space:nowrap;
}
/* under cursor */
.mitemdiv2
{
	background-color:#A60FB1;
	border-top-color:#A3B8CB;
	text-decoration: underline;
}

.mitemdivs a,
.mitemdiv1 a
{
	font-family:sans-serif,fantasy,monospace;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	background-color:transparent;
}

.cornerBL
{
	float:left;
	width:8px;
	height:8px;
	overflow:hidden;
/*	background:url("/photo/images/a2_menu_corner_l.gif") no-repeat top left; */
	background:url("a3_menu_corner_l.png") no-repeat top left;
}

.menucorners
{
  float:left;
  width: auto;
	height:8px;
	overflow:hidden;
  background-color: #D46A00;
}
.cornerBR
{
  float:right;
	width:8px;
	height:8px;
	overflow:hidden;
/*	background:url("/photo/images/a2_menu_corner_r.gif") no-repeat top right; */
	background:url("a3_menu_corner_r.png") no-repeat top right;
}
