@charset "utf-8";
/* CSS Document */

/************************************ PROJECT NAV *********************************************/

#navlist li
{
display: inline;
/* for IE5 and IE6 */
}

#navlist
{
width: 215px;
/* to display the list horizontaly */
font-family: sans-serif;
margin: 0;
padding: 0;

}

#navlist a
{
width: 99.99%;
/* extend the sensible area to the maximum with IE5 */
display: block;
padding: 5px 0 5px 5px;
background: #e2ddc9;
border-bottom: 1px #fff solid;
text-align: left;
text-decoration: none;
text-transform: capitalize;
font-size: 11px;
font-family:Arial, Helvetica, sans-serif;
color: #83715b;
}

#navlist a:hover { background-color: #fff; }
#navlist a:visited { color: #83715b; }
