/* CSS Document */

<style type="text/css">
ul
{
float:left;
width:200px;
padding:0;
margin:0;
list-style-type:none;
}
a.one
{
float:left;
width:10em;
text-decoration:none;
color:white;
background-color: #333333 ;
padding:0.2em 0.6em;
border-bottom:1px solid white;
}
a.one:hover {background-color: #000000;opacity:0.2	;filter:alpha(opacity=20; color:#000000)}
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>
