#navlist
{
width: 205px;
font-size:12px;

/* to display the list horizontaly */


}

#navlist ul {
margin:0px 5px;
}

#navlist ul li {
display:block;
list-style-type:none;
font-weight:bold;
color:#003366;
padding:5px 0px;
}

#navlist a
{
width: 99.99%;
/* extend the sensible area to the maximum with IE5 */
display: block;
background-color: #fff;
padding:3px;
text-align: left;
text-decoration: none;
text-transform:capitalize;

}

#navlist a:hover { 
background-color: #c9c9c9; 
color:#fff; 

}

#navlist .taglink {

text-align:center;
width:200px;
border-bottom: 0px;
text-decoration: none;
}

