
#banner {
		font-family:verdana, arial, sans-serif;
		color:#336699;
		font-size:large;
		font-weight:normal;
		border-bottom:1px dotted #FFF;
		border-top:3px solid #FFF;
  		background:#FFF;
  		padding:15px; 
  		text-transform:uppercase;
		letter-spacing: .2em; 		
		}

	

	.description {
		font-family:verdana, arial, sans-serif;
		color:#336699;
		font-size:10pt;
		font-weight:bold;
  		background:#FFF;	
  		text-transform:none;	
		letter-spacing: none; 	
	                margin: 0;
                                padding: 0;
                                text-align: right;
		}	

/**************** menu coding *****************/
#menu {
width: 9.3em;
background: #fff;
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
}

#menu a {
font: bold 11px/16px arial, helvetica, sans-serif;
}

#menu a {
color: #336699;
background: transparent;
text-decoration: none;
}

#menu ul ul {
display: block;
border-width: 2px;
border-style: solid;
border-color: #000 #000 #000 #000;
margin: 0;
padding: 2px 3px;
z-index: 102;
background-color: white;
}

#menu a:hover {
color: #a00;
} 

div#menu ul li:hover {
background: #dfdfdf;
margin: -2px -3px -2px -3px;
padding: 2px 3px;
display: block;
}

#menu li {
position: relative;
}

#menu ul ul {
position: absolute;
top: 0;
left: 100%;
width: 100%;
}

div#menu ul ul,
div#menu ul li:hover ul 
{display: none;}

div#menu ul  li:hover ul,
div#menu ul ul li:hover ul
{display: block;}

</style>
/*
<!--[if IE]>
<style type="text/css" media="screen">
 #menu ul li {float: left; width: 100%;}
</style>
<![endif]-->
<!--[if lt IE 7]>
<style type="text/css" media="screen">
body {
behavior: url(csshover.htc);
font-size: 100%;
} 
#menu ul li {float: left; width: 100%;}
#menu ul li a {height: 1%;} 

#menu a, #menu h2 {
font: bold 0.7em/1.4em arial, helvetica, sans-serif;
} 
</style>
<![endif]-->
*/				
