#nav a {
    color:#000000;
    font-weight:bold;
    font-family:Arial, sans-serif;
    font-size:11px;
}
#nav tripPlanner rollover a {
    color:#ffffff;
}

#nav a {
	text-decoration: none;
}
#nav a:hover {
	color:#ffffff;
}

#nav li li a {
	display: block;
	position:relative;
	font-weight: normal;
	color: #000;
	width:150px;
	height:18px;
	line-height:18px;
	padding-left:10px;
	text-align:left;


}

#nav li li a:hover {
    background-color:#4784bd;
    margin-left:-10px;
}
.navSubTitle  {
   width:100%;
   background-color:#fff;
   font-family:Arial, Helvetica, sans-serif;
   font-size:11px;
   margin-left:-7px;
   padding-top:5px;

}
li#first {
	border-left-width: 1em;
}

li#last {
	border-right-width: 1em;
}

li ul {
	display: none;
	position:absolute;
	top: 100%;
	font-weight: normal;
	background: url("http://www.rideuta.com/images/ddbg3.gif") bottom left no-repeat;
	background-color:#fff;
	border: solid 1px #000;
	width:150px;
	text-align:left;
	padding-left:10px;
}

li>ul {
	top: auto;
	left: auto;
}

li li {
	display: block;
	float: none;
	background-color: transparent;
	border: 0;
}

li:hover ul, li.over ul {
	display: block;

}