#container-menu { position: absolute;  left: 0px width: 955px; background-color: 6eb253; height: 50px; font-size: 14px; line-height: 1.2; }
#container-menu ul { list-style-type: none; margin: 0px; padding: 0px; color: white; }
#container-menu li {  width: 120px; height: 50px; background-color: #6eb253; padding: 0px; margin: 0px;  }
#container-menu ul li a { font-family: arial; background-color: #6eb253; padding-top: 20px; height: 30px; display: block; width: 120px;  text-decoration: none; color: #fff;  text-align:center;  }
#container-menu ul li a.menu-2line {	padding-top: 12px; height: 38px;  }
#container-menu ul li a:hover { background-color: #005ea8; transition: .5s; -webkit-transition: .5s; }
#container-menu ul li.menu-last, #container-menu ul li a.menu-last { width: 115px; }

#container-menu ul li ul li.menu-drop { font-size: 20px; color: black;  width: 935px; background-color: #e5e6e7; padding: 25px 0px 25px 20px;   line-height: 1.3; height: 100%; }
#container-menu ul li ul li.menu-drop a { text-decoration:none; color: #000;  padding: 0px; background-color: inherit; display: inline; height: inherit; text-transform: none; letter-spacing: inherit; line-height: 1.4; font-size: 14px;  }
#container-menu ul li ul li.menu-drop a.menu-level-1 { padding-left: 24px; color: #005ea8;  } 
#container-menu ul li ul li.menu-drop a.menu-level-2 { padding-left: 34px; color: #59595b;  } 
#container-menu ul li ul li.menu-drop a.menu-level-3 { padding-left: 44px; color: #808082;  } 

#container-menu ul li ul li.menu-drop table tr td  { line-height: 150%;  } 
#container-menu ul li ul li.menu-drop table tr td.menu-drop-col-1 { border-right: 1px solid #d5d6d7; width: 220px;  }
#container-menu ul li ul li.menu-drop table tr td.menu-drop-col-2 { border-right: 1px solid #d5d6d7; width: 240px;  }
#container-menu ul li ul li.menu-drop table tr td.menu-drop-col-3 {  width: 225px;  }







/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
	line-height:	1.0;
}

.sf-menu ul {
	position:		absolute;
	top:			-999em;
	z-index:		50;	
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
	
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			55px; /* match top ul list item height */
	z-index:		99;

}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			0px; /* match ul width */
}


/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
	margin-bottom:	0em;
}
.sf-menu a { }
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
}
.sf-menu li { }
.sf-menu li li { }
.sf-menu li li li { }
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	outline:		0;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
}

a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator { }

/*** shadows for all but IE6 ***/
.sf-shadow ul { }
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}
