#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
      width: 130px;
      text-align: left;
      /*background-image: url('images/button.png');*/
      background-repeat: no-repeat;
      line-height: 2;
      }

#nav a {
      text-decoration: none;
      font-weight: normal;
	display: block;
	width: 130px;
      
      /*background-image: url('images/button.png');*/
      background-repeat: no-repeat;
}

#nav li {
	float: left;
	width: 130px;
     /* background-image: url('images/button.png');*/
      background-repeat: no-repeat;
}

#nav li ul {
	position: absolute;
	width: 130px;
	left: -999em;
      text-align: left;
      background-color:#FFFFFF;
      background-repeat: no-repeat;
      margin: -1.8em 0 0 4em;

}

#nav li a:hover{
background: url('images/world.png') no-repeat center right;
font-weight: bold;
}

#ajax li a:hover{
background: url('images/downArrow.png') no-repeat center right;
font-weight: bold;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
      background-color:#FFFFFF ;
      border: 2px solid #A5A5A5;
	  position: absolute;
	  z-index: 100;
}

#nav li ul ul {
	margin: -1em 0 0 10em;
}

	
	

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
	left: auto;
}


	

.button {
	width: auto !important;
	padding-top: 1px;
	padding-bottom: 1px;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	color: #000;
	background: #8799FF none repeat-x top;
	font-size: 75%;
}