body
{
	margin: 0px;
	padding: 0px;
}

.ui-main-container
{
	margin: 0px 15px 0px 15px;
	border: 1px solid #2a2a2a;
	background: #222;
	position: absolute;
	width: 90%;
	min-width: 120px;
	color: #fff;
	text-shadow: 0 0px 0 #000;
	font-weight: normal;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#666), to(#222));
    background-image: -webkit-linear-gradient(#666, #222);
    background-image: -moz-linear-gradient(#666, #222);
    background-image: -ms-linear-gradient(#666, #222);
    background-image: -o-linear-gradient(#666, #222);
    background-image: linear-gradient(#666, #222);
    box-shadow: rgba(0, 0, 0, 0.6) 0 0 12px 0;
    -moz-box-shadow: rgba(0, 0, 0, 0.6) 0 0 12px 0;
    -webkit-box-shadow: rgba(0, 0, 0, 0.6) 0 0 12px 0;
	z-index: 10000;
}

.menu-container
{
	margin: 5px;
	padding: 0px;
	min-width: 100px;
	min-height: 80px;
	background-color: #CCC;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#E6E6E6), to(#CCC));
	background-image: -webkit-linear-gradient(#E6E6E6, #CCC);
	background-image: -moz-linear-gradient(#E6E6E6, #CCC);
	background-image: -ms-linear-gradient(#E6E6E6, #CCC);
	background-image: -o-linear-gradient(#E6E6E6, #CCC);
	background-image: linear-gradient(#E6E6E6, #CCC);
}

.menu-header
{
	height: 42px;
	background-color: rgba(0, 0, 0, 0.3);
	display: block;
}

.ui-button
{
	display: inline-block;
	min-width: 35px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	height: 27px;
	border: 1px solid #dcdcdc;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.close-button
{
	float: right;
	display: block;
	background-color: gray;
	width: 18px;
	height: 18px;
	background-image: url('icons/icons-18-white.png');
	background-position: -72px 50%;
	border-radius: 1em;
	margin: 0.5em 10px 0.5em 10px;
}

.down-arrow
{
	sfloat: right;
	position: absolute;
	right: 4px;
	display: block;
	background-color: gray;
	width: 18px;
	height: 18px;
	background-image: url('icons/icons-18-white.png');
	background-position: -216px 50%;
	border-radius: 1em;
	margin: 0.7em 10px 0.5em 10px;
}

.show-menu-btn
{
	display: block;
	width: 100%;
	height: 42px;
	
	color: white;
	padding: 0;
	margin-top: 4px;
	margin-bottom: 4px;
	/*margin: 0.3em 15px 0.3em 4px;*/
	text-decoration: none;
	
	border: 1px solid #2f5bb7;
	color: #fff;
	/*text-shadow: 0 1px rgba(0, 0, 0, 0.1);*/
	background-color: #4d90fe;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#4d90fe), to(#4787ed));
	background-image: -webkit-linear-gradient(top, #4d90fe, #4787ed);
	background-image: -moz-linear-gradient(top, #4d90fe, #4787ed);
	background-image: -ms-linear-gradient(top, #4d90fe, #4787ed);
	background-image: -o-linear-gradient(top, #4d90fe, #4787ed);
	background-image: linear-gradient(top, #4d90fe, #4787ed);
}

.show-menu-btn:hover
{
	border: 1px solid #2f5bb7;
	color: #fff;
	/*text-shadow: 0 1px rgba(0, 0, 0, 0.3);*/
	background-color: #357ae8;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#4d90fe), to(#357ae8));
	background-image: -webkit-linear-gradient(top, #4d90fe, #357ae8);
	background-image: -moz-linear-gradient(top, #4d90fe, #357ae8);
	background-image: -ms-linear-gradient(top, #4d90fe, #357ae8);
	background-image: -o-linear-gradient(top, #4d90fe, #357ae8);
	background-image: linear-gradient(top, #4d90fe, #357ae8);
}

.menu-header .back-btn
{
	color: white;
	/*padding: 5px;
	height: 50%;
	margin: 0.3em 15px 0.3em 4px;*/
	float: left;
	text-decoration: none;
	
	display: block;
	background-color: gray;
	width: 18px;
	height: 18px;
	background-image: url('icons/icons-18-white.png');
	background-position: -145px 50%;
	border-radius: 1em;
	margin: 0.5em 10px 0.5em 10px;
}

.menu-header .back-btn:hover
{

}

/*.menu-header .back-btn
{
	color: white;
	padding: 5px;
	height: 50%;
	margin: 0.3em 15px 0.3em 4px;
	float: left;
	text-decoration: none;
	
	border: 1px solid #2f5bb7;
	color: #fff;
	background-color: #4d90fe;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#4d90fe), to(#4787ed));
	background-image: -webkit-linear-gradient(top, #4d90fe, #4787ed);
	background-image: -moz-linear-gradient(top, #4d90fe, #4787ed);
	background-image: -ms-linear-gradient(top, #4d90fe, #4787ed);
	background-image: -o-linear-gradient(top, #4d90fe, #4787ed);
	background-image: linear-gradient(top, #4d90fe, #4787ed);
}

.menu-header .back-btn:hover
{
	border: 1px solid #2f5bb7;
	color: #fff;
	background-color: #357ae8;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#4d90fe), to(#357ae8));
	background-image: -webkit-linear-gradient(top, #4d90fe, #357ae8);
	background-image: -moz-linear-gradient(top, #4d90fe, #357ae8);
	background-image: -ms-linear-gradient(top, #4d90fe, #357ae8);
	background-image: -o-linear-gradient(top, #4d90fe, #357ae8);
	background-image: linear-gradient(top, #4d90fe, #357ae8);
}
*/
.menu-header h1
{
	font-family: Helvetica,Arial,sans-serif;
	font-size: 16px;
	font-weight: 700;
	font-style: normal;
	color: #585658;
	text-overflow: elipsis;
	white-space: nowrap;
	/*text-shadow: 0 -1px 1px #145072;*/
	text-decoration: none;
	display: block;
	padding: 10px 15px 10px 15px;
	margin: 0px;
}

.menu-container ul
{
	list-style: none;
	padding: 0px;
	margin: 0px;
	display: block;
}

.menu-container ul li ul
{
	display: none;
}

.menu-container ul li ul li a
{
	padding-left: 35px;
}

.menu-container ul li
{
	margin: 0px;
	min-height: 42px;
	background-color: #DADADA;
	/*background-image: -webkit-gradient(linear, left top, left bottom, from(#DADADA), to(#F7F7F7));
	background-image: -webkit-linear-gradient(#DADADA, #F7F7F7);
	background-image: -moz-linear-gradient(#DADADA, #F7F7F7);
	background-image: -ms-linear-gradient(#DADADA, #F7F7F7);
	background-image: -o-linear-gradient(#DADADA, #F7F7F7);
	background-image: linear-gradient(#DADADA, #F7F7F7);*/
	border-top: #145072 solid 1px;
}

.menu-container ul li:hover
{
	margin: 0px;
	min-height: 42px;
	background-color: #F7F7F7;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#DADADA), to(#F7F7F7));
	background-image: -webkit-linear-gradient(#DADADA, #F7F7F7);
	background-image: -moz-linear-gradient(#DADADA, #F7F7F7);
	background-image: -ms-linear-gradient(#DADADA, #F7F7F7);
	background-image: -o-linear-gradient(#DADADA, #F7F7F7);
	background-image: linear-gradient(#DADADA, #F7F7F7);
	background-image: none;
}

.menu-container ul li a
{
	font-family: Helvetica,Arial,sans-serif;
	font-size: 16px;
	font-weight: 700;
	font-style: normal;
	color: #585658;
	text-overflow: elipsis;
	white-space: nowrap;
	/*text-shadow: 0 -1px 1px #145072;*/
	text-decoration: none;
	display: block;
	padding: 10px 15px 10px 15px;
	margin: 0px;
	
    border-bottom-color: rgba(255, 255, 255, 0.3);
    border-left-color-ltr-source: physical;
    border-left-color-rtl-source: physical;
    border-left-color-value: rgba(255, 255, 255, 0.3);
    border-right-color-ltr-source: physical;
    border-right-color-rtl-source: physical;
    border-right-color-value: rgba(255, 255, 255, 0.3);
    border-top-color: rgba(255, 255, 255, 0.3);
    border-top-style: solid;
    border-top-width: 1px;
}

.ui-corner-all
{
	-moz-border-radius:.6em;
	-webkit-border-radius:.6em;
	border-radius:.6em
}

.ui-mobile-viewport {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    overflow-x: visible;
}

.xtd_menu_ellipsis {
	overflow: hidden;
	white-space: nowrap;
	margin: 0px;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}