/* TOP UL */
	#nav ul {
		padding: 9px 0 0 0;
		margin:0 0 0 20px;
		list-style-type:none;
		}
/* End TOP UL */

/* Top LI */
	#nav li {
		float:left;
		position:relative;
		margin: 0;
		padding: 0;
		background: none
		}
	#nav li:hover#btnAbout {
		background: transparent url(../images/bgBtnAbout.jpg) 0 0 no-repeat;
		}
	#nav li:hover#btnDepartments {
		background: transparent url(../images/bgBtnDepartments.jpg) 0 0 no-repeat;
		}
	#nav li:hover#btnProgramsEvents {
		background: transparent url(../images/bgBtnProgramsEvents.jpg) 0 0 no-repeat;
		}
	#nav li:hover#btnSupportLibrary {
		background: transparent url(../images/bgBtnSupportLibrary.jpg) 0 0 no-repeat;
		}
/* End Top LI */

/* Top Link */
	#nav a {
		display:block;
		margin: 0;
		padding: 3px 0;
		height: 16px;
		font-size: 14px;
		line-height: 95%;
		text-decoration:none;
		color:#fff;
		background: transparent;
		text-align: center;
		border-right: 1px solid #514a46;
		outline: none;
		}
	#nav a.noBdrRight {
		border-right: 0;
		}
	#nav #btnHome a {
		width: 88px;
		background: transparent url(../images/bgBtnHome.jpg) 0 -22px no-repeat;
		}
	#nav #btnAbout a {
		width: 91px;
		background: transparent url(../images/bgBtnAbout.jpg) 0 -22px no-repeat;
		}
	#nav #btnDepartments a {
		width: 138px;
		background: transparent url(../images/bgBtnDepartments.jpg) 0 -22px no-repeat;
		}
	#nav #btnProgramsEvents a {
		width: 181px;
		background: transparent url(../images/bgBtnProgramsEvents.jpg) 0 -22px no-repeat;
		}
	#nav #btnOnlineCatalogs a {
		width: 150px;
		background: transparent url(../images/bgBtnOnlineCatalogs.jpg) 0 -22px no-repeat;
		}
	#nav #btnSupportLibrary a {
		width: 185px;
		background: transparent url(../images/bgBtnSupportLibrary.jpg) 0 -22px no-repeat;
		}
	#nav #btnContactUs a {
		width: 118px;
		background: transparent url(../images/bgBtnContactUs.jpg) 0 -22px no-repeat;
		}
	#nav a:hover {
		background-position: 0 0 !important;
		}
/* end Top Link */

/* Secondary UL */
	#nav ul ul {
		visibility:hidden;
		position:absolute;
		top: 13px;
		left:-1px;
		margin: 0;
		height:0;
		width:150px;
		}
	#nav ul li:hover ul,
	#nav ul a:hover ul{
		visibility:visible;
		}
	#nav ul ul#offsetUL {
		left: 50px;
		}
	#nav ul ul#wideUL {
		width:190px;
		}
/* End Secondary UL */

/* Secondary LI */
	#nav li li {
		width:149px;
		background-image: none;
		}
/* END Secondary LI */

/* Secondary Link */
	#nav ul ul a, #nav ul li#btnAbout ul a, #nav ul li#btnDepartments ul a, #nav ul li#btnProgramsEvents ul a, #nav ul li#btnSupportLibrary ul a{
		display:block;
		margin: 0;
		padding:7px 10px;
		background:#261e1c;
		color:#fff;
		height:auto;
		line-height:1em;
		width:128px;
		border-right: 1px solid #514a46;
		border-bottom:1px solid #433632;
		border-left: 1px solid #514a46;
		font-size: 11px;
		text-indent: 0;
		text-decoration:none;
		text-align: left;
		}
	
	#nav ul ul.wideUL a {
		width:170px !important;
		}
	#nav ul ul a.btnLast {
		border-bottom:1px solid #514a46;
		}
	#nav ul ul a:hover, #nav ul li#btnAbout ul a:hover, #nav ul li#btnDepartments ul a:hover, #nav ul li#btnProgramsEvents ul a:hover, #nav ul li#btnSupportLibrary ul a:hover {
		color:#fff;
		background:#007bc3;
		}
	#nav ul ul :hover > a {
		color:#fff;
		background:#007bc3;
		}
/* End Secondary Link */

/* IE 6 Fix */
	#nav table {
		position:absolute;
		top:0;
		left:0;
		border-collapse:collapse;
		}
/* End IE 6 Fix */




