/* * Ext Core Library Examples 3.0 * http://extjs.com/ * Copyright(c) 2006-2009, Ext JS, LLC. *  * The MIT License *  */
.ux-menu-init-hidden {
	visibility: hidden;
	position: absolute;
}
.ux-menu-container {
	position: relative;
}
.ux-menu, .ux-menu ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 0;
	line-height: 1;
}
.ux-menu li {
	position: relative;
	float: left;
}
.ux-menu ul {
	position: absolute;
	top: 0;
	left: 0;
}
.ext-border-box .ux-menu-ie-iframe, .ext-ie7 .ux-menu-ie-iframe {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	z-index: -1;
}
.ux-menu-vertical .ux-menu-item-main {
	clear: left;
}
.ux-menu a {
	display: block;
	position: relative;
	text-decoration: none;
	line-height: 12px;
  padding: 10px 18px;
}
.ux-menu a.ux-menu-link-last {

}
ux.menu ul a {
	width: 100%;
}
.ux-menu a:focus, .ux-menu a:hover, .ux-menu a.ux-menu-link-hover {
	outline: 0;
	color: #000 !important;
  text-decoration: underline !important;
}
.ux-menu-clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.ux-menu a.ux-menu-link-parent {
	min-width: 1px;
}
.ux-menu ul a, .ux-menu.ux-menu-vertical a {
	border-bottom: 0;

}
.ux-menu ul a.ux-menu-link-last, .ux-menu.ux-menu-vertical a.ux-menu-link-last {

}

.ux-menu-item-parent {
	background: url(images/menu-arrow-down-light.png) 94% 14px no-repeat;
}

.ux-menu-item-parent:hover{
	background: #d3cca3 url(images/menu-arrow-down.png) 94% 14px no-repeat !important;
  z-index:10;
  color: #000 !important;
}
.ux-menu-item-main a:hover {
  background: #d3cca3;
}
.ux-menu-item-parent a:hover span{
	color: black !important;
}
.ux-menu-arrow {
	display: block;
	width: 8px;
	height: 6px;
	right: 2px;
	top: 14px;
	position: absolute;
	font-size: 0;
}
.ux-menu.ux-menu-vertical .ux-menu-arrow, .ux-menu ul .ux-menu-arrow {
	width: 6px;
	height: 8px;
	top: 13px;
	background: url(images/menu-arrow-right.png) no-repeat;
}
.ext-border-box .ux-menu-arrow {
	top: 17px;
}
.ext-border-box .ux-menu.ux-menu-vertical .ux-menu-arrow, .ext-border-box .ux-menu ul .ux-menu-arrow {
	top: 16px;
}
.ux-menu ul.ux-menu-hidden {
	display: none;
}
.ux-menu a.current {
	/*background: #002d57 url(images/menu-arrow-down-blue.png) 94% 14px no-repeat;*/
	background: #002d57;
  color: white !important;
}
#topmenu ul ul a.current {
	background: none;
  color: black !important;
  font-weight: bold;
}