﻿.horizontal-menu {
	display:inline;
	float:left;
	z-index:10000;
	/*border:solid 1px lightgrey;*/
	-moz-border-radius: 5px;
    border-radius: 5px;
}
.horizontal-menu div.i {
	display:inline;
	float:left;
	list-style-type: none;
	list-style-position:outside;
	padding:7px 25px 7px 25px;
	margin-right:0px;
}

.horizontal-menu a, .horizontal-menu a:visited
{
	text-decoration:none;
	font-weight:400;
	color:inherit;
}

.horizontal-menu div.i .s 
{
    display:none;
	list-style-type: none;
	position:absolute;
	width:200px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-top:10px;
    margin-left:-10px;
    
}

.horizontal-menu div.i .s li
{
    list-style-type: none;
	list-style-position:outside;
	padding:7px 11px 7px 11px;
}

.horizontal-menu div.i .s li:first-child
{
    padding-top:30px;
    background-position:3px 3px;
    background-repeat:no-repeat;
}

.horizontal-menu div.i .s li:hover 
{
    background-color:#353535;
    color:White !important;
}

.horizontal-menu div.i .s li:first-child:hover 
{
    background-color:inherit;
    color:inherit;
}

.menu-green div.i .s
{
    background-color:#BAE38F;
    color:#353535;
    border-left:solid 0px gray;
    z-index:10000;
}

.menu-cyan div.i
{
    background-color:#D4EBF9;
    color:#353535;
    border-left:solid 1px gray;
}

.menu-cyan div.i .s li:first-child
{
    background-image:url('images/submenu-arrow-cyan.png');
}

.menu-green div.i .s li:first-child
{
    background-image:url('images/submenu-arrow-green.png');
}


.menu-green div.i
{
    background-color:#BAE38F;
    color:#435133;
    border-left:solid 0px gray;
}

.menu-green-container 
{
    background-color:#BAE38F;
    margin-top:5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.menu-green div.i a.f
{
    font-size:120% !important;
    font-weight:500;
}

/*dark-green*/

.menu-dark-green-container .horizontal-menu div.i .s
{
    background-color:#9CB65A;
    color:#eee;
    border-left:solid 0px gray;
    z-index:10000;
}

.menu-dark-green-container .horizontal-menu div.i .s li:first-child
{
    background-image:url('images/submenu-arrow-green.png');
}


.menu-dark-green-container .horizontal-menu div.i
{
    background-color:#9CB65A;
    color:#eee;
    border-left:solid 0px gray;
}

.menu-dark-green-container .horizontal-menu div.i a.f
{
    font-size:120% !important;
    font-weight:500;
}

.menu-dark-green-container 
{
    background-color:#9CB65A;
    margin-top:5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

/*********/