﻿.staticMenuItem {
	border-right-color: #C0C0C0;
	border-right-style: groove;
	border-right-width: 2px;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
	line-height: 41px;
	letter-spacing: 1px;
	width: 110px;
	height: 41px;
	float: left;
	color: #FFCC00;
}
.staticMenu {
	background-image: url('../../images/common/category_navbar_brdr-2px.gif');
	float: left;
	
}
.old_staticMenuHover {
	background-color: #CC6600;
	height: 41px;
	width: 111px;
	cursor: pointer;
}
.dynamMenuItem {
	background-color: silver;
	padding: 5px;
	line-height: 15px;
	font-size: 12px;
	float: left;
	color: #633466;
}

.dynamMenuItem a {
	text-decoration:none;
	color:#633466;
}
.dynamMenuHover {
	background-color: #B8FD73;
}

/*.dynamMenuHover a {
	text-decoration: none;
	color: #633466;
	background-color: #B8FD73;
}*/
.dynamMenu {
	border: 2px outset #C0C0C0;
	float: left;
}
.staticMenuHover a {
	text-decoration: none;
	background-color: #CC6600;
	color: #FFCC00;
}

}
#navigation {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	margin-top: 0px;
	clear: left;
	float: left;
	margin-bottom: 0px;
}
#navigationmaster {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	margin-top: 0px;
	clear: both;
	float: left;
	margin-bottom: 0px;
}
