.dtw-menu
{
    margin-right: 30px!important;
}    
.separator
{
    display: inline-block;
    
    width: 2px;
}
.separatorBg
{    
    background-image: url(images/menuSeparator.png);
    background-repeat: no-repeat;        
    width: 2px;
    height: 28px;
    position: absolute;
    top: 8px;
}
.DTWMenu .topMenu
{
	font-family: Arial;
	font-weight: bold;
	color: black;
	float: right;
	font-size: 12px;
	z-index: 2;
	position: relative;
}

.DTWMenu
{
	height: 28px;
	margin-top: -16px;
}

.DTWMenu ul.level-0
{
	margin-right: 20px;
	border:1px Solid Red;
}

.DTWMenu ul.level-1
{
	font-family: HelveticaLTCondensedRegular,Helvetica,Arial Cyr,Tahoma;
	/*letter-spacing: -1px;*/
}

.DTWMenu .dtw-sub-indicator
{
	display: none;
}

.DTWMenu ul,
.DTWMenu li
{
	margin: 0px;
	padding: 0px;
	
	text-align: left;
}
.DTWMenu ul.level-0, 
.DTWMenu ul.level-1
{
    list-style-type: none;
}

.DTWMenu li a
{
	display: inline-block;
}

.DTWMenu li.level-0 a
{
	padding: 0px 5px;
}

.DTWMenu li.level-0
{
	margin-right: -2px;
	margin-left: -3px;
}

.DTWMenu .submenu li a,
.DTWMenu li ul li a
{
	padding: 2px 4px 2px 4px;
	display: inline-block;
	width: 100%;
}

.DTWMenu a,
.DTWMenu a:visited
{
	cursor: pointer;
	font-size: 12px;
	color: #000000;
	display: inline-block;
	text-decoration: none;
}

.DTWMenu li.level-2 a,
.DTWMenu li.level-2 a.visited,
.DTWMenu li.level-1:hover li.level-2 a
{
	color: #000000;
}

.DTWMenu a:hover,
.DTWMenu li:hover a
{
	text-decoration: none;
}

.DTWMenu ul
{
	position: relative;
	z-index: 1000;
}

.DTWMenu li.level-0
{
	display: inline-block;
	padding: 14px 16px 14px 17px;
}

.DTWMenu .submenu li,
.DTWMenu li ul li
{
	display: block;
}

.DTWMenu ul.level-1
{
	/*border: white 4px solid;
	background: white;
	vertical-align: top;
	border-radius: 5px;*/
}

.DTWMenu .grayborder-radius
{
	/*border: #acacac 3px solid;
	background: #acacac;
	border-radius: 5px;*/
	background-image: url(images/menuListBg.png);
	background-repeat: repeat-x;
	background-color: #dededf;
	padding: 4px;
	height: auto!important;
	display:block;
}

.DTWMenu .grayborder-radius>li
{
	height: auto!important;
}

.DTWMenu li.level-1>a
{
    padding-left: 11px!important;   
    line-height: 12px;
}

.DTWMenu .submenu,
.DTWMenu li ul.level-0,
.DTWMenu li ul.level-1
{
	position: absolute!important; top:43px!important;
	z-index: 1;
}

.DTWMenu .submenu,
.DTWMenu li.level-0 ul
{
	/*background-color: #b2b4b7;*/ z-index:1000;
}

.DTWMenu li.level-0:hover,
.DTWMenu li.level-0.current
{
	background-image: url(images/selMenuBg.png);
	background-repeat: repeat-x;
}

.DTWMenu li.level-1
{
	width: 161px;
	padding-left: 15px;
	padding-right: 5px;	
	/*background: #f0f0f1 url(images/popup-bg.png) repeat-x top;*/
	font-size: 22px;
	display: table-cell;
	
	padding-top: 5px;
	padding-bottom: 5px;
}

.DTWMenu li.level-1.first
{
	/*background-image: -webkit-gradient(
    linear,
    left bottom,
    right top,
    color-stop(0.09, #EFF0F1),
    color-stop(0.82, #A7A9AC)
	);
	background-image: -moz-linear-gradient(
		left bottom,
		#EFF0F1 9%,
		#A7A9AC 82%
	);
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;*/
}

.DTWMenu li.level-1.last
{
	/*background-image: -webkit-gradient(
    linear,
    right bottom,
    left top,
    color-stop(0.09, #EFF0F1),
    color-stop(0.82, #A7A9AC)
);
background-image: -moz-linear-gradient(
    right bottom,
    #EFF0F1 9%,
    #A7A9AC 82%
);
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
	
	border-right: 0px;*/
}

.DTWMenu li.level-1.small
{
}

.DTWMenu li.level-1.last
{
	margin-right: 0px;
}

.DTWMenu li.level-1 a
{
	display: inline-block;	
	padding: 0px;
	margin: 0px;
	font-size: 12px!important;
	font-weight: 700;
}

.DTWMenu li.level-1 a.level-1
{
	width: 120px;
}

.DTWMenu li.level-1:hover a,
.DTWMenu li.level-1:hover li.level-2:hover a
{
	color: #c7164d;
}

.DTWMenu ul.level-2
{
	padding-top: 5px;
}
.DTWMenu li.level-2
{	
	line-height: 17px;
	/*height: 17px;*/
	padding-left: 10px;
	background-image: url(images/listStyleImage.png);
	background-repeat: no-repeat;
	background-position: 3px 7px;
	list-style-type: none;
	padding-bottom: 3px;
}

.DTWMenu li.level-2 a
{
	text-align: left;
	border: 0;
	font-size: 12px;
	font-weight: normal;
	vertical-align: middle;
}

.DTWMenu ul.dtw-shadow-off.level-1
{
	visibility: hidden;
}