@charset "utf-8";
/* CSS Document */

#menu, #menu ul {
        margin: 0;
        padding: 0;
        list-style: none;
		
}
#menu {
        width: 990px;
        margin: 0 auto;
		background: #008933;
		margin-bottom:10px;
}

#menu:before,
#menu:after {
        content: "";
        display: table;
}

#menu:after {
        clear: both;
}

#menu {
        zoom:1;
}

#menu li {
        float: left;
        position: relative;
		
}

#menu a {
        float: left;
        padding: 12px 15px;
        color: #FFF;
        text-transform: uppercase;
        font: bold 12px Arial, Helvetica;
        text-decoration: none;
}

#menu li:hover > a {
		background: #00960B;
		color:#000;
}

*html #menu li a:hover { /* IE6 only */
		background: #00960B;
		color:#000;		
}

#menu ul {
        margin: 10px 0 0 0;
        _margin: 0; /*IE6 only*/
        opacity: 0;
        visibility: hidden;
        position: absolute;
        top: 38px;
        left: 0;
        z-index: 9999;
		background:#00960B;
       /* -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        border-radius: 0px;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;*/
		
}


#menu li:hover > ul {
        opacity: 1;
        visibility: visible;
		background: #00960B;
		border-radius:0px 0px 10px 10px;
		padding:5px;
        margin: 0;
}

.n2 li
{ 
	/*border-bottom:1px #FFF dashed;*/
}

/*.n2 li:hover
{ 
	background:#fff;
	color:#000;
}

.n3 a:hover
{ 
	background:#FFF;
	color:#000;
}*/

#menu ul ul {
        top: 0;
        left: 250px;
        margin: 0 0 0 20px;
        _margin: 0; /*IE6 only*/
}



#menu ul li {
        float: none;
        display: block;
        border: 0;
        _line-height: 0; /*IE6 only*/
}

#menu ul li:hover 
{
	background:#00960B;
	color:#000;
}

#menu ul li:last-child {
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
		min-width:200px;
}


#menu ul a {
        padding: 5px;
        width: auto;
        _height: 10px; /*IE6 only*/
        display: block;
        float: none;
        text-transform: none;
		border-bottom:1px #FFF dashed;
}

#menu ul a:hover {
       background-color: #00960B;
		opacity: 0.7;
		color:#000;
		
}

#menu ul li:first-child > a {
        -moz-border-radius: 3px 3px 0 0;
        -webkit-border-radius: 3px 3px 0 0;
        border-radius: 3px 3px 0 0;
}

#menu ul li:first-child > a:after {
        content: '';
        position: absolute;
        left: 40px;
        top: -6px;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 2px solid #000000;
}

#menu ul ul li:first-child a:after {
        left: -6px;
        top: 50%;
        margin-top: -6px;
        border-left: 0;
        border-bottom: 6px solid transparent;
        border-top: 6px solid transparent;
        border-right:2px solid #3b3b3b;
}

#menu ul li:first-child a:hover:after {
        border-bottom-color: #FF9000;
}

#menu ul ul li:first-child a:hover:after {
        border-right-color: #0299d3;
        border-bottom-color: transparent;
}

#menu ul li:last-child > a {
        -moz-border-radius: 0 0 3px 3px;
        -webkit-border-radius: 0 0 3px 3px;
        border-radius: 0 0 3px 3px;
}