a:link.link    { color:#000000; font-family: verdana; font-size: 11px; text-decoration: none; font-weight : bold; }            
a:visited.link { color:#000000; font-family: verdana; font-size: 11px; text-decoration: none; font-weight : bold; }            
a:hover.link   { color:#000000; font-family: verdana; font-size: 11px; text-decoration: none; font-weight : bold; }                        
a:active.link  { color:#000000; font-family: verdana; font-size: 11px; text-decoration: none; font-weight : bold; }

a:link.linku    { color:#000000; font-family: verdana; font-size: 10px; text-decoration: none; font-weight : normal; }            
a:visited.linku { color:#000000; font-family: verdana; font-size: 10px; text-decoration: none; font-weight : normal; }            
a:hover.linku   { color:#ff0000; font-family: verdana; font-size: 10px; text-decoration: none; font-weight : normal; }                        
a:active.linku  { color:#000000; font-family: verdana; font-size: 10px; text-decoration: none; font-weight : normal; }

a:link.linkz    { color:#000000; font-family: verdana; font-size: 11px; text-decoration: none; font-weight : bold; }            
a:visited.linkz { color:#000000; font-family: verdana; font-size: 11px; text-decoration: none; font-weight : bold; }            
a:hover.linkz   { color:#ff0000; font-family: verdana; font-size: 11px; text-decoration: none; font-weight : bold; }                        
a:active.linkz  { color:#000000; font-family: verdana; font-size: 11px; text-decoration: none; font-weight : bold; }


 
.h1 { 
	font-family: verdana, sans-serif;
	color: #000000;
        line-height: 1.5;
	font-weight: normal;
	line-height: 150%;
	}  

	
.h2 { 
	font-family: verdana, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: normal;
	line-height: 200%;
	} 
.h3 { 
	font-family: verdana, sans-serif;
	font-size: 10px;
	color: #000000;
    line-height: 1.5;
	font-weight: normal;
	} 
.sql { 
	font-family: verdana, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	textalign: left;
	} 
.footer { 
	font-family: verdana, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: normal;
	line-height: 100%;
	}
	
.header { 
	font-family: verdana, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: normal;
	line-height: 100%;
	}

/* remove the bullets, padding and margins from the lists */
.menu ul{
list-style-type:none;
padding:0;
margin:0;
}
/* make the top level links horizontal and position relative so that we can position the sub level */
.menu li{
float:left;
position:relative;
z-index:100;
}

/* use the table to position the dropdown list */
.menu table{
position:absolute;
border-collapse:collapse;
z-index:80;
left:-1px;
top:25px;
}

/* style all the links */
.menu a, .menu :visited {
display:block;
font-size:10px;
width:112.5px;
padding:7px 0;
color:#000;
background:#FEFCC1;
text-decoration:none;
margin-right:1px;
margin-bottom:1px;
text-align:center;
font-family:verdana, sans-serif;
}
/* style the links hover */
.menu :hover{
color:#444;
background:#d7d700;
}
/* style the links active */
.menu :hover{
color:#444;
background:#FEFCC0;
}
/* hide the sub level links */
.menu ul ul {
visibility:hidden;
position:absolute;
width:149px;
height:0;
}
/* make the sub level visible on hover list or link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible;
}