@charset "utf-8";


/*----------- Navi Menu -------------*/
.dropdown ul{
	height: 26px;
	font-weight: bold;
	color: #fff;
	margin: 0;
	/* background:#0165b9; */
	border-top:1px solid #d1d1d1;   
	/*border-bottom:1px solid #d1d1d1;*/  
	list-style: none;
}
.dropdown li {float: left;}
.dropdown li a{
	color: #fff;
	text-decoration: none;
	line-height: 26px;
	display: block;
	padding: 0 9px;
	/* border-right: 1px solid #0173D2; */
	border-right: 1px solid #CCCCCC;
}
.dropdown li a:hover,.dropdown .selected a {color: #333333; background: #fff; text-decoration: none;}


/*--------- Sub Menu ----------------*/
.submenu{
	/*position:absolute;*/
	position:fixed;
	top: 0;
	border: 1px solid #595959;
	border-top-width: 1px;
	border-bottom-width: 0;
	line-height:20px;
	z-index:100;
	background-color: white;
	width:150px;
	visibility: hidden;
}
.submenu ul {
	list-style: none;
}
.submenu a{
	/*width: auto;*/
	display: block;
	text-indent: 5px;
	border-top: 0;
	border-bottom: 1px solid #595959;
	padding: 2px 5px 2px 0;
	text-decoration: none;
	color: #595959;
}
* html .submenu a{ /*IE only hack*/
	width: 100%;
}
.submenu a:hover{ /*THEME CHANGE HERE*/
	background-color: #595959;
	color: #FFF;
	text-decoration: none;
}
/*------------------ End Sub Menu ---------------*/