/*
 * 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 {
	float: right;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.ux-menu li {
	position: relative;
	float: left;
	width: 142px;
}

li.ux-menu-item-level-1, li.ux-menu-item-level-2 {
	width: 160px;
}

.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;
	height: 50px;
	line-height: 110%;
	margin: 0;
	padding: 5px 0 0;
	position: relative;
	text-decoration: none;
}

li.ux-menu-item-level-0 a.ux-menu-link-first, li.ux-menu-item-level-0 a.ux-menu-link-last {
	height: 41px;
	padding: 14px 0 0;
}

ux.menu ul a {
	width: 100%;
}

.ux-menu a:focus,.ux-menu a:hover,.ux-menu a.ux-menu-link-hover {
	background-image: url('images/hover.jpg');
	background-repeat: no-repeat;
}

a.ux-menu-link-level-1:hover, a.ux-menu-link-level-2:hover {
	background-image: url('images/bghover.png');
	background-repeat: repeat-x;
}

.ux-menu-clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.ux-menu a.ux-menu-link-parent {
}

.ux-menu ul a,.ux-menu.ux-menu-vertical a, li.ux-menu-item-level-1 a.ux-menu-link-first, li.ux-menu-item-level-1 a.ux-menu-link-last, li.ux-menu-item-level-2 a.ux-menu-link-first, li.ux-menu-item-level-2 a.ux-menu-link-last {
	background-color: #C6CACE;
	height: 20px;
	padding: 2px 0 0 8px;
}

.ux-menu ul a.ux-menu-link-last,.ux-menu.ux-menu-vertical a.ux-menu-link-last {
}

.ux-menu-arrow {
	display: block;
	font-size: 0;
	position: absolute;
	right: 3px;
}

.ux-menu.ux-menu-vertical .ux-menu-arrow,.ux-menu ul .ux-menu-arrow {
	background: url("images/arrow.png") no-repeat scroll 0 0 transparent;
	height: 9px;
	top: 6px;
	width: 9px;
}

.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-image: url('images/active.jpg');
	background-repeat: no-repeat;
}

li.ux-menu-item-level-1 a.current, li.ux-menu-item-level-2 a.current {
	background-image: url('images/bgactive.png');
	background-repeat: repeat-x;
}
