#cssdropdown, #cssdropdown ul {
    list-style: none;
    list-style-image: none;
    list-style-position:outside;
    padding: 0px;
    margin: 0px;
  }


#cssdropdown li.headlink {
       float:left;
  }


#cssdropdown  li.headlink a {

    color : #000000;
    font-size : 11px;
    text-decoration : none;
    font-variant : normal;
    text-transform : uppercase;
    font-weight: bold;
    padding-right:2px;
    padding-left:2px;
	
  }


#cssdropdown  li.headlink a.on {
    color : #DB0004;
  }


#cssdropdown li.headlink ul {
    background-color : #ffe700;
    border-bottom-color : black;
    border-bottom-style : solid;
    border-bottom-width : 1;
    border-left-color : black;
    border-left-style : solid;
    border-left-width : 1;
    border-right-color : black;
    border-right-style : solid;
    border-right-width : 1;
    border-top-color : black;
    border-top-style : solid;
    border-top-width : 1;

  filter:alpha(opacity=90);

  opacity:0.9;

    margin-bottom : 0px;
    margin-left : 1px;
    margin-right : 1px;
    margin-top : 0px;
    padding-bottom : 0px;
    padding-left : 4px;
    padding-right : 4px;
    padding-top : 0px;
    position : absolute;
	display: none;
  }

#cssdropdown li.headlink:hover ul {
    display:block;
  }

#cssdropdown li.headlink a:hover {
    color: #525252;
    text-decoration: none;

  }


#cssdropdown li.headlink ul li a {
    white-space:nowrap;
    text-transform:none;
	
  }
#cssdropdown li.headlink ul li a:hover {
	background-color : #ffe700;
  }
