.moduletable_city{
	float:left ;
	padding: 0px 10px ;
	margin: 0 0px ;
	height: 46px;
	line-height: 46px;
	vertical-align: middle ;
}
.julialocations_city{
	color : #47c8f2 ;
	background-color : #121011 ;
	border: none ;
	height: 28px ;
	line-height: 28px ;
	vertical-align:middle;
}
.julialocations_city_dropdown{
	font-size:16px ;
	font-weight: bold ;
	color : #47c8f2 ;

}
.julialocations_city_dropdown span{
	padding: 5px 6px ;
	background: #121011;

}
.julialocations_cityform{

	z-index:10 ;
}

// This is splash screen

.julialocations_splash{
	color : #47c8f2 ;
	background-color : transparent ;

}

ul.col_2 {
/*
    position: relative;
    top: -87px;
    left: 140px;

 */
	margin: 0;
    padding: 0;
 }

ul#julialocations_splash {
	float:left ;
	font-size: 1.2em ;
	margin :10px 0px ;
	padding: 0px ;
	width: 45% ;
}
ul#julialocations_splash li{
	margin :2px 0px ;
	list-style-type: none ;
	font-weight: bold ;
}
ul#julialocations_splash li a{
	/*	color : #47c8f2 ; */
	font-size: 12px ;
	text-decoration: none ;
}
ul#julialocations_splash li a.current{
	font-size: 12px ;
	color : #47c8f2 ;
}
ul#julialocations_splash li a:hover{
	font-size: 12px ;
	color : #fff ;
}

// Meyers menu

ul#citymenu {
	color : #000 ;
	padding: 0;
	margin: 0;
	border: none;
}

ul#citymenu li {
	list-style-type: none;

  	position: relative;
 	margin: 0;
 	padding: 0;
 	height: 28px ;
 	line-height: 28px ;
 }
ul#citymenu ul {
	display: none;
}
ul#citymenu li:hover > ul {
	display: block;
	position: absolute;
	top: -1px;
	left: 100%;
}
ul#citymenu li a {
	display: block;
	color : #ffffff;
	padding: 0px 4px ;
	font-size: 16px ;
	font-weight: bold ;
	text-decoration: none;
  	background: #121011;
}
ul#citymenu li a:hover {
	color : #47c8f2 ;
}
ul#citymenu li.sub > a {
	font-weight: bold;
	background: #121011;
}

ul#citymenu {
	width: 6em;
}
ul#citymenu > li:hover > ul {
	width: 10em;
	top: 1.5em;
	left: -3px;
}

ul#citymenu ul {
	width: 10em;
}
