/*ナビゲーション*/

.chromestyle{
	width: 99%;
	font-weight: normal;
	font-size:0.8em;
	height:46px;
	position: absolute;
	line-height:3.8em;
	background: url(http://www.econetworks.jp/img/globalnaviline.jpg) no-repeat left;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
width: 100%;
padding: 0;
margin: 0;
text-align: left;
}

.chromestyle ul li{
display: block;
background: url(http://www.econetworks.jp/img/globalnaviline.jpg) no-repeat right;
float:left;
height:46px;
}

.chromestyle ul li a{
	color: #000;
	padding: 8px 14px;
	margin: 0;
	background: url(http://www.econetworks.jp/img/globalnavidown.gif) no-repeat center bottom;
 text-decoration: none;
 cursor: default;
}

.chromestyle ul li a:hover{
/*background: url(chromebg-over.gif) center center repeat-x; THEME CHANGE HERE*/
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
/*content: " v";
content: " " url(img/globalnavidown.gif) ; uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
font:normal 0.8em sans-serif;
z-index:100;
background-color: #D8EFFF;
width: 160px;
padding-top:8px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
/*text-indent: 3px;*/
border-bottom: 1px dotted #CCC; 
padding: 8px 12px;
text-decoration: none;
color: #000;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 180px;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #DDD;
}

