/* CSS Document */
/* ######### Marker List Vertical Menu ######### */
.markermenu{
width: 175px; /*width of side bar menu*/
clear: left;
position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/
}
.markermenu ul{ list-style-type: none;margin: 5px 0;padding: 0;border: 1px solid #9A9A9A; }
.markermenu ul li a{
background: #F2F2F2 url(bulletlist.gif) no-repeat 3px center; /*light gray background*/
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: #00014e;
display: block;
width: auto;
padding: 3px 0;
padding-left: 20px;
text-decoration: none;
border-bottom: 1px solid #B5B5B5;
}
* html .markermenu ul li a{ /*IE6 hack*/ width: 155px; }
.markermenu ul li a:visited, .markermenu ul li a:active{ color: #00014e; }
.markermenu ul li a:hover, .markermenu ul li a.selected{ color: white;background-color: black; }
/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */
.blackwhite li a{ background: white; }
.blackwhite li a:hover{ background: black;color: white; }
/* ######### Matt Black Strip Main Menu Bar CSS ######### */
.mattblackmenu ul{
/*font: bold 12px Verdana;
border-bottom: 1px solid gray;
background: #414141;*/
	list-style-type:none;width:990px;margin:0;padding:10px 0 0 40px;color:#01299A;overflow: hidden;width: 100%;
}
.mattblackmenu li{ display: inline;margin: 0; }
.mattblackmenu li a{ float: left;display: block;text-decoration: none;margin: 0;padding: 6px 8px; /*padding inside each tab*/
/*border-right: 1px solid white; /*right divider between tabs*/
/*color: white;*/
background: #414141;
}
.mattblackmenu li a:visited{ /*color: white;*/ }
.mattblackmenu li a:hover{ background: black; /*background of tabs for hover state */ }
.mattblackmenu a.selected{ background:#C2C2CF; /*background of tab with "selected" class assigned to its LI */ }
/* sprite */
div.flagSet { background-image:url(https://i5.satexpat.com/f/banderas_36x24_9.png);width:36px;height:24px;border:1px solid black;position:absolute; }
.mattblackmenu div.flagSet { position:absolute;top:32px; }
.lienPays div.flagSet { margin-left:0;position:absolute; }