@charset "UTF-8";

.clear{clear:both;}

div #container452, #container452 ul, #container452 li{
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

#container452 { /* the menu container */
	width: 100%;
}
	

#container452 ul { /* menu ul style */
	list-style: none;
	margin: 0;
}

#container452 li { /* horizontal menu */
	float: left;
	position: relative; background-color:#000;
}

#container452 a { /* the link style of menu */
	color: #fff;
        font-size: 11pt;
	display: block;
	line-height: 38px;
	padding: 0 12px;
	text-decoration: none;
}


 /* The sub menu is hidden by default and its position is places right under the parent menu*/
#container452 ul ul {
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
        overflow: hidden;
}

/* The sub menu list element is given a minimum width */
#container452 ul ul li {
	min-width: 180px;
}

/* the third level menu (sub sub menu) is placed to the left side of its parent*/
#container452 ul ul ul {
	left: 100%;
	top: 0;
}

#container452 ul ul a {
	background: #95A731;
        color:#fff;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
	border-right:none;
}

#container452 li:hover > a,
#container452 ul ul :hover > a {
	background: #95A731;
	color: #ffff;
}
#container452 ul li:hover > ul {
	display: block;
}

/* When the mouse is over a list (li) element with unordered-list (ul) element inside then show it. The position when its shown is defined in the previous block of CSS*/
#container452 ul li:hover > ul {
	display: block;
}

/* Styles the anchor (a) tag when mouse over */
#container452 li:hover > a,
#container452 ul ul :hover > a {
	background: #00454c;
	color: #fff;
}
