/* Basic code - don't modify */
#nav { display: block; margin: 0; padding: 0; position: relative; }
#nav li { display: block; list-style: none; margin: 0; padding: 0; float: left; position: relative; }
#nav a { display: block; }
#nav ul { display: none; position: absolute; left: 0; margin: 0; padding: 0; }
* html #nav ul { line-height: 0; } /* IE6 "fix" */
#nav ul a { zoom: 1; } /* IE6/7 fix */
#nav ul li { float: none; }
#nav ul ul { top: 0; }

/* Essentials - configure this */
#nav ul { 
	width: 186px; 
}
#nav ul ul { 
	left: 187px; 
}

/* Everything else is theming */
#nav { 
	background: url(../images/pulldownbarBlue.jpg) no-repeat;
/*	background-color: #30A8C3; */
	height: 27px; 
/*	font-family: 'ＭＳ ゴシック','MS Gothic','Osaka','Osaka',monospace;*/
	font-family:'メイリオ','Meiryo','ＭＳ Ｐゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
}

#nav A:link { text-decoration:none; color:#ffffff;}  
#nav A:visited { text-decoration:none; color:#ffffff;}  
#nav A:active { text-decoration:none; color:#ffffff;}  
#nav A:hover { TEXT-DECORATION: none; color:#ffffff; } 

#nav *:hover { 
	background-color: none; 
}
#nav a { 
/*	border-right: 1px solid white; */
	color: white; 
	font-size: 12px; 
	padding: 6px; 
	line-height: 1.0; 
}
#nav li.hover ul a { 
	background-color: #5E5A5A; 
}

#nav ul { 
	top: 28px; 
}
#nav li{
	height: 26px;
	cursor:pointer;
}

#nav li.ProductInfo {
	width:131px;
	text-align: center;
}
#nav li.hover.ProductInfo {
	background: url(../images/productsGreen.png) no-repeat;
}
#nav li.EventCalender {
	width:130px;
	text-align: center;
}
#nav li.hover.EventCalender {
	background: url(../images/calenderGreen.png) no-repeat;
}
#nav li.LiteratureReview {
	width:130px;
	text-align: center;
}
#nav li.hover.LiteratureReview {
	background: url(../images/LiteratureReviewGreen.png) no-repeat;
}
#nav li.WebSeminar {
	width:130px;
	text-align: center;
}
#nav li.hover.WebSeminar {
	background: url(../images/seminarGreen.png) no-repeat;
}
#nav li.Company {
	width:130px;
	text-align: center;
}
#nav li.hover.Company {
	background: url(../images/profileGreen.png) no-repeat;
}
#nav li.Link {
	width:131px;
	text-align: center;
}
#nav li.hover.Link {
	background: url(../images/linkGreen.png) no-repeat;
}
#nav li.DownLoad {
	width:131px;
	text-align: center;
}
#nav li.hover.DownLoad {
	background: url(../images/downLoadGreen.png) no-repeat;
}

#nav li.Topics {
	width:131px;
	text-align: center;
}
#nav li.hover.Topics {
	background: url(../images/TopicsGreen.png) no-repeat;
}

#nav li.Blog {
	width:131px;
	text-align: center;
}
#nav li.hover.Blog {
	background: url(../images/blogGreen.png) no-repeat;
}

#nav li li.hover a { 
	background-color: #30A8C3; 
}

#nav li ul {
	text-align: left;
}

#nav ul li a { 
	background-color: #5E5A5A; 
}

#nav ul a.hover { 
/*	background-color: #30A8C3; */
}
#nav ul a { 
	border-bottom: 1px solid white; 
	border-right: none; 
	opacity: 0.9; 
	filter: alpha(opacity=90); 
}
/* #nav ul a { border-bottom: none; } - I also needed this for IE6/7 */

#nav .ProductMagStim li{
/*	width: 230px; */
}
#nav .ProductMagStim ul{
/*	left: 231px; */
}

#nav .semner li{
	width: 330px; 
}
#nav .semner ul{
	left: 331px; 
}

#nav .Review li{
	width: 360px; 
}
#nav .Review ul{
	left: 361px; 
}

#nav ul{
/*	border: 1px solid red;*/
}
#nav li.top{
/*	border: 1px solid green;*/
}
