/*
 * 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;
	font-family: Arial;
	top:-15px;
	margin-left: 6px;

}

/*  .ux-menu-link-level-0{ */
/*  	font-weight: bold; */

/*  } */

.ux-menu, .ux-menu ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	padding: 0;
	line-height: 1;
	float: right;
	margin: 0;
	margin-right: 0px; /* IE6-9 */
	margin-right: -6px; /* FF3.6+ */
}

.ux-menu .ux-menu-item-level-0 {
	margin-left: 8px;
	margin-right: 2px;
}

.ux-menu a.ux-menu-link-level-0 {
	height: 21px;
	padding-top: 9px;
	margin-left: 0px;
	margin-right: 0px;
}

.ux-menu ul ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	padding: 0;
	line-height: 1;
	float: right;
	margin: 0 -27px 0 -2px;
}

.ux-menu ul li {

	margin-bottom: -8px;
}

.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-item-level-2 {
	width: 222px;
}

.ux-menu-item-level-1.ux-menu-item-parent {
	width: 210px;
}

.ux-menu-item-level-1 {
	top: -1px;
}

.ux-menu a {
	display: block;
	position: relative;
	text-decoration: none;
/* 	color: #432; */
/* 	border-left: 1px solid #e3dad1; */
/* 	border-top: 1px solid #e3dad1; */
/* 	border-bottom: 1px solid #e3dad1; */
/* 	background: #f3efec url(images/menu-item-bg.png) repeat; */
	font-size: 12px;
	line-height: 12px;
	padding: 10px 14px;
}

.ux-menu a.ux-menu-link-last {
/* 	border-right: 1px solid #e3dad1; */
}

ux.menu ul a {
	width: 100%;
}

.ux-menu a:focus,.ux-menu a:hover,.ux-menu a.ux-menu-link-hover {
	border-color: #d2e3f4;
	background: url(images/hint_top_menu.gif) repeat-x;
	outline: 0;
/* 	text-transform: uppercase; */
}

/* .menu-item-bg a:focus,.menu-item-bg a:hover { */
/* 	border-color: #d2e3f4; */
/* 	background: url(images/menu-item-bg-over.png) repeat; */
/* 	outline: 0; */
/* } */


.ux-menu-clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.ux-menu a.ux-menu-link-parent {
	padding-right: 24px;
	min-width: 1px;
}

.radius-border-top-frame {
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
/* 	-webkit-border-radius: 8px;-moz-border-radius: 8px; */
}

.ux-menu ul a,.ux-menu.ux-menu-vertical a {
	border-bottom: 0;
	border-right: 1px solid #e3dad1;
}

.ux-menu ul a.ux-menu-link-last,.ux-menu.ux-menu-vertical a.ux-menu-link-last
{
	border-bottom: 1px solid #e3dad1;
}

/* .ux-menu-arrow { */
/* 	display: block; */
/* 	width: 8px; */
/* 	height: 6px; */
/* 	right: 10px; */
/* 	top: 14px; */
/* 	position: absolute; */
/* 	background: url(images/Bullet_1.png) repeat-y; */
/* 	font-size: 0; */
/* } */

.ux-menu-arrow-new {
	display: block;
	width: 8px;
	height: 12px;
	right: 10px;
	top: 10px;
	position: absolute;
	background: url(images/Bullet_1.png) repeat-y;
	font-size: 0;
}

.ux-menu.ux-menu-vertical .ux-menu-arrow-new,.ux-menu ul .ux-menu-arrow-new {
	width: 6px;
	height: 9px;
	top: 13px;
	background: url(images/menu-arrow-right.png) no-repeat;
}

.ux-menu ul:hover a.ux-menu-link-parent:hover .ux-menu-arrow-new {
	width: 6px;
	height: 9px;
	top: 13px;
	background: url(images/menu-arrow-right1.png) no-repeat;
}

li.ux-menu-item-parent>a.ux-menu-link-parent.ux-menu-link-hover span.ux-menu-arrow-new {
			background: url(images/menu-arrow-right1.png) no-repeat;
}

.ext-border-box .ux-menu-arrow-new {
	top: 17px;
}

.ext-border-box .ux-menu.ux-menu-vertical .ux-menu-arrow-new,.ext-border-box .ux-menu ul .ux-menu-arrow-new
	{
	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;
/* 	text-transform: uppercase; */
}

.seperator {
	margin-left: 19px;
	margin-right: -18px;
}

a.ux-menu-link-level-0.ux-menu-link-last {
	/*margin-right: 4px;*/
}
