#navtop_container {
	border:none;
	margin:0 0 0 1px;
	padding:0;
	background-image:url(_images/topnav_bg.gif);
	background-repeat:repeat-x;
	height:40px;
	width:969px;
	z-index:9999;
}


#navtop {
float:left;
margin:0;
padding:0;
}


.menu {
	border:none;
	margin:0;
	padding:0;
}

.menuItemHover {
background-image:url(_images/topnav_rollover.gif);
background-repeat:no-repeat;
}

.menuPopupSelectedItem {

}

.menuSelectedItem {
background-image:url(_images/topnav_active.gif);
}

.menuItem {
	width:132px;
	height:40px;
	font-weight:bold;
	font-size:12px;
}
.menuItem td {
text-align:center;
padding-top:5px;
}
.menuItem a, .menuItem a:hover {
	color:#036;
	padding-top:15px;
	text-decoration: none;
	background:none;
}

a.menuSelectedItem, a.menuSelectedItem:hover {
color:#FFF;
}



/* make drop down menu container style */
.menuPopup {
	font-size:.75em;
	border-left:1px solid #999;
	border-bottom:1px solid #999;
	border-right:1px solid #999;
}

/* make drop down menu item style */
.menuPopupItem  {
	color:#036;
	/*min-width:132px;*/
	width:205px;
}

.menuPopupItem a:hover {
color:#036;
text-decoration:none;
/*text-decoration: underline;*/
}

.menuPopupItem td {
	/*width:132px;*/
	padding:3px 5px;
background-color:#f3f3f3;
}

.menuPopupItem td:hover {
background-color:#e7e7e7;
}

/* make crumbs after making new nav */
#breadcrumbClient {
	padding-top: 10px;
	padding-left: 10px;
	color: #000000;
	font-size: 10px;
	font-weight: bold;
	height: 20px;
}

#breadcrumbLayout {
	padding-top: 10px;
	padding-left: 0px;
	color: #000000;
	font-size: 10px;
	font-weight: bold;
	height: 20px;
}

.menuFooter {
    font-size: .8em;
    margin:0 0 0px 0;
    padding:0;
}
.menuFooterItem td {
    padding:0 3px 0 5px;
    margin:0;
    white-space:nowrap;
    width:auto;
}
.menuFooterItem a:link, .menuFooterItem a:visited {
    color:#06c;	
}
.menuFooterItem a:hover {
	text-decoration: underline;
}
