/*
 * Ext Core Library Examples 3.0
 * http://extjs.com/
 * Copyright(c) 2006-2009, Ext JS, LLC.
 * 
 * The MIT License
 * 
 */

.ux-menu-init-hidden
{
	position: absolute;
	visibility: hidden;
}
.ux-menu-container
{
	position: relative;
	x-background-color: #ffffff;
}
.ux-menu,.ux-menu ul
{
	line-height: 1;
	list-style-image: none;
	list-style-position: inside;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.ux-menu li
{
	float: left;
	position: relative;
}
.ux-menu ul
{
	left: 0;
	position: absolute;
	top: 0;
}
.ext-border-box .ux-menu-ie-iframe,.ext-ie7 .ux-menu-ie-iframe
{
	display: none;
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	z-index: -1;
}
.ux-menu-vertical .ux-menu-item-main
{
	clear: left;
}
.ux-menu a
{
	background-color: #374B51;
	color: #ffffff;
	display: block;
	font-size: 12px;
	line-height: 12px;
	padding: 7px 5px;
	position: relative;
	text-decoration: none;
}
.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
{
	background: url(images/menu-item-bg-over.png) repeat;
	border-color: #d2e3f4;
	outline: 0;
}
.ux-menu-clearfix:after
{
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
.ux-menu a.ux-menu-link-parent
{
	min-width: 1px;
	padding-right: 24px;
}
.ux-menu ul a,.ux-menu.ux-menu-vertical a
{
	
}
.ux-menu ul a.ux-menu-link-last,.ux-menu.ux-menu-vertical a.ux-menu-link-last
{
	
}
.ux-menu-arrow
{
	background: url(images/menu-arrow-down.png) no-repeat;
	display: block;
	font-size: 0;
	height: 6px;
	position: absolute;
	right: 10px;
	top: 14px;
	width: 8px;
}
.ux-menu.ux-menu-vertical .ux-menu-arrow,.ux-menu ul .ux-menu-arrow
{
	background: url(images/menu-arrow-right.png) no-repeat;
	height: 8px;
	top: 13px;
	width: 6px;
}
.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/menu-item-bg-current.png');
	border-color: #cbc0b7;
}