/* ######### Drop Down ULs CSS ######### */
.ddsubmenustyle, .ddsubmenustyle ul{font-size: 11px; font-weight : normal; letter-spacing: 0px; font-family: Verdana, Arial, Helvetica, sans-serif; margin: 0;padding: 0;position: absolute;left: 0;top: 0;list-style-type: none;background: white;border: 1px solid black;border-bottom-width: 0;visibility: hidden;z-index: 100;}


/* 1°Colore = Testo; 2°Colore = Sfondo; + Caratteristiche celle sottomenų */
.ddsubmenustyle li a{display: block;width: 140px ;color: black;background-color: #FFE6BF;text-decoration: none;padding: 5px 5px;border-bottom: 1px solid black;}

* html .ddsubmenustyle li a{ /*IE6 CSS hack*/display: inline-block;}

/* Sottomenų - Colori quando il mouse va su */
.ddsubmenustyle li a:hover{background-color: black;color: white;}




/* ######### Neutral CSS  ######### */
.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/padding-left: 4px;border: 0;}
.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/position: absolute;padding-top: 3px;right: 2px;border: 0;}
.ddiframeshim{position: absolute;z-index: 500;background: transparent;border-width: 0;width: 0;height: 0;display: block;}




/* ######### 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: black;/*#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 ######### */

/* Testo Menų Pricipale */
//.mattblackmenu ul{ margin: 0;color:red; padding: 0; font: bold 12px Verdana; list-style-type: none; border-bottom: 0px solid gray; overflow: hidden; }
.mattblackmenu ul{ margin: 0;color:red; padding: 0; font-size: 11px; font-weight : normal; letter-spacing: 0px; font-family: Verdana, Arial, Helvetica, sans-serif; list-style-type: none; border-bottom: 0px solid gray; overflow: hidden; }




.mattblackmenu li{display: inline; margin: 0;}

/* Caratteristiche cella Menų Principale */
.mattblackmenu li a{float: left; display: block;text-decoration: none; margin: 0; padding: 5px 8px; /*padding inside each tab*/border-right: 1px solid white; /* testo */color: black; /* sfonfo */background: #ff9900;}

.mattblackmenu li a:visited{color: balck /*#22569d*/;}

/* Sfondo quando si va sulla cella */
.mattblackmenu li a:hover{background: #FFC080;; color:black;  /*background of tabs for hover state */}

/* Sfondo quando si va sul sottomenų della cella */
.mattblackmenu a.selected{background: #FFC080; /*background of tab with "selected" class assigned to its LI */}