#navtopAdmin {
    background: #FECE00;
    width: 700px;
    float: left;
    height: 25px;
    font-size: 12px;
}
#navfooterAdmin 
{
    background: #FECE00;
    width: 700px;
    height: 5px;
    margin-top: 25px;
    clear:both;
}
.menuAdmin {
	margin-left: 25px;
	font-size: 12px;
	font-weight: bold;
}
.menuItemAdmin td {
	color: #000392;
	height: 24px;
	width: 100px;
	text-align: left;
}
.menuItemAdmin a:link, .menuItemAdmin a:visited, .menuPopupItemAdmin a:link, .menuPopupItemAdmin a:visited {
	color: #000392;
	text-decoration: none;
}
.menuItemAdmin a:hover {
	text-decoration: underline;
}

/* make drop down menu container style */
.menuPopupAdmin {
	background: #FECE00;
	border-bottom: none;
	color: #000392;
}

/* make drop down menu item style */
.menuPopupItemAdmin 
{
    background: #FECE00;
	color: #000392;
	padding: 3px;
}

.menuPopupItemAdmin a:hover {
	text-decoration: underline;
}
/* make crumbs after making new nav */
#breadcrumb {
	padding-top: 10px;
	padding-left: 10px;
	color: #000392;
	font-size: 10px;
	font-weight: bold;
	height: 20px;
}
.menuFooterAdmin {
	margin-left: 25px;
	font-size: 10px;
}
.menuFooterItemAdmin td {
	color: #000392;
	height: 24px;
	width: 100px;
	text-align: left;
}
.menuFooterItemAdmin a:link, .menuFooterItemAdmin a:visited {
	color: #000392;
	text-decoration: none;
}
.menuFooterItemAdmin a:hover {
	text-decoration: underline;
}
