/* CSS Document */

<style type="text/css">
ul
{
float:left;
width:200px;
padding:0;
margin:0;
list-style-type:none;
}
a.one
{
float:left;
width:12em;
text-decoration:none;
color:white; 
background-color: #53A9FF  ;
padding:0.2em 0.6em;
border-bottom:1px solid  #333333 ;
}
a.one:hover {background-color: #99CC00;}
li {display:inline}

a.two
{
text-decoration:none; text-align:center;font-size:8pt;
color:white;
}
a.two:hover { color: #FFFFFF; text-decoration:none;font-size:8pt ;}

</style>
