/* Appearance */
.dxmLite .dxm-main 
{
display: block;
height: 43px;
padding-right: 46px;
position: relative;
z-index: 5;
color: #007DBA;
border: white;
background-color: transparent;
padding-top: 10px;
}

.dxmLite .dxm-vertical 
{
	width: 150px;
}

.dxmLite .dxm-popup 
{
	border: 1px solid #cccccc;
	background-color: white;
	padding: 1px;
	border-radius: 8px;
}

.dxmBrdCor 
{
	background-color: white;
}

.dxmLite ul.dx 
{
	font: 12px Tahoma;
}

/*background for the drop menu*/
.dxmLite .dxm-popup .dxm-gutter 
{
    padding-top: 5px;
    width: 300px;
    background-image: none;

}

.dxmLite .dxm-item 
{
	cursor: default;
}

.dxmLite .dxm-image-t .dxm-item,
.dxmLite .dxm-image-b .dxm-item,
.dxmLite .dxm-content 
{
	text-align: center;
	white-space: nowrap;
}

.dxmLite,
.dxmLite .dxm-content a.dx 
{
	color: Black;
}
.dxmLite .dxm-disabled,
.dxmLite .dxm-disabled .dxm-content a.dx 
{
	color: #acacac;
}


.dxmLite .dxm-content a.dx 
{
	text-decoration: none;
}

.dxmLite .dxm-item 
{
	border-width: 1px;
}
.dxm-ltr.dxmLite .dxm-popOut,
.dxm-rtl.dxmLite .dxm-image-l .dxm-popOut
{
	border-width: 0 0 0 1px;
}
.dxm-ltr.dxmLite .dxm-image-r .dxm-popOut,
.dxm-rtl.dxmLite .dxm-popOut
{
	border-width: 0 1px 0 0;
}
.dxmLite .dxm-item,
.dxmLite .dxm-popOut 
{
	border-color: transparent;
	border-style: solid;
}

.dxmLite .dxm-popOut 
{
	border-color: transparent;
	border-style: solid;
}

.dxmLite .dxm-popup .dxm-image
{
	float: left;
}
.dxm-rtl.dxmLite .dxm-popup .dxm-image
{
	float: right;
}

/* Checked, Selected, Hovered */
.dxmLite .dxm-main .dxm-checked,
.dxmLite .dxm-selected,
.dxmLite .dxm-hovered,
.dxmLite .dxm-main .dxm-dropDownMode.dxm-checked .dxm-popOut,
.dxmLite .dxm-dropDownMode.dxm-selected .dxm-popOut,
.dxmLite .dxm-dropDownMode.dxm-hovered .dxm-popOut 
{
	border-color: White;
}
.dxmLite .dxm-main .dxm-checked,
.dxmLite .dxm-main .dxm-selected 
{
	background-color: white;
}
.dxmLite .dxm-main .dxm-hovered 
{
	background-color: White;
}
.dxmLite .dxm-popup .dxm-selected 
{
	background-color: White;
	font-weight:bold;
	text-decoration: underline;
}
.dxmLite .dxm-popup .dxm-hovered 
{
	background-color:transparent;
	text-decoration: underline;
}

/* Content */
.dxmLite .dxm-horizontal .dxm-image-l .dxm-content,
.dxmLite .dxm-horizontal .dxm-image-r .dxm-content 
{
	padding: 3px 7px 4px;
}
.dxmLite .dxm-horizontal .dxm-image-t .dxm-content,
.dxmLite .dxm-horizontal .dxm-image-b .dxm-content 
{
	padding: 3px 11px 4px 10px;
}
.dxmLite .dxm-horizontal .dxm-image-t.dxm-noImages .dxm-item .dxm-content,
.dxmLite .dxm-horizontal .dxm-image-b.dxm-noImages .dxm-item .dxm-content,
.dxmLite .dxm-horizontal .dxm-image-t .dxm-noImage .dxm-content,
.dxmLite .dxm-horizontal .dxm-image-b .dxm-noImage .dxm-content {
	padding: 4px 11px 5px 10px;
}
.dxmLite .dxm-horizontal .dxm-image-l .dxm-subMenu .dxm-content,
.dxmLite .dxm-horizontal .dxm-image-t .dxm-subMenu .dxm-content,
.dxmLite .dxm-horizontal .dxm-image-b .dxm-subMenu .dxm-content 
{
	padding-right: 3px;

}
.dxmLite .dxm-horizontal .dxm-image-l .dxm-dropDownMode .dxm-content 
{
	padding-right: 4px
}
.dxmLite .dxm-horizontal .dxm-image-r .dxm-subMenu .dxm-content 
{
	padding-left: 3px;
	padding-right: 5px;
}
.dxmLite .dxm-horizontal .dxm-image-r .dxm-dropDownMode .dxm-content 
{
	padding-left: 4px;
	padding-right: 5px;
}
.dxmLite .dxm-horizontal .dxm-image-t .dxm-dropDownMode .dxm-content,
.dxmLite .dxm-horizontal .dxm-image-b .dxm-dropDownMode .dxm-content 
{
	padding-right: 8px;
}

.dxmLite .dxm-vertical .dxm-image-l .dxm-content,
.dxmLite .dxm-vertical .dxm-image-r .dxm-content,
.dxmLite .dxm-popup .dxm-content 
{
	padding: 3px 18px 4px 2px;
}
.dxm-rtl.dxmLite .dxm-vertical .dxm-image-l .dxm-content,
.dxm-rtl.dxmLite .dxm-vertical .dxm-image-r .dxm-content,
.dxm-rtl.dxmLite .dxm-popup .dxm-content 
{
	padding: 3px 2px 4px 18px;
}
.dxmLite .dxm-vertical .dxm-image-r .dxm-noSubMenu .dxm-content,
.dxmLite .dxm-vertical .dxm-image-r .dxm-subMenu .dxm-content,
.dxmLite .dxm-vertical .dxm-image-r .dxm-dropDownMode .dxm-content 
{
	padding-right: 5px;
	padding-left: 14px;
}
.dxmLite .dxm-vertical .dxm-image-t .dxm-content,
.dxmLite .dxm-vertical .dxm-image-b .dxm-content 
{
	padding: 5px 10px 6px;
}

/* Image */
.dxmLite .dxm-horizontal .dxm-image-l .dxm-image,
.dxmLite .dxm-horizontal.dxmtb .dxm-image-l .dxm-hasText .dxm-image
{
	margin-right: 5px;
}
.dxmLite .dxm-horizontal .dxm-image-r .dxm-image,
.dxmLite .dxm-horizontal.dxmtb .dxm-image-r .dxm-hasText .dxm-image
{
	margin-left: 5px;
}
.dxmLite .dxm-image-t .dxm-image 
{
	margin-bottom: 4px;
}
.dxmLite .dxm-image-b .dxm-image 
{
	margin-top: 4px;
}
.dxmLite .dxm-vertical .dxm-image-l .dxm-image 
{
	margin-right: 7px;
}
.dxmLite .dxm-vertical .dxm-image-r .dxm-image 
{
	margin-left: 7px;
}
.dxm-ltr.dxmLite .dxm-popup .dxm-image 
{
	margin-right: 12px;
}
.dxm-rtl.dxmLite .dxm-popup .dxm-image 
{
	margin-left: 12px;
}

/* Image replacement */
.dxm-ltr.dxmLite .dxm-vertical .dxm-image-l.dxm-noImages .dxm-content,
.dxm-ltr.dxmLite .dxm-vertical .dxm-image-r.dxm-noImages .dxm-content  
{
	padding-left: 7px;
}
.dxm-rtl.dxmLite .dxm-vertical .dxm-image-l.dxm-noImages .dxm-content,
.dxm-rtl.dxmLite .dxm-vertical .dxm-image-r.dxm-noImages .dxm-content  
{
	padding-right: 7px;
}
.dxmLite .dxm-vertical .dxm-image-l .dxm-noImage 
{
	padding-left: 21px;
}
.dxmLite .dxm-vertical .dxm-image-r .dxm-noImage 
{
	padding-right: 21px;
}
.dxm-ltr.dxmLite .dxm-popup .dxm-gutter.dxm-noImages .dxm-item,
.dxm-ltr.dxmLite .dxm-popup .dxm-noImage 
{
	padding-left: 26px;
}
.dxm-rtl.dxmLite .dxm-popup .dxm-gutter.dxm-noImages .dxm-item,
.dxm-rtl.dxmLite .dxm-popup .dxm-noImage 
{
	padding-right: 26px;
}

/* PopOut */
.dxmLite .dxm-horizontal .dxm-image-l .dxm-popOut,
.dxmLite .dxm-horizontal .dxm-image-r .dxm-popOut,
.dxmLite .dxm-horizontal .dxm-image-t.dxm-noImages .dxm-popOut,
.dxmLite .dxm-horizontal .dxm-image-t .dxm-noImage .dxm-popOut,
.dxmLite .dxm-horizontal .dxm-image-b.dxm-noImages .dxm-popOut,
.dxmLite .dxm-horizontal .dxm-image-b .dxm-noImage .dxm-popOut 
{
	padding-top: 0px;
	padding-bottom: 9px;
	padding-left: 10px;
}
.dxmLite .dxm-horizontal .dxm-image-t .dxm-popOut,
.dxmLite .dxm-horizontal .dxm-image-b .dxm-popOut 
{
	padding-top: 27px;
	padding-bottom: 27px;
}
.dxmLite .dxm-horizontal .dxm-image-l .dxm-popOut,
.dxmLite .dxm-horizontal .dxm-image-t .dxm-popOut,
.dxmLite .dxm-horizontal .dxm-image-b .dxm-popOut 
{
	padding-right: 5px;
}
.dxmLite .dxm-horizontal .dxm-image-r .dxm-popOut 
{
	padding-left: 7px;
}
.dxmLite .dxm-horizontal .dxm-dropDownMode .dxm-popOut 
{
	padding-left: 4px;
	padding-right: 4px;
}

.dxmLite .dxm-vertical .dxm-image-l .dxm-popOut,
.dxmLite .dxm-vertical .dxm-image-r .dxm-popOut,
.dxmLite .dxm-popup .dxm-popOut 
{
	padding-top: 7px;
	padding-bottom: 7px;
}
.dxmLite .dxm-vertical .dxm-image-t.dxm-noImages .dxm-popOut,
.dxmLite .dxm-vertical .dxm-image-t .dxm-noImage .dxm-popOut,
.dxmLite .dxm-vertical .dxm-image-b.dxm-noImages .dxm-popOut,
.dxmLite .dxm-vertical .dxm-image-b .dxm-noImage .dxm-popOut 
{
	padding-top: 8px;
	padding-bottom: 9px;
}
.dxmLite .dxm-vertical .dxm-image-t .dxm-popOut,
.dxmLite .dxm-vertical .dxm-image-b .dxm-popOut 
{
	padding-top: 26px;
	padding-bottom: 27px;
}
.dxmLite .dxm-vertical .dxm-image-l .dxm-popOut,
.dxmLite .dxm-vertical .dxm-image-r .dxm-popOut,
.dxmLite .dxm-vertical .dxm-image-t .dxm-popOut,
.dxmLite .dxm-vertical .dxm-image-b .dxm-popOut,
.dxmLite .dxm-popup .dxm-popOut 
{
	padding-left: 4px;
	padding-right: 4px;
}

/* PopOut replacement */
.dxmLite .dxm-vertical .dxm-image-l .dxm-noSubMenu,
.dxm-ltr.dxmLite .dxm-vertical .dxm-image-t .dxm-noSubMenu,
.dxm-ltr.dxmLite .dxm-vertical .dxm-image-b .dxm-noSubMenu,
.dxm-ltr.dxmLite .dxm-popup .dxm-noSubMenu 
{
	padding-right: 13px;
}
.dxmLite .dxm-vertical .dxm-image-r .dxm-noSubMenu,
.dxm-rtl.dxmLite .dxm-vertical .dxm-image-t .dxm-noSubMenu,
.dxm-rtl.dxmLite .dxm-vertical .dxm-image-b .dxm-noSubMenu,
.dxm-rtl.dxmLite .dxm-popup .dxm-noSubMenu 
{
	padding-left: 13px;
}

/* Spacings */
.dxmLite .dxm-horizontal .dxm-spacing 
{
	width: 2px;
	height: 1px;
}
.dxmLite .dxm-vertical .dxm-image-l .dxm-spacing,
.dxmLite .dxm-vertical .dxm-image-r .dxm-spacing,
.dxmLite .dxm-popup .dxm-spacing 
{
	height: 1px;
}
.dxmLite .dxm-vertical .dxm-image-t .dxm-spacing,
.dxmLite .dxm-vertical .dxm-image-b .dxm-spacing 
{
	height: 2px;
}
.dxmLite .dxm-horizontal .dxm-separator 
{
	margin: 0px 8px;
	background: url('base/menu_seperator.png');
	background-color: White;
}
.dxmLite .dxm-vertical .dxm-image-l .dxm-separator,
.dxmLite .dxm-vertical .dxm-image-r .dxm-separator,
.dxmLite .dxm-popup .dxm-separator 
{
	margin: 1px 0px;
}
.dxm-ie7.dxmLite .dxm-vertical .dxm-image-l .dxm-separator,
.dxm-ie7.dxmLite .dxm-vertical .dxm-image-r .dxm-separator,
.dxm-ie7.dxmLite .dxm-popup .dxm-separator 
{
	margin-top: 0px;
}
.dxmLite .dxm-vertical .dxm-image-t .dxm-separator,
.dxmLite .dxm-vertical .dxm-image-b .dxm-separator 
{
	margin: 2px 0px;
}
.dxm-ie7.dxmLite .dxm-vertical .dxm-image-t .dxm-separator,
.dxm-ie7.dxmLite .dxm-vertical .dxm-image-b .dxm-separator 
{
	margin-top: 1px;
}

/* Separator */
.dxmLite .dxm-separator b 
{
	background-color: transparent;
}
.dxmLite .dxm-horizontal .dxm-separator b 
{
	height: 13px;
	width: 1px;
}
.dxmLite .dxm-vertical .dxm-separator b,
.dxmLite .dxm-popup .dxm-separator b 
{
	height: 1px;
}
.dxmLite .dxm-horizontal .dxm-separator b,
.dxmLite .dxm-horizontal .dxm-image-t.dxm-noImages .dxm-separator b,
.dxmLite .dxm-horizontal .dxm-image-b.dxm-noImages .dxm-separator b  
{
	margin-top: 6px;
}
.dxmLite .dxm-horizontal .dxm-image-t .dxm-separator b,
.dxmLite .dxm-horizontal .dxm-image-b .dxm-separator b 
{
	margin-top: 23px;
}
.dxmLite .dxm-popup .dxm-gutter .dxm-separator 
{
	padding-left: 29px;
}
/* Scroll elements */
.dxmLite .dxm-scrollUpBtn, 
.dxmLite .dxm-scrollDownBtn
{
	border: 1px solid #888888;
	background-color: #E0E0E0;
	cursor: pointer;
	font-size: 0px;
	padding: 6px;
	text-align: center;
}
.dxmLite .dxm-scrollUpBtn
{
	margin-bottom: 1px;
}
.dxmLite .dxm-scrollDownBtn
{
	margin-top: 1px;
}
.dxmLite .dxm-scrollBtnHovered
{
	background-color: #F2F2F2;
}
.dxmLite .dxm-scrollBtnPressed
{
	background-color: #D8D8D8;
}
.dxmLite .dxm-scrollBtnDisabled
{
	cursor: default;
}
.dxmLite .dxm-scrollArea
{
	overflow: hidden;
	position: relative;
}

element.style {
}
Matched CSS Rules
.dxm-image, .dxm-pImage {
border-width: 0px;
vertical-align: top;
}

.dxWeb_mHorizontalPopOut
{
background: url('base/nav-primary-arrow.png');
-background: url('base/nav-primary-arrow.png');
background-repeat: no-repeat;
background-color: transparent;
display: block;
width: 21px;
height: 21px;
padding-top: 0px;
padding-left: 5px;
padding-right: 0px;
}
.dxm-image, .dxm-pImage {
border-width: 0px;
vertical-align: top;
}
img {
border-width: 0px;
}
fieldset, img {
border: 0;
}
Inherited from div#mFeatures_DXI2_P.dxm-popOut
.dxm-popOut, .dxm-spacing, .dxm-separator, .dxm-separator b {
font-size: 0px;
line-height: 0px;
}
.dxm-popOut, .dxm-spacing, .dxm-separator, .dxm-separator b {
font-size: 0px;
line-height: 0px;
}
Inherited from li#mFeatures_DXI2_.dxm-item.dxm-subMenu
Style Attribute {
cursor: pointer;
}
.dxmLite .dxm-item {
cursor: default;
}
user agent stylesheetli {
text-align: -webkit-match-parent;
}
Inherited from ul.dx.dxm-image-l.dxm-noImages.dxm-gutter
.dxmLite ul.dx {
font: 12px Tahoma;
}
ul.dx {
list-style: none none outside;
}
ul.dx {
list-style: none none outside;
}
ol, ul {
list-style: none;
}
user agent stylesheetul, menu, dir {
list-style-type: disc;
}
Inherited from div.dxmLite.dxm-ltr
.dxmLite, .dxmLite .dxm-content a.dx {

    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
font-size: 1.385em;
color: #004165;
}
Inherited from div.LayoutContainer
.LayoutContainer {
text-align: left;
}
Inherited from body
body {
    font: 11px -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
    color: #2F2F2F;
}

/* Menu fixes for sub menus */
.subMenuLink .dxm-content a.dx {
	font-size: 1.1em;
}

.dxmLite .dxm-popup .dxm-gutter {
	padding-top: 4px;
}