#navcontainer
{
background: #EFEFEF;
font-family: Verdana;
font-weight: bold;
font-size:14px;
}

/* to stretch the container div to contain floated list */
#navcontainer:after
{
content: ".";
display: block;
line-height: 1px;
font-size: 1px;
clear: both;
}

ul#navlist
{
list-style: none;
padding: 0;
margin: 0;
width: 100%;
font-size: 0.8em;
background: #EEEEEE;
}

ul#navlist li
{
display: block;
float: left;
width: auto;
margin: 0;
padding: 0;
}

ul#navlist li a
{
display: block;
width: auto;
padding-top: 3px;
padding-bottom: 6px;
padding-left: 10px;
padding-right: 10px;
border-width: 1px;
border-color: #ffe #aaab9c #ccc #fff;
border-style: solid;
color: #222222;
text-decoration: none;
background: #EEEEEE;
}

#navcontainer>ul#navlist li a { width: auto; }

ul#navlist li#dis
{
display: block;
width: auto;
padding-top: 3px;
padding-bottom: 6px;
padding-left: 10px;
padding-right: 10px;
border-width: 1px;
border-color: #ffe #aaab9c #ccc #fff;
border-style: solid;
color: #999999;
text-decoration: none;
background: #EEEEEE;
/*filter:gray alpha(opacity=40);*/
cursor:pointer;
}

ul#navlist li a:hover, ul#navlist li#active a:hover
{
color: #000000;
background: transparent;
border-color: #ffe #222222 #666666 #fff;
}