* {
	padding:0;
	margin:0
}




.dropdown {
	float:left;
	padding-right:0px
}
.dropdown dt {
/*	width:188px;
	border:2px solid #9ac1c9;
	padding:8px;
	font-weight:bold;*/
	cursor:pointer;
}

.dropdown dt a {
background:none;
}

.dropdown dt:hover {

}
.dropdown dd {
	position:absolute;
	overflow:hidden;
	width:auto;
	display:none;
	z-index:200;
	opacity:0
}
.dropdown ul {
	list-style:none;
	border-top:none;
	/*background-image: url(../images/funzine_dd_bg.png);*/
	background-image: url(../images/dropdown_bg.png);
	background-repeat: repeat;
	padding-top:10px;
	margin-top:5px;
}
.dropdown li {
	display:block;
	height:25px;
	margin-bottom:4px;
}
.dropdown a, .dropdown a:active, .dropdown a:visited {
	margin-left:10px;
	margin-right:10px;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	height:40px;
	padding:5px;
	color:#FFFFFF;
	text-decoration:none;
	background:#005F8F;
	margin-bottom:5px;
}
.dropdown a:hover {
	background:#FDB314;
	color:#666666
}
.dropdown .underline {
	/*margin-bottom: 2px;*/	/*border-bottom:1px solid #b9d6dc*/
	
}


/*---MEET & SHARE-----*/

.dropdown .ulms  {
	list-style:none;
	border-top:none;
	/*background-image: url(../images/funzine_dd_bg_ms.png);*/
	background-image: url(../images/dropdown_bg.png);

	background-repeat: repeat;
}
.dropdown .ulms a, .dropdown .ulms a:active, .dropdown .ulms a:visited {
	margin-left:10px;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	height:40px;
	padding:5px;
	color:#FFFFFF;
	text-decoration:none;
	background:#E0061C;
	margin-bottom:5px;
}
.dropdown .ulms a:hover {
	background:#FDB314;
	color:#666666
}

/*------*/

/*---GOING OUT-----*/

.dropdown .ulgo  {
	list-style:none;
	border-top:none;
/*	background-image: url(../images/funzine_dd_bg_go.png);*/
background-image: url(../images/dropdown_bg.png);

	background-repeat: repeat;
	width:auto;
}
.dropdown .ulgo a, .dropdown .ulgo a:active, .dropdown .ulgo a:visited {
	margin-left:10px;
	font-family:Arial;
	font-size:14px;
	/*font-weight:bold;*/
	height:40px;
	padding:5px;
	color:#FFFFFF;
	text-decoration:none;
	background:#70074C;
	margin-bottom:5px;
}
.dropdown .ulgo a:hover {
	background:#FDB314;
	color:#666666
}

/*------*/

/*---Discovery-----*/

.dropdown .uldi  {
	list-style:none;
	border-top:none;
/*	background-image: url(../images/funzine_dd_bg_di.png);*/
background-image: url(../images/dropdown_bg.png);

	background-repeat: repeat;
	width:auto;
}
.dropdown .uldi a, .dropdown .uldi a:active, .dropdown .uldi a:visited {
	margin-left:10px;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	height:40px;
	padding:5px;
	color:#FFFFFF;
	text-decoration:none;
	background:#B67B01;
	margin-bottom:5px;
}
.dropdown .uldi a:hover {
	background:#FDB314;
	color:#666666
}

/*------*/
