
.fxmenu1-table {
	background: white;
	background-image: url(m1-images/background.gif) ;
	background-repeat: repeat-x ;
	border-left: 0px solid gray ;
	border-right: 0px solid gray ;
}
/* Style for outer tag, mout (mouse out) state */
.fxmenu1-out {
	background: white;
	background-image: url(m1-images/background.gif) ;
	background-repeat: repeat-x ;
	border-left: 0px solid gray ;
	border-right: 0px solid gray ;
}

.fxmenu1-out-i {
	color: #000000 ;
	font-weight: bold ;
	text-align: center ;
	vertical-align: middle ; 
	font-size: 10px ;
}

/* Style for outer tag, mover (mouse over) state */
.fxmenu1-over-i {
	color: #848484 ;
	font-weight: bold ;
	text-align: center ;
	vertical-align: middle ; 
	font-size:10px ;
}

/* Style for outer tag, mdown (mouse down) state */
.fxmenu1-down-i {
	color: green ;
	font-weight: bold ;
	text-align: center ;
	vertical-align: middle ; 
	font-size:10px ;
}

.fxmenu1a-table {
	background: #1F96E8;
	border-left: 1px solid orange ;
	border-right: 1px solid gray ;
	border-top: 3px solid orange ;
	border-bottom: 1px solid white ;
	
}
/* Style for outer tag, mout (mouse out) state */
.fxmenu1a-out {
	border-left: 1px solid gray ;
	border-right: 1px solid gray ;
}

.fxmenu1a-out-i {
	color: #FFFFFF ;
	font-weight: bold ;
	text-align: center ;
	vertical-align: top ; 
	font-size:10px ;
}

/* Style for outer tag, mover (mouse over) state */
.fxmenu1a-over-i {
	color: white ;
	font-weight: bold ;
	font-style: italic ;
	text-align: center ;
	vertical-align: middle ; 
	font-size:10px ;
}

/* Style for outer tag, mdown (mouse down) state */
.fxmenu1a-down-i {
	color: green ;
	font-weight: bold ;
	text-align: center ;
	vertical-align: top ; 
	font-size:10px ;
}

