/*
   -----------------------------------
     MercuryTecnology.com 
	 Drop Tab Menu Style Sheet 
	 Optimized by branoSEVEN
	 www.branoSEVEN.com
   ----------------------------------
   Default
 */	

.solidblockmenu ul{margin: 0; padding: 0; float: left; font-family: Arial, Helvetica, sans-serif; font-size: 12px; text-decoration:none; width: 100%; border-width: 1px 0; background-color:#0081c6;}
.solidblockmenu li{display: inline;}
.solidblockmenu li a{float: left; color: white; padding: 8px 11px; text-decoration: none; border-right: 1px solid white;}
.solidblockmenu li a:visited{color: white; text-decoration: none;}
.solidblockmenu li a:hover, .solidblockmenu li a.current{color: white; text-decoration: none; background-color: #268ec5;}
.tabcontainer{clear: left; padding: 3px 0 0 0; background-color: #a2adb6; width:100%; color: #ffffff; /*width of 2nd level sub menus*/
height:1.6em; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/}
*:first-child+html .ieclass{ /*IE7 hack to remove gap between menu and sub contents*/
margin-top: 0;}
* html .ieclass{ /*IE6 and below hack to remove gap between menu and sub contents*/
margin-top: 0;}
.tabcontent{display:none;}