/* CSS Document */
/* Start:Menu  Customs*/
				#nav, #nav ul {
					padding: 0;
					margin: 0;
					list-style: none;
					vertical-align:baseline;
				}

				#nav a {
					display: block;
					width:105px;
					color:#000000;
					font-size:11px;
					text-decoration:none;
					font-weight:normal;
					font-family:Arial, Helvetica, sans-serif;
				}

				#nav li {
					float: left;
					position:relative;
					width:50px;
				}
				#nav li span{ 
				font-weight:bold; 
				color:#336699; 
				font-size:13px; 
				font-family:Geneva, Arial, Helvetica, sans-serif;
				}
				#nav li ul {
					position: absolute;
					width: 1em;
					left: -999em;
					z-index:9999 !important;
				}

				#nav li:hover ul, #nav li.sfhover ul {
					left: auto;
				}
				#nav li ul ul {     margin:-1.6em 0 0 11.7em;} 
				#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
} 
				#nav li:hover ul ul, #nav li.sfhover ul ul {     left: -999em; } 
				#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {     left: auto; } 
	#nav LI LI A {
	BORDER-RIGHT: #eee 1px solid; PADDING-RIGHT: 3px; PADDING-LEFT: 5px; BACKGROUND-IMAGE: none; PADDING-BOTTOM: 3px; MARGIN: 0px; BORDER-LEFT: #eee 1px solid; WIDTH: 120px; text-align:center; COLOR: #fff; LINE-HEIGHT: 1em; PADDING-TOP: 3px; BORDER-BOTTOM: #eee 1px solid; POSITION: relative; HEIGHT: auto; BACKGROUND-COLOR: #0f6893
}
#nav LI LI A:hover {
	BACKGROUND-COLOR: #3b81a1
}#nav LI LI UL A:hover {
	BACKGROUND-COLOR: #3b81a1
}
/*End:Menu Customs*/
/*This style is to stop the sticky problem in IE7*/
#nav li:hover, #nav li.hover 
{
    position:static;
}
/*End...*/
.mylinks { COLOR:#424617  }
.bottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #979F54;
	position: absolute;
	width: 882px;
	border-top: thin solid #4D4C2E;
	text-align: center;
}
