﻿@charset "utf-8";

#glovalnavi{
	height: 55px;
	background-color: #7F9775;
	margin: 0px auto;
background:url(../img/gnavi.gif) repeat-x;
}

.navi_inner{
	width: 954px;
	margin: 0px auto;
}
#menu
{
	margin: 0;
	padding: 0px 0 0 0;
	list-style: none;  
}

#menu li
{
	float: left;
	padding: 0 0 0px 0;
	position: relative;
	line-height: 0;
	width:190px;

}

#menu a 
{
	float: left;
	height: 55px;
	padding: 0 0px;
font-size:150%;
}

#menu li:hover > a
{
}

*html #menu li a:hover /* IE6 */
{
	color: #fafafa;}

#menu li:hover > ul
{
	display: block;
}

/* Sub-menu */

#menu ul
{
    list-style: none;
    margin: 0;
    padding: 0;    
    display: none;
    position: absolute;
    top: 55px;
    left: 0;
    z-index: 99999;    
    background: #e3f19e;
	border:1px solid #bfd650;
}

#menu ul ul
{
  top: 0;
  left: 100px;
}

#menu ul li
{
    float: none;
    margin: 0;
    padding: 0;
    display: block;  
}

#menu ul li:last-child
{   

}

#menu ul a
{
	padding: 10px;
	height: auto;
	line-height: 1.4em;
	display: block;
	float: none;
	text-transform: none;
	font-size: 90%;
	border-bottom:1px dashed #bfd650;
	letter-spacing: -1px;
	text-align:center;
}

#menu ul li.last a{
	border-bottom:none;
}

#menu ul a:hover
{
    background: #f6fdd2;
	width:170px;	
}

#menu ul li:first-child > a
{

}

#menu ul li:first-child > a:after
{
    content: '';
    position: absolute;
    left: 30px;
    top: -8px;
    width: 0;
    height: 0;
}

#menu ul ul li:first-child a:after
{
    left: -8px;
    top: 12px;
    width: 0;
    height: 0;
}

#menu ul li:first-child a:hover:after
{

}

#menu ul ul li:first-child a:hover:after
{

}


#menu ul li:last-child > a
{

}

/* Clear floated elements */
#menu:after 
{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

* html #menu             { zoom: 1; } /* IE6 */
*:first-child+html #menu { zoom: 1; } /* IE7 */.under{
	background-image: url(../common/bg_glovalunder.gif);
	height: 12px;
}
