﻿#aspMenuHolder {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: bold;	
	text-align:center;
	line-height:20px;
	height: 20px;
	width: 1100px;
	padding: 0px;
	margin: 0px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	position: relative;
	z-index:1000;
}
#aspAdminMenuHolder {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: bold;	
	text-align:center;
	line-height:20px;
	height: 20px;
	padding: 0px;
	background-color: #FFF;
	position: relative;
	z-index:1000;
}

.menuStatic { }
.menuDynamic {
	z-index: 100;
}
.menuStaticItem, .menuDynamicItem {
	list-style: none;
	float:left;
	border-bottom-width:thin;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
.menuStaticItem a, .menuStaticItem a:visited {
	font-weight: normal;
	text-decoration:none;
	display:block;
	color:#666!important;
	color:#666;
	width:100px;
	overflow:hidden;
	background-color: #FFF;
}
.menuStaticItem a:hover {
	color:#000!important;
	background-color: #A5B7AB;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
.menuDynamic a {
	font-weight: normal;
	text-decoration:none;
	display:block;
	color:#666!important;
	color:#666;
	width:100px;
	overflow:hidden;
	background-color: #E1E4DB;
}
.menuDynamic a:hover {
	color:#FFF!important;
	background-color: #A5B7AB;
}

.menuAdminStatic { }
.menuAdminDynamic {
	z-index: 85;
}
.menuAdminStaticItem, .menuAdminDynamicItem {
	list-style: none;
	float:left;
}
.menuAdminStaticItem a, .menuAdminStaticItem a:visited {
	font-weight: normal;
	text-decoration:none;
	display:block;
	color:#666!important;
	color:#666;
	width:85px;
	overflow:hidden;
	background-color: #FFF;
}
.menuAdminStaticItem a:hover {
	color:#000!important;
	background-color: #A5B7AB;
}
.menuAdminDynamic a {
	font-weight: normal;
	text-decoration:none;
	display:block;
	color:#666!important;
	color:#666;
	width:85px;
	overflow:hidden;
	background-color: #E1E4DB;
}
.menuAdminDynamic a:hover {
	color:#FFF!important;
	background-color: #A5B7AB;
}

