#nav {
	list-style: none;
	float: right;
	margin: 0px;
	padding: 0px;
}

 #nav ul {
	padding: 0;
	margin:0;
	list-style: none;
	width:140px;
	height:50px;
	z-index:99;
	position:absolute;
	overflow:visible;
   }

#nav li {
	margin:0;
	position: relative;
	float:left;
	width: 140px;
	display:block;
}
#nav li:last-child{
}
#nav ul li{
	background-color:#DAD7CA;
	color:#660000;
}

#nav ul li{
	padding:4px 10px; 
	width:118px;
	border-bottom: solid 1px #FFFFFF;
	border-left: solid 1px #FFFFFF;
	border-right: solid 1px #FFFFFF;
}
#nav ul ul li{

}
#nav ul ul li:last-child{
	border-bottom: none;
}
 
#nav a {
	text-decoration:none;
	display:block;
	color:#660000;
	clear:none;
}

#nav a:hover, #nav li:hover{
	background-color:#F2F1EC;
	color: #4B224A;
	clear: none;

}
#nav ul li:hover, #nav ul li a:hover{
	background-color:#F2F1EC;
	color: #4B224A;
	clear:none;
}


#nav ul{
    display:none;   
}

/*all see this */
#nav ul ul, #nav ul ul ul{
    display:none; 
    position:absolute; 
    margin-top:0px; 
	color: #FFFFFF;
	clear:none;

}

/* non-IE browsers see this */
 #nav ul li>ul, #nav ul ul li>ul{
    margin-top:0px; 
 }

 
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul, #nav li:hover ul ul ul ul ul{
    display:none; 
}

#nav li:hover ul, #nav ul li:hover ul, #nav ul ul li:hover ul, #nav ul ul ul li:hover ul, #nav ul ul ul ul li:hover ul{
    display:block;
	clear:none;
}
li>ul { 
	top: auto;
	left: auto;
}
#nav ul li a {
}
#nav .one {background: url(/images/indiv4.jpg) no-repeat center; width: 140px; height:50px;}
#nav .two {background: url(/images/group3.jpg) no-repeat center; width: 140px; height:50px;}
#nav .three {background: url(/images/senior3.jpg) no-repeat center; width: 140px; height:50px;}
#nav .four {background: url(/images/travel3.jpg) no-repeat center; width: 140px; height:50px;}
#nav .five {background: url(/images/pet.jpg) no-repeat center; width: 140px; height:50px;}
.hiddenText {display:none}
#content2 p {
line-height:1.4
}
