@charset "UTF-8";

/**
 * droppy CSS
 *
 * @file		droppy.css
 * @package		droppy
 *
 */

#globalNavi ul,
#globalNavi li {
	/*margin:0;
	padding:0;*/
}

#globalNavi	{
	height: 39px;
	text-align: center;
}




#nav {
	width: 990px;
	margin: 0 auto;
	position: relative;
	line-height:1;
	text-align: left;
	z-index:1;
}

* html #nav {
	margin: 0;
}

#nav ul {
	margin: 0;
	padding: 0;
	display: none;
	position: absolute;
	top: 39px;
	left: 0;
	
}

#nav li {
	margin: 0;
	list-style: none;
	float: left;
	position: relative;
}

* html #nav ul {
	line-height: 0;
}
#nav ul li { float: none;width: 124px; }

#nav ul { width: 124px; z-index: 100000;}
#nav ul a { 
	display: block;
	/*background:#121212;*/
	background:#444;
	/*background: #5c5c5e url(../../img/navi-sub-bg.gif) repeat-x left top;*/
	padding: 10px 4px;
	color: #FFF;
	border-bottom: 1px solid #5b5b5b;
	opacity: 0.9;
	filter: alpha(opacity=90);
	zoom: 1;
	line-height: 1;
	text-decoration: none;
}
#nav ul a.hover {
	/*color: #99CC00;*/
	opacity: 1.0;
	filter: alpha(opacity=100);
	color: #333333;
	background: #99CC00;
}

#nav ul li.Last a {
	border:none;
}

#nav a:focus {
	outline: none;
}
