	a{
		color: #FFFFFF;
		text-decoration: none;
	}
	body{
		margin: 0px;
		font-family: Arial, Helvetica, sans-serif;
	}
	.mainTable{
		height: 100%;
	}
	.headerLink{
		text-decoration: none;
		color: #FFFFFF;
		font-size: 16px;
		font-weight: bold;
	}
	.headerLink:hover{
		text-decoration: underline;
	}
	.ddLink{
		color: #000000;
		font-size: 14px;
		line-height: 22px;
	}
	.ddLink:hover{
		color: #135AB0;
	}
	
	ul { /* all lists */
		padding: 0;
		margin: 0;
		list-style: none;
	}
	
	li { /* all list items */
		float: left;
		position: relative;
	}
	
	li ul { /* second-level lists */
		display: none;
		position: absolute;
		left: 0;
		top: 1em;
	}
	
	li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
		top: auto;
		left: auto;
	}
	
	li:hover ul, li.over ul { /* lists nested under hovered list items */
		display: block;
	}
	.menuHead{
		padding: 0px 23px;
		margin-bottom: 6px;
		margin-top: 6px;
		white-space: nowrap;
		border-left: 1px solid #999999;
	}
	.dropDown{
		width: 220px;
		padding: 5px;
		padding-left: 15px;
		border: 1px solid #CCCCCC;
		border-top: none;
	}
	.smLogo{
		vertical-align: middle;
	}
