
/* Sample CSS definition for the example list. Remove if desired */
.navlist ul {
  margin: 0;
  border: 0 none;
  width: 130px; /*For KHTML*/
  list-style-type: none;
  display:block;
 
}
.navlist li {
display: block !important; /*For GOOD browsers*/
display: inline; /*For IE*/
color:#000000;
font-size:12px;
font-weight:bold;
background-color: #000000;
padding-bottom: 2px;
display: block;
list-style-type: none;
margin-left:-35px;
text-align:right;


}
.navlist a{
  width: 130px;
  padding: 2px 8px 2px 0px;
  display: block;
 /* background: #EEE; */
  color: #111111;
  font: bold 12px Geneva, Arial, Helvetica, sans-serif;
  text-decoration: none;
  height: auto !important;
  height: 100%; /*For IE*/
  padding-left:6px;
  }

.navlist li:hover a, a:hover{
  background: #434343;
  color: #FFF;
}
.navlist a:hover{
  background: #434343;
  color: #FFF;
}


.anylinkcss{
position:absolute;
visibility: hidden;
/*border-left:1px solid gray;*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height: 12px;
z-index: 100;
background-color: #282828;
width: 140px;
margin-left:-2px;
text-align:left;
}

.anylinkcss a{
color: black;
width: 100%;
display: block;
/*border-bottom: 1px solid gray;*/
text-decoration: none;
font-weight: bold;
text-indent: 5px;
padding: 5px 0px 5px 0px;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #484848;
color: white;
}