#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#ffccff;
}

#nav a {
	display: block;
	color:#ffccff;
	text-decoration:none;
	font-weight:bold;
}

#nav li { /* all list items */
	float: left;
}


#nav li ul { /* second-level lists */
	position: absolute;
	width: 178px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	margin-left:17px;
}

#nav ul li a {
	padding:3px 7px 5px;
	color:#333333;
}

#nav ul li a:hover {
	background-color:#ffffff; 
	color:#ff3366
}

#nav li a:hover {
	color:#ff3366
}

#nav ul li {
	position:relative; 
	/*border:1px solid #ccc; */
	border-top:none; 
	width:178px;
}

#nav .sub {
	/*background:#ffffff url(../images/arrow.gif) 156px 8px no-repeat*/
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -22px 0 0 178px;
	background:#ffffff;
}

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

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	background:#ffffff;
}

#content {
	clear: left;
	color: #ccc;
}

/* Custom Begin */
#nav .top_menu{ 
	text-decoration:none;
	padding-left:15px;
	/*background-color:#FF0000;*/
	padding-top:5px;
	vertical-align:middle;
	height:20px;
	display:block;
	cursor:pointer;
	
} 
/*ul.menu .home {background:url(../images/nav-home-off.jpg); height:36px; width:108px;}
ul.menu .home:hover {background:url(../images/nav-home-on.jpg); no-repeat; width:108px;}*/
ul.menu .home {width:72px;background-color:;}
ul.menu .about_us {width:95px;background-color:;}
ul.menu .dating_categories {width:158px;background-color:;}
ul.menu .blog {width:64px;background-color:;}

