﻿.navlist
{
 /*height: 2.6em!important;
 height: 2.7em;
 background-color: #E3EAEB;
*/
 padding: 0px 0px 0px 0px;
 font-family: Verdana;
 background-repeat: repeat-x;
 text-align:center;
 background-color: white;
}

.navlist a, .navlist a:link, .navlist a:visited
{
padding: 0px;
padding-left: 0px;
padding-right: 0px;
color: #666666;
text-decoration: none;
text-align:left;
}

.navlist a:hover, .navlist a:active, .navlist a:focus
{
 /*border: 1px solid #FFFFFF;
 padding: 1.1em;
 padding-left: 0.5em;
 padding-right: 0.5em;
 text-decoration: none;
 color: #FFFFFF;*/
text-decoration:underline;
text-align:left;
}

.navlist li
{
padding-right: 1px;
display: inline;
font-size: 1em;
text-align:left;
}

*#navlist ul
{
/*margin: 0px;
padding: 0px;*/
text-align:left;
}


.navlist .active a {
 background-color: Black;
 color: Black;
 font-size: 1em;
 font-weight: bold;
 text-align:left;
}

.dynamicMenu
{
	z-index: 350; /*this is the IE8 / asp:menu fix TODO: remove this when there is a fix released */
}
