
ul#nav {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul#lis {
	margin-top: 8px;	
	border: 1px solid #575655;
background-color: white
}

#nav a {
	font-weight: normal;
	color: #575655;
    text-decoration: none;
}

#nav li li a {
	display: block;
	font-weight: normal;
	color: #575655;
	padding: 0.2em 5px;
}

#nav li li a:hover {
	padding: 0.2em 5px;
	color: #ffffff;
	background-color:#0A246A;
}

#lis li
{

  
}
li {
             
 list-style-type:none;
 text-align : justify; margin-right: 0px;
	
}

li#destinations
{

	display: block;
    position: relative;			 
	width: 118px;
	text-align: right;
	cursor: default;
	background-color: white;
	border: 1px solid #D3C4A5;
	padding: 0.1em;
	height:15px;
	
/*  	border-color:#7F9DB9;
	height:20px;
    border-left-width: 0.1em;
    border-top-width: 0.1em;
	border-right-width: 0.1em;
	padding: 0.1em;
 	
		background:url(../gif/arrow.jpg) no-repeat right top;
   */
}



li ul {
	display: none;
	position: absolute;
	left: 0;
	font-weight: normal;
	border:0px solid #000;
	top:10px;
	padding: 0.5em 0 1em 0;
}

li>ul {
	top: auto;
	left: auto;
}

li li {
	display: block;
	float: none;
	background-color:white;
	border: 0;
	width: 182px;
	font-size:8pt;
}

li:hover ul, li.over ul {
	display: block;
}
