﻿#navtopAdmin {
    background: #A39A73;
    width: 750px;
    float: left;
    height: 25px;
    font-size: 14px;
    margin: 0.25em;
}
.menuAdmin {
	margin-left: 25px;
	font-size: 14px;
	font-weight: bold;
}
.menuItemAdmin td {
	color: white;
	height: 24px;
	width: 100px;
	text-align: left;
}
.menuItemAdmin a:link, .menuItemAdmin a:visited, .menuPopupItemAdmin a:link, .menuPopupItemAdmin a:visited {
	color: white;
	text-decoration: none;
}
.menuItemAdmin a:hover {
	text-decoration: underline;
}

/* make drop down menu container style */
.menuPopupAdmin {
	background: #A39A73;
	border-bottom: none;
	color: #525980;
}

/* make drop down menu item style */
.menuPopupItemAdmin 
{
    background: #A39A73;
	color: white;
	padding: 3px;
}

.menuPopupItemAdmin a:hover {
	text-decoration: underline;
}

