	a{
		color: #FFFFFF;
		text-decoration: none;
	}
	
	.headerLink{
		text-decoration: none;
		color: #FFFFFF;
		font-size: 16px;
	}
	.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 40px;
		margin-bottom: 6px;
		margin-top: 6px;
		white-space: nowrap;
	}
	.dropDown{
		<?php if( substr_count($_SERVER['HTTP_USER_AGENT'], 'MSIE') > 0 ) echo 'margin-top: 15px;'; ?>
		background-image: url(<?php echo $homePath; ?>images/dropDown_bg.gif);
		background-color: #a5a4a4;
		width: 220px;
		padding: 5px;
		padding-left: 15px;
		border-bottom: 4px solid #898989;
	}
	.smLogo{
		vertical-align: middle;
	}
