/* =========================================================

Last Update 2013.05.14

========================================================= */



#dates_box dl#2015 dt {
  clear: left !important; 
  float: left !important; 
  margin: 0 0 0.8em !important; 
  width: 7.5em !important; 
  border-left: solid 8px #CCC !important; 
  padding-left: 5px !important; 
  color: #000 !important; 
}

#dates_box dl#2015 dd {
  margin-bottom: 0.8em !important; 
  margin-left: 7.5em !important; 
}



ul.dropdown {
 position         : relative;
 z-index:600;
}
ul.dropdown a:active,
ul.dropdown a:hover,
ul.dropdown li.hover a {
 color            : #fff;
}
ul.dropdown li {
 float            : left;
 zoom             : 1;
}
ul.dropdown li a {
 color            : #fff;
 display          : block;
}
ul.dropdown li.hover,
ul.dropdown li:hover {
 background-color : #004993;
 color            : #fff;
 position         : relative;
}
ul.dropdown li:last-child a {
 border-right     : none;
}
ul.dropdown ul {
 border           : 1px solid #0B1828;
 border-bottom    : none;
 float            : none;
 left             : 0;
 position         : absolute;
 top              : 100%;
 visibility       : hidden;
 width            : 188px;
}
ul.dropdown ul li {
 background-color : #0059B2;
 border-bottom    : 1px solid #004488;
 color            : #fff;
 float            : none;
 font-weight      : normal;
 width            : 188px;
}
ul.dropdown ul li a {
 border-right     : none;
 color            : #fff;
 display          : inline-block;
 padding          : 10px;
 text-decoration  : none;
 width            : 188px;
}

ul.dropdown ul li a:hover {
 color            : #FF9;
}
ul.dropdown ul li.none a {
	border-right     : none;
	color            : #797979;
	display          : inline-block;
	padding          : 10px;
	text-decoration  : none;
	width            : 188px;
}

ul.dropdown ul li.none a:hover {
	color            : #797979;
	background-color:#18334B;
	width:200px;
}
