@charset "utf-8";
/* CSS Document */


a.buttons {
	padding-top:3px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	BACKGROUND-COLOR: #000;
	COLOR: white;
	display:block;
	text-decoration : none;
}
a.buttons:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	BACKGROUND-COLOR:#000;
	COLOR:#090;
	display:block;
	text-decoration : none;
}
a.buttonsHL {
	padding-top:3px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	BACKGROUND-COLOR: #000;
	COLOR: white;
	display:block;
	text-decoration : none;
}

A.secondlev {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight:bold;
	color:black;
	text-decoration : none;
	z-index: 100000;
}
A.secondlev:hover {
	color:#090;
	z-index: 100000;
}


.buttons UL {
	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 0px; 
	PADDING-BOTTOM: 0px; 
	MARGIN: 0px; 
	PADDING-TOP: 0px; 
	LIST-STYLE-TYPE: none;
}

.buttons LI {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	height:20px;
	padding-left:5px;
	padding-right:5px;
	border-left:#333 solid;
	border-left-width:2px;
	CURSOR: default;
	FLOAT: left; 
	POSITION: relative; 
	BACKGROUND-COLOR:#000;
	COLOR: white; 
	TEXT-ALIGN: center;
	z-index: 99999;
}
li.firstoffirst {
	border-left:1px solid #000;
}
LI.whitebuttons  {
	font: bold 10px arial;
	FLOAT: left;
	BORDER-RIGHT: #fff 1px solid; 
	BORDER-LEFT: #fff 1px solid;
	BORDER-BOTTOM: #fff 1px solid; 
	CURSOR: default; 
	POSITION: relative; 
	BACKGROUND-COLOR: #daddde; /* #fff*/
	COLOR: #333333; 
	width:180px; 
	TEXT-ALIGN: left;
	padding: 7px;
	margin:0px 0px 0px 0px;
}

.buttons LI UL {
	background-color:#FFFFFF;
	DISPLAY: none; 
	LEFT: 0px; 
	POSITION: absolute;
	width:120px; 
	TOP: 20px
}

.buttons ul{ 
	BORDER-RIGHT: #999999 2px solid; 
} /* Hover Styles */

#secondlevel {
	BORDER-BOTTOM: #999999 0px solid;
}

.buttons LI:hover UL, LI.over UL {
	DISPLAY: block;

}
#mainmenuNEW {
	padding-left:0px;
	width:960px;
	height:20px;
	position:relative;
	float:left;
	z-index:999999;
}

