.menuBar {
	POSITION: 			relative;
	}
a.menuButton {
	padding:			6px;
	CURSOR:				pointer;
	font:     			bold 65% Verdana;
	color: 				#ffffff;
	text-decoration:	none;
	text-transform:		uppercase;
	}

a.menuButton:visited {
	padding:			6px;
	CURSOR:				pointer;
	font:     			bold 65% Verdana;
	color: 				#ffffff;
	text-decoration:	none;
	text-transform:		uppercase;
	}

a.menuButton:hover {
	padding:			6px 5px;
	CURSOR:				pointer;
	font:     			bold 65% Verdana;
	color: 				#ffffff;
	text-decoration:	none;
	text-transform:		uppercase;
	background:			#2A74A1;
	border:				1px solid #8AABC2;
	border-bottom:		0px;
	}

a.menuButtonActive {
	padding:			6px 5px;
	CURSOR:				pointer;
	font:     			bold 65% Verdana;
	color: 				#ffffff;
	text-decoration:	none;
	text-transform:		uppercase;
	background:			#2A74A1;
	border:				1px solid #8AABC2;
	border-bottom:		0px;
	}

a.menuButtonActive:hover {
	padding:			6px 5px;
	CURSOR:				pointer;
	font:     			bold 65% Verdana;
	color: 				#ffffff;
	text-decoration:	none;
	text-transform:		uppercase;
	background:			#2A74A1;
	border:				1px solid #8AABC2;
	border-bottom:		0px;
	}

.menu {	
	white-space: 		nowrap;
	background-color:  	#71A6C5;
    VISIBILITY: 		hidden;
	POSITION: 			absolute;
    FLOAT:				left;
	text-align: 		left;
	filter: 			alpha(opacity=100, finishopacity=0, style=0);
	border:				#8CABC0 3px solid;
	border-top:			0px solid;
	z-index:			1;
	}
a.menuItem {
	padding:	 		5px 15px;
	DISPLAY: 			block;
    CURSOR: 			pointer;
    POSITION: 			relative;	
	text-decoration:	none;
	color: 				#ffffff;
	font:	 			bold 65% Verdana;
	text-transform:		uppercase;
	border-bottom:		1px solid #ADCBDD;
	border-top:			1px solid #497796;
	background:			url(../img/dep_top_li.gif) no-repeat 5px 10px;
	}
a.menuItem:visited {
	padding:	 		5px 15px;
	DISPLAY: 			block;
    CURSOR: 			pointer;
    POSITION: 			relative;	
	text-decoration:	none;
	color: 				#ffffff;
	font:	 			bold 65% Verdana;
	text-transform:		uppercase;
	border-bottom:		1px solid #ADCBDD;
	border-top:			1px solid #497796;
	background:			url(../img/dep_top_li.gif) no-repeat 5px 10px;
	}
a.menuItem:hover {
	padding:	 		5px 15px;
	DISPLAY: 			block;
    CURSOR: 			pointer;
    POSITION: 			relative;	
	text-decoration:	none;
	color: 				#ffffff;
	font:	 			bold 65% Verdana;
	text-transform:		uppercase;
	border-bottom:		1px solid #ADCBDD;
	border-top:			1px solid #497796;
	background:			#033A60 url(../img/dep_top_li.gif) no-repeat 5px 10px;
	}
a.menuItemHighlight {
	padding:	 		5px 15px;
	DISPLAY: 			block;
    CURSOR: 			pointer;
    POSITION: 			relative;	
	text-decoration:	none;
	color: 				#ffffff;
	font:	 			bold 65% Verdana;
	text-transform:		uppercase;
	border-bottom:		1px solid #ADCBDD;
	border-top:			1px solid #497796;
	background:			#033A60 url(../img/dep_top_li.gif) no-repeat 5px 10px;
	}

.menuItemText {
	font:	 			bold 100% Verdana;
	}

.menuItemArrow {
	FONT-SIZE : 		100%;
	padding-right:		3px;
	}

