#main-nav {
	/*width: 660px;*/
	width:825px;
	height: 35px;
	margin: 0px 0px 0px 0px;
	}

#main-nav ul {
	list-style: none;
	width: 100%;
	float: left;
	}
	
#main-nav li {
	display: inline;
	text-align: center;
	}
	
#main-nav a {
	display: block;
	height: 35px;
	width: 87px;
	padding: 0px 5px 0px 0px;
	/*line-height: 35px;*/
	padding-top:8px;
	font-size: 1em;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	float: left;
	background-image: url(../Library/Default/Menu/menu-item-bkg.png);
	background-repeat: no-repeat;
	}
	

	
#main-nav a.last {
	padding: 8px 0px 0px 0px;
	}
	
#main-nav a:hover {
	background-image: url(../Library/Default/Menu/menu-item-bkg-hover.png);
	background-repeat: no-repeat;
	}
	
#main-nav .selectedMenu {
	background-image: url(../Library/Default/Menu/menu-item-bkg-hover.png);
	background-repeat: no-repeat;
	}
/* -- HOVER MENUS -- */


#main-nav li ul {
	width: 150px;
	height: auto;
	font-size: 0.8em;
	font-weight: bold;
	list-style: none;
	display: none;
	position: absolute;
	z-index: 100;
	margin-top: 40px;
	}
	
#main-nav li{
    float:left;
    }	

	/*\*/ *:first-child+html #main-nav li ul { margin: 40px 0px 0px -92px; }/**/
	
#main-nav li.selectedMenu{
    background-image: url(../Library/Default/Menu/menu-item-bkg-hover.png);
	background-repeat: no-repeat;
    }	

	
#main-nav li:hover ul {
	display: block;
	}
	
#main-nav li ul li {
	position: relative;
	text-align: left;
	}
	
#main-nav li ul li a {
	display: block;
	height: auto;
	width: 150px;
	padding: 5px 10px 5px 10px;
	line-height: normal;
	font-size: 1.2em;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	float: none;
	background-color: #2e404e;
	background-image: none;
	background-repeat: no-repeat;
	border-bottom: 1px dotted #fff;
	}
	
#main-nav li ul li a.last {
	display: block;
	height: auto;
	width: 150px;
	padding: 5px 10px 5px 10px;
	line-height: normal;
	font-size: 1.2em;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	float: none;
	background-color: #2e404e;
	background-image: none;
	background-repeat: no-repeat;
	border: none;
	}
	
#main-nav li ul li a:hover {
	text-decoration: none;
	color: #2e404e;
	background-color: #91a3b0;
	background-image: none;
	}

#main-nav li ul li .selectedMenu {
	text-decoration: none;
	color: #2e404e;
	background-color: #91a3b0;
	background-image: none;
	}

/* -- */
	
#breadcrumbs {
	width: 785px;
	height: auto;
	margin: 0px 15px 0px 15px;
	padding: 10px 0px 10px 0px;
	}
	
#breadcrumbs ul {
	list-style: none;
	width: 100%;
	float: left;
	padding: 0px 0px 5px 0px;
	color: #91a3b0;
	}
	
#breadcrumbs li {
	display: inline;
	}
	
#breadcrumbs a {
	color: #91a3b0;
	}
	
#breadcrumbs a:hover {
	color: #f58220;	
	}
	
#sub-nav {
	width: 240px;
	height: auto;
	margin: 10px 0px 0px 0px;
	}
	
#sub-nav ul {
	list-style: none;
	}
	
#sub-nav li {
	display: block;
	/*height: 10px;*/
	height:auto;
	background-image: url(../Library/Default/Menu/sub-nav-bkg.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 5px 0px;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: underline;
	}
	
.three-col-1 ul, .three-col-2 ul, .three-col-3 ul {
	list-style: none;
	}
	
.three-col-1 li, .three-col-2 li, .three-col-3 li {
	display: block;
	height: 10px;
	background-image: url(../Library/Default/Menu/media-nav-bkg.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding: 0px 15px 0px 0px;
	margin: 0px 0px 10px 0px;
	font-size: 1em;
	font-weight: bold;
	/*text-decoration: underline;*/
	}

.sectionPDF li{
display: block;
	height: 10px;
	background-image: url(../Library/Default/Menu/media-nav-bkg.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding: 0px 15px 0px 0px;
	margin: 0px 0px 10px 0px;
	font-size: 1em;
	font-weight: bold;
	/*text-decoration: underline;*/
	}

.three-col-1 a:hover, .three-col-2 a:hover, .three-col-3 a:hover {
	color: #ed1c24;
	}
	
.section ul {
	list-style: none;
	margin: 10px 0px 10px 0px;
	font-weight: bold;
	font-size: 1em;
	color: #f58220;
	}
	
#int-nav {
	width: 825px;
	height: 35px;
	}
	
#int-nav ul {
	list-style: none;
	width: 100%;
	float: left;
	}
	
#int-nav li {
	display: inline;
	text-align: center;
	width: 119px;
	}
	
#int-nav a {
	text-align: center;
	display: block;
	height: 35px;
	width: 110px;
	margin: 0px 9px 0px 0px;
	line-height: 35px;
	font-size: 1em;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	float: left;
	background-image: url(../Library/Default/Menu/int-link-bkg.png);
	background-repeat: no-repeat;
	}
	
#int-nav a.first {
	text-align: center;
	display: block;
	height: 35px;
	width: 110px;
	margin: 0px 10px 0px 0px;
	line-height: 35px;
	font-size: 1em;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	float: left;
	background-image: url(../Library/Default/Menu/int-link-bkg.png);
	background-repeat: no-repeat;
	}
	
#int-nav a.last {
	text-align: center;
	display: block;
	height: 35px;
	width: 110px;
	margin: 0px;
	line-height: 35px;
	font-size: 1em;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	float: left;
	background-image: url(../Library/Default/Menu/int-link-bkg.png);
	background-repeat: no-repeat;
	}
	
#int-nav a:hover {
	text-align: center;
	background-image: url(../Library/Default/Menu/int-link-hover-bkg.png);
	background-repeat: no-repeat;
	}
	
#footer ul {
	list-style: none;
	width: 100%;
	float: left;
	margin: 0px 0px 5px 0px;
	}
	
#footer li {
	display: inline;
	}
