@charset "utf-8";
/* CSS Document */


a.topmenu {
font-family:Verdana;
font-size:12px;
font-weight:bold;
BACKGROUND-COLOR: #333;
COLOR: white;
display:block;
text-decoration : none;
}
a.topmenu:hover {
font-family:Verdana;
font-size:12px;
BACKGROUND-COLOR:#669966;
COLOR: white;
display:block;
text-decoration : none;
}

A.secondlev {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight:bold;
	color:black;
	text-decoration : none;
}

A.secondlev:hover {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight:bold;
	color:black;
	text-decoration:underline;
}

A.thirdlev {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color:#000;
	font-weight : bold;
	text-decoration : none;
}

A.thirdlev:hover {
	text-decoration: underline;
	background-color:#CCC;
	
}

#thirdlevel {
margin-left:20px;
margin-right:5px;
margin-top:2px;
padding-left:5px;
background-color:#FFF;
}

.buttons UL {
	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 0px; 
	PADDING-BOTTOM: 0px; 
	MARGIN: 0px; 
	PADDING-TOP: 0px; 
	LIST-STYLE-TYPE: none;
}

a.buttons {
font-family:Verdana;
font-size:11px;
font-weight:bold;
padding-bottom:4px;
padding-top:4px;
padding-left:10px;
padding-right:10px;
border-left:#000000 solid;
border-left-width:2px;
FLOAT: left; 
POSITION: relative; 
BACKGROUND-COLOR: #333;
COLOR: white; 
TEXT-ALIGN: center;
z-index: 999999;
text-decoration : none;
}

a.buttons:hover {
font-family:Verdana;
font-size:11px;
font-weight:bold;
padding-bottom:4px;
padding-top:4px;
padding-left:10px;
padding-right:10px;
border-left:#000000 solid;
border-left-width:2px;
FLOAT: left; 
POSITION: relative; 
BACKGROUND-COLOR: #EDF5EB;
COLOR: #090; 
TEXT-ALIGN: center;
z-index: 999999;
}

a.buttonsHL {
font-family:Verdana;
font-size:11px;
font-weight:bold;
padding-bottom:4px;
padding-top:4px;
padding-left:10px;
padding-right:10px;
border-left:#000000 solid;
border-left-width:2px;
FLOAT: left; 
POSITION: relative; 
BACKGROUND-COLOR: #EDF5EB;
COLOR: black; 
TEXT-ALIGN: center;
z-index: 999999;
}


.buttons LI {
font-family:Verdana;
font-size:11px;
font-weight:bold;
padding-bottom:0px;
padding-top:0px;
padding-left:0px;
padding-right:0px;
border-left:#000000 solid;
border-left-width:2px;
CURSOR: default;
FLOAT: left; 
POSITION: relative; 
BACKGROUND-COLOR: #003399;
COLOR: white; 
TEXT-ALIGN: center;
z-index: 999999;
}


LI.whitebuttons  {
font: bold 10px arial;
FLOAT: left;
BORDER-RIGHT: #ddd 1px solid; 
BORDER-LEFT: #ddd 1px solid;
BORDER-BOTTOM: #ddd 1px solid; 
CURSOR: default; 
POSITION: relative; 
BACKGROUND-COLOR: #EDF5EB; /* #fff*/
COLOR: #333333; 
width:160px; 
TEXT-ALIGN: left;
padding:2px 0px 2px 2px;
margin:0px 0px 0px 0px;
}


.buttons LI UL {
background-color:#FFFFFF;
DISPLAY: none; 
LEFT: 0px; 
POSITION: absolute;
width:120px; 
TOP: 20px
}
.buttons LI:hover UL{
DISPLAY: block;
}
#mainmenu {
float:left;
width:960px;
background-color:#000;
}
#mainmenuNEW {
	float:left;

}

