#topNavContainer2 {
    
}

#topNavContainer2 .topNav {
	height: 90px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#topNavContainer2 .topNav li.navItem {
	float: right;
	height: 93px;
	width: 149px;
	text-align: center;
	margin-left: 0;
	padding: 0;
}


#topNavContainer2 .navItem:hover a, .navItem:hover a:visited {
	color: #fff !important;
}

#topNavContainer2 .topNav .navItem a, .navItem a:visited {
	display: block;
	height: 93px;
	width: 149px;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	line-height: 85px;
	color: #333;
}

#navPolicy:hover, #dropDownPolicy {
	background-color: #86b700;
}

#navLearning:hover, #dropDownLearning {
	background-color: #ff4c0e;
}

#navEvents:hover, #dropDownEvents {
	background-color: rgb(233, 131, 37);
}

#navMedia:hover, #dropDownMedia {
	background-color: #c62530;
}

#navResources:hover, #dropDownResources {
	background-color: #347db6;
}

.navDropDown {
	overflow: hidden;
	width: 1002px;
	position: relative;
	z-index: 60000;
	text-align: left;
	padding: 18px 0 0 0;
	margin-left: 0px;
	-moz-border-radius: 0px 0px 12px 12px;
	-webkit-border-radius: 0px 0px 12px 12px;
	border-radius: 0 0 12px 12px;
	-webkit-box-shadow: 0px 6px 36px -12px ;
	-moz-box-shadow: 0px 6px 36px -12px ;
	box-shadow: 0px 6px 36px -12px;
	background: none;
	display: none;
}

.navDropDown li {
	margin-bottom: 18px;
}

.navDropDown li a, .navDropDown li a:visited {
	display: inline !important;
	line-height: 18px !important;
}

.topNav li:hover .navDropDown {
	top:auto;
}

.topNav li:hover #dropDownPolicy {
    display: block;
	margin-left: -853px !important;
}

.topNav li:hover #dropDownEvents {
	display: block;
    margin-left: -704px !important;
}

.topNav li:hover #dropDownLearning {
    display: block;
	margin-left: -555px !important;	
}

.topNav li:hover #dropDownMedia {
    display: block;
	margin-left: -406px !important;
}

.topNav li:hover #dropDownResources {
    display: block;
	margin-left: -257px !important;
}
/**********Footer Column**************/
.topNavCol_Footer {
	float: left !important;
	height: 100% !important;
	margin: 0 0px 0px 0px !important;
	padding-left: 0px !important;
	color: #fff !important;
	line-height:17pt;
	list-style-type: none;
}

.topNavCol_Footer a:hover {
	text-decoration: underline !important;
}
/**********Footer Column**************/
.topNavCol {
	float: left !important;
	width: 162px !important;
	height: 100% !important;
	margin: 0 18px 18px 0px !important;
	padding-left: 18px !important;
	color: #fff !important;
	list-style-type: none;
}

.topNavCol a:hover {
	text-decoration: underline !important;
}

.topNavCol li ul {
	margin-left: 12px !important;
	font-size: 10px !important;
	list-style-type: disc !important;
	list-style-position: outside !important;
	padding-left: 0 !important;
}

.topNavCol li ul li {
	margin-bottom: 0px !important;
}

.topNavCol li ul li a, .topNavCol li ul li a:visited {
	font-size: 10px !important;
}
p {
	font-size:12px;
	line-height:18px;
}
nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}
