<style type='text/css'>
body {font-family: verdana; font-size: 10pt;}

.text{
line-height: 150%;
}

.menu {
font-size: 11px;
}

.menu a{
font-size:  11px;
text-decoration: none;
color: #f7f6b3;
}

.menu a:hover{
background-color: #f7f6b3;
color: #000000;
}

.menu2 {
font-size: 8pt;
color: #f7f6b3;
}

.menu2 a{
font-size:  11px;
text-decoration: none;
color: #f7f6b3;
}

.menu2 a:hover{
background-color: #f7f6b3;
color: #000000;
}


.topmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.topmenu ul li{
position: relative;
display: inline;
width: 170px; /*Width of top level menu link items*/
padding: 1px 1px;
font-family: verdana;
float: left;
background-color: #000000; /*overall menu background color*/
}

/*Top level menu link items style*/
.topmenu ul li a{
display: block;
font-size: 11px;
width: 170px; /*Width of top level menu link items*/
padding: 1px 1px;
border-left-width: 0;
text-decoration: none;
color: #f7f6b3;
}
	
.topmenu ul li a:hover{
background-color: #f7f6b3;
color: #000000;
}

.lowermenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*list items*/
.lowermenu ul li{
position: relative;
display: block;
font-size: 8pt;
color: #f7f6b3;
width: 150px;
padding: 5px; 1px;
border-left-width: 0;
text-decoration: none;
font-family: verdana;
float: left;
background-color: #000000; /*overall menu background color*/
}


.lowermenu ul li a{
text-decoration: none;
color: #f7f6b3;
}

.lowermenu ul li a:hover{
background-color: #f7f6b3;
color: #000000;
}



/* Holly Hack for IE \*/
* html .topmenu ul li { float: left; height: 1%;}
* html .topmenu ul li a { height: 1%;}
* html .topmenu ul li ul li { float: left;}

/* End */





</style>
