.menuBar
{
	POSITION: 			relative;
    BACKGROUND-COLOR: 	transparent;
    FONT: 				12px arial;
    MARGIN-LEFT:		1px;
    COLOR:				#ffffff;
	height:				10px;
	vertical-align:		top;
}

a.menuButton
{
	CURSOR:				hand;
    	padding:            2px;
	FONT-SIZE:			12px;
	color:				#ffffff;
	font-weight:		bold;
	text-decoration:	none;
	font-family:		arial;
	TEXT-ALIGN:			center;
}

a.menuButton:visited
{
	CURSOR:				hand;
    padding:            2px;
	FONT-SIZE:			12px;
	color:				#ffffff;
	font-weight:		bold;
	text-decoration:	none;
	font-family:		arial;
	TEXT-ALIGN:			center;
	xFLOAT:				none;
}

a.menuButton:hover
{
	CURSOR:				hand;
    padding:            2px;
	FONT-SIZE:			12px;
	color:				#ffffff;
	font-weight:		bold;
	text-decoration:	none;
	font-family:		arial;
	TEXT-ALIGN:			center;
	xFLOAT:				none;
}

a.menuButtonActive
{
	CURSOR:				hand;
    padding:            2px;
	text-decoration:	none;
	font-weight:		bold;
	FONT-SIZE:			12px;
	font-family:		arial;
	TEXT-ALIGN:			center;
	color:				#ffffff;
	xFLOAT:				none;
}

a.menuButtonActive:hover
{
	CURSOR:				hand;
    padding:            2px;
	text-decoration:	none;
	font-weight:		bold;
	FONT-SIZE:			12px;
	font-family:		arial;
	TEXT-ALIGN:			center;
	color:				#ffffff;
	xFLOAT:				none;
}

.menu
{
	white-space: 		nowrap;
	background-color:  	#471753;
    VISIBILITY: 		hidden;
	POSITION: 			absolute;
    FLOAT:				left;
	FONT-SIZE : 		11px;
	font-family : 		arial;
	TEXT-ALIGN: 		left;
	text-decoration:	none;
	color:				#ffffff;
	border:				1px solid #FFFFFF;
}

a.menuItem
{
	padding:			1px;
	padding-right:      10px;
	padding-left:     	10px;
	DISPLAY: 			block;
    CURSOR: 			hand;
	font-weight:		bold;
    POSITION: 			relative;	
	text-decoration:	none;	
	color:				#ffffff
}

a.menuItem:visited
{
	padding:            1px;
	padding-right:      10px;
	padding-left:     	10px;
	DISPLAY: 			block;
    CURSOR: 			hand;
    POSITION: 			relative;	
	color: 				#ffffff;
	font-weight:		bold;
	text-decoration:	none;
}

a.menuItem:hover
{
	padding:            1px;
	padding-right:      10px;
	padding-left:     	10px;
	DISPLAY: 			block;
    CURSOR: 			hand;
    POSITION: 			relative;	
	color: 				#ffffff;
	font-weight:		bold;
	FONT-SIZE : 		11px;
	TEXT-ALIGN: 		left;
	text-decoration:	none;
	background-color:  	#000044;
}

a.menuItemHighlight
{
	padding:            1px;
	padding-right:      10px;
	padding-left:     	10px;
	DISPLAY: 			block;
    CURSOR: 			hand;
    POSITION: 			relative;	
	color: 				#ffffff;
	font-weight:		bold;
	FONT-SIZE : 		11px;
	TEXT-ALIGN: 		left;
	text-decoration:	none;
	background-color:  	#000044;
}

.menuItemText
{
	font-family:		arial;
	TEXT-ALIGN:			center;
}

.menuItemArrow
{
	FONT-SIZE : 		11px;
	padding-right:		3px;
}