﻿body
        {
            margin: 0px;
            width: auto;
            height: auto;
        }
         ul
{
  list-style:none;
  padding:0px;
  margin:0px
}

ul li
{
  display:inline;
  float:left;
}

ul li a
{
  color:white;
  background-color:#228EAC;
  margin-left:0px;
  margin-right:0px;
  font-weight:bold;
  font-size:12px;
  font-family:verdana;
  text-decoration:none;
  display:block;
  width:120px;
  height:25px;
  line-height:25px;
  text-align:center;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border: 1px solid #560E00;
}

ul li a:hover
{
  color:white;
  background-image: url(../images/menu_bg.png);
  font-weight:bold;
  text-decoration:none;
  display:block;
  width:120px;
  text-align:center;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border: 1px solid #000000;
}

ul li.sublinks1 a
{
  color:white;
  background-color:#228EAC;
  border-bottom:1px solid #cccccc;
  font-weight:bold;
  text-decoration:none;
  display:block;
  width:auto;
  text-align:center;
  margin-top:0px;
}

ul li.sublinks1 a:hover
{
  color:white;
  background-image: url(../images/menu_bg.png);
  font-weight:bold;
  text-decoration:none;
  display:block;
  width:auto;
  text-align:center;
}
ul li.sublinks1
{
	display:none;
}

.borderless
{
border-left-width:0px;
border-top-width:0px;
border-right-width:0px;
border-bottom-width:0px;
}


.autocomplete_completionListElement
{
    width:300px;
    margin : 0px!important ;
    background-color : white ;
    color : windowtext ;
    border : buttonshadow ;
    border-width : 1px ;
    border-style : solid ;
    cursor : 'default' ;
    overflow : auto ;
    max-height : 200px ;
    font-family : Tahoma ;
    font-size : small ;
    text-align :left;
    list-style-type : none ;
    }
/* AutoComplete highlighted item */
.autocomplete_highlightedListItem
   {
    background-color : #66CCFF ;
    color : black ;
    padding : 1px ;
    }

    /* AutoComplete item */
.autocomplete_listItem
    {
    background-color : window ;
    color : windowtext ;   
    padding : 1px ;
   }



                      