/*
-----------------------------------------------
weatherigation
----------------------------------------------- */

/* weatherigation (horizontal subweatherigation)
----------------------------------------------- */
ul.weather,
ul.weather * { margin:0;padding:0;}
ul.weather {
  position:relative;
  background:#666;
  /*max-width:100%;
  height:2.5em;*/
  }
ul.weather li {
	cursor:pointer;
	/*float:left;
	text-align:center;*/
	list-style-type:none;
	font-weight:normal;
}
ul.weather li ul {
	cursor:default;
	width:14em;
	max-width:14em;
	position:absolute;
	height:auto;
	top:0em;
	background-position:0 0 !important;
	left:-9000px;
	display:block;
	margin-top:5px;
}
ul.weather li ul li {
	padding:0;
	border:none;
	width:auto;
	max-width:none;
}
ul.weather li a {
	color:#fff;
	background:#666;
	font-weight:normal;
	/*text-decoration:none;
	display:block;
	float:left;*/
	padding:0 1em;
	height:2.4em;
	line-height:2.5em;
}
ul.weather li ul li a {
	position:relative !important; /* ie Mac */
	cursor:pointer !important;
	white-space:nowrap;
	line-height:1em;
	height:1em;
	font-weight:bold;
	color:#666;
	/*background-position:0 50% !important;*/
	text-decoration:none;
	display:block;
	float:left;
	margin-left:120px;
	background:#375A7E !important;
	width:18em;
	padding:0.5em;
}

ul.weather li:hover a,
ul.weather li a:hover,
ul.weather li a:focus {color:#000; background:#ccc;}
ul.weather li a:active {color:#666; background:#fff;}
ul.weather li:hover ul {left:0;z-index:10}
ul.weather li ul,
ul.weather li {background:transparent !important}
ul.weather li:hover ul li a {color:#444;}
ul.weather li:hover ul li a:hover {color:#000; background:#fff;}
ul.weather li:hover ul li a:active {color:#666; background:#fff;}

ul.weather li.current a {color:#666; background:#fff; cursor:default; font-weight:bold;}
ul.weather li.current ul {left:0;z-index:5}
ul.weather li.current ul,
ul.weather li.current {background:#ccc !important}
ul.weather li.current ul li a {color:#444; background:#ccc; font-weight:normal;}
ul.weather li.current ul li a:hover {color:#000; background:#fff;}
ul.weather li ul li.current a,
ul.weather li ul li.current a:hover,
ul.weather li.current:hover ul li a:active {color:#666; background:#fff;}


ul.weather {
  background:none;
}
ul.main li {
  position:relative;
  top:0;
  left:0;
}
ul.main li ul {
  border-top:0;
  display:block;

}
ul.main li ul li {
  float: left;
  clear:both;
  display:block;
}
ul.main li a {
	height:1.5em;
	line-height:1.5em;
	border:0;
	color:#375A7E;
	background:none;
}
ul.main li ul li a {
  width:220px;
  line-height:0.9em;
  height:0.9em;
  text-align:left;
  color:#fff;
  float: left;
  clear:both;
  display:block;
}
ul.main li a:focus {color:#fff; background:#666;}
ul.main li ul li a:hover {
  color:#fff;
  background:#555;
}
ul.main li:hover a {
  color:#375A7E;
  background:none;
}
ul.main li:hover ul li a {color:#fff; font-size:0.8em;}
ul.main li:hover ul li a:hover {color:#fff; background:#444; font-size:0.8em;}
ul.main li:hover a:active {/*background:#444;*/}
ul.main li:hover ul li a:active {/*color:#fff; background:#222;*/}



