#clearingdiv {
	clear:both;
}
#GlobNavList {
	margin: 0px;
	padding: 0px;
	width: 250px;
	top: 260px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	visibility: visible;
	bottom: 0px;
	z-index: 5;
	position: relative;
	background-color:#bac87a;
}
#GlobNavList ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	height: 100%;
	width: 250px;
	border:0px solid red;
}
#GlobNavList li {
	margin: 0px;
	padding: 10px 0px;
	height:2em;
}
#GlobNavList a {
	margin: 0px;
	text-decoration: none;
	display: block;
	padding: 0px;
}
#GlobNavList a:hover {
	margin: 0px;
	text-decoration: none;
	color: #FFFFFF;
	text-align: center;
}
#GlobNavList .mainnav {
	color: #FFFFFF;
	background: #303995;
	border-bottom: 1px solid #FFFFFF;
	font-size: 95%;
	text-align: center;
	margin: 0px;
	padding: 0px;
	height:2.5em;
}

#GlobNavList .subnav {
	color: #000000;
	background: #d1e189;
	text-align: center;
	text-decoration: none;
	font-size: 90%;
	margin: -2px 0px!important;
	padding: 0px;
}
#GlobNavList .mainnav a {
	color: #FFFFFF;
	padding: 10px;
	text-align: center;
}
#GlobNavList .subnav a {
	color: #000000;
	text-decoration: none;
	padding: 5px;
	margin: 5px;
	text-align: center;
	font-size: 85%;
}
#GlobNavList .subnav a:hover {
	color: #555555;
	text-decoration: underline;
	/*border-bottom:1px dotted #555555;*/
	/*background-color:#D1F3CF;*/
	padding: 5px;
	margin: 5px;
}
#GlobNavList .mainnav a:hover {

	color: #CCC;
	text-decoration: none;
	padding: 10px;
	text-align: center;
}

