.menuBar
{
	POSITION: 			relative;
    BACKGROUND-COLOR: 	transparent;
    FONT: 				12px arial;
    MARGIN-LEFT:		1px;
    COLOR:				#000000;
	height:				10px;
	vertical-align:		top;
}

a.menuButton
{
	CURSOR:				hand;
	FONT-SIZE:			12px;
	color:				#000000;
	font-weight:		bold;
	text-decoration:	none;
	font-family:		arial;
	TEXT-ALIGN:			center;
}

a.menuButton:visited
{
	CURSOR:				hand;
	FONT-SIZE:			12px;
	color:				#000000;
	font-weight:		bold;
	text-decoration:	none;
	font-family:		arial;
	TEXT-ALIGN:			center;
	xFLOAT:				none;
}

a.menuButton:hover
{
	CURSOR:				hand;
	FONT-SIZE:			12px;
	color:				#BD6100;
	font-weight:		bold;
	text-decoration:	none;
	font-family:		arial;
	TEXT-ALIGN:			center;
	xFLOAT:				none;
}

a.menuButtonActive
{
	CURSOR:				hand;
	text-decoration:	none;
	font-weight:		bold;
	FONT-SIZE:			12px;
	font-family:		arial;
	TEXT-ALIGN:			center;
	color:				#BD6100;
	xFLOAT:				none;
}

a.menuButtonActive:hover
{
	CURSOR:				hand;
	text-decoration:	none;
	font-weight:		bold;
	FONT-SIZE:			12px;
	font-family:		arial;
	TEXT-ALIGN:			center;
	color:				#BD6100;
	xFLOAT:				none;
}

.menu
{
	white-space: 		nowrap;
	background-color:  	#BD6100;
    VISIBILITY: 		hidden;
	POSITION: 			absolute;
    FLOAT:				left;
	FONT-SIZE : 		11px;
	font-family : 		arial;
	TEXT-ALIGN: 		left;
	text-decoration:	none;
	color:				#ffffff;
	filter: 			alpha(opacity=90, finishopacity=0, style=0);
}

a.menuItem
{
	padding:			1px;
	padding-right:      3px;
	padding-left:     	10px;
	DISPLAY: 			block;
    CURSOR: 			hand;
	font-weight:		bold;
    POSITION: 			relative;	
	text-decoration:	none;	
	color:				#ffffff
}

a.menuItem:visited
{
	padding:            1px;
	padding-right:      3px;
	padding-left:     	10px;
	DISPLAY: 			block;
    CURSOR: 			hand;
    POSITION: 			relative;	
	color: 				#ffffff;
	font-weight:		bold;
	text-decoration:	none;
}

a.menuItem:hover
{
	padding:            1px;
	padding-right:      3px;
	padding-left:     	10px;
	DISPLAY: 			block;
    CURSOR: 			hand;
    POSITION: 			relative;	
	color: 				#000000;
	font-weight:		bold;
	FONT-SIZE : 		11px;
	TEXT-ALIGN: 		left;
	text-decoration:	none;
}

a.menuItemHighlight
{
	padding:            1px;
	padding-right:      3px;
	padding-left:     	10px;
	DISPLAY: 			block;
    CURSOR: 			hand;
    POSITION: 			relative;	
	color: 				#000000;
	font-weight:		bold;
	FONT-SIZE : 		11px;
	TEXT-ALIGN: 		left;
	text-decoration:	none;
}

.menuItemText
{
	FONT-SIZE : 		11px;
	font-family:		arial;
	TEXT-ALIGN:			center;
}

.menuItemArrow
{
	
	padding-right:		3px;
}
