/* CSS For Dropdown Menu Start */
ul
{
  list-style:none;
  padding:0px;
  margin:0px
}

ul li
{
  display:inline;
  float:left;
}

ul li a
{
  color:#000000;
  background:#990E00;
  margin-right:0px;
  font-weight:bold;
  font-size:12px;
  font-family:verdana;
  text-decoration:none;
  display:block;
  width:100px;
  height:25px;
  line-height:25px;
  text-align:center;

}



ul li.sublinks a
{
  color:#000000;
  background:#f6f6f6;
  border-bottom:1px solid #FC6;
  font-weight:normal;
  text-decoration:none;
  display:block;
  width:auto;
  text-align:center;
  margin-top:0px;
 padding:0 5px 0 5px;
}

ul li.sublinks a:hover
{
  color:#000000;
  background:#FFEFC6;
  font-weight:normal;
  text-decoration:none;
  display:block;
  width:auto;
  text-align:center;
 padding:0 5px 0 5px;
}

ul li.sublinks
{
	display:none;
}

/* CSS For Dropdown Menu End */



#container
{
  margin:0px auto;
  width:570px;
}

.clear
{
  clear:both;
}

.left
{
  float:left;
}

.right
{
  float:right;
}
