.clear{
	clear:both
}
.spacer{
	margin-bottom:10px;
}
#debug-box{
	width:400px;
	height:400px;
	border:solid 1px #000000;
	margin-top:20px;
	overflow:scroll;
	float:left;
}
#clear{float:left;}
#clear a{display:block;margin-top:50px; margin-left:10px;}

#n{
	margin:0px;
	padding:0px;
	display:inline;
	list-style:none;
	}
	#n li{
		margin:0px;
		padding:0px;
		display:inline;
		}
		#n li a{
			display:block;
			float:left;
			width:75px;
			background:#425280;
			border-right:solid 1px #000000;
			margin-top:27px;
			outline:none;
			color:#ffffff;
			text-decoration:none;
			font-size:11px;
			text-align:center;
			height:30px;
			line-height:36px;
			font-weight:100;
		}
		#n li a:hover,#n li a.on{
			background:#425280;
			color:#000000;
		}
		
		
		/*some generic dropdown styles*/
				.subMenuDown {
					/*these styles are required*/
					position:absolute;
					/*these styles are required*/
				}

		/* set total dd width here */
				.subMenuDown, a.subMenuItemsDown { width:128px; }

				.subMenuDown {
					margin:0px;
					padding:0px;
				}
					.subMenuDown #holder {}
					.subMenuDown #menu-header {}
						a.subMenuItemsDown {
							display:block;
							background:#425280;
							border-bottom: 1px solid #425280;
							color:#ffffff;
							font-family: Arial;
							font-size:11px;
							text-decoration:none;
						}
							a.subMenuItemsDown:hover{
								background:#5e6e9b;	
								color: #ffffff;
							}
						/*for padding*/
						a.subMenuItemsDown span{ display:block; padding:7px 20px 7px 15px; } /*padding:TRouBLe;*/
						.subMenuDown #menu-footer {
							width: 120px;
							height: 11px; 
							}
		
		
