
/* SOLID BLOCK Menu - RED for TL 
------------------------------------------------------------------------------------- */
.solidblockmenu {
width: 99%;
}

.solidblockmenu ul{
margin: 0px 0px 0px 0px;
padding: 0;
float: left;
font-weight: bold;
width: 100%;
border: 1px solid #625e00;
border-width: 1px 0;
background: black url(../../images/borders/bg/ddtabmenu_blockdefault_BLACK.gif) center center repeat-x;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a,
.solidblockmenu li a:visited{
float: left;
color: white;
padding: 9px 11px;
text-decoration: none;
border-right: 1px solid white;
}

.solidblockmenu li a:hover, 
.solidblockmenu li a.current{
float: left;
color: white;
padding: 9px 11px;
text-decoration: none;
border-right: 1px solid white;
background: transparent url(../../images/borders/bg/ddtabmenu_blockactive_RED.gif) center center repeat-x;
}

/* Chrome Menu - general 
------------------------------------------------------------------------------------- */
.chromemenu{
width: 99%;
}

.chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromemenu ul{
border: 1px solid #BBB;
width: 100%;
background: white url(/images/borders/bg/ddtabmenu_chromedefault_CLEAR.gif) center center repeat-x;
padding: 5px 0;
margin: 0;
text-align: left; /*set value to "right" for example to align menu to the left of page*/
}

.chromemenu ul li{
display: inline;
font-family:Arial, Helvetica, sans-serif;
}

.chromemenu ul li a,
.chromemenu li a:visited{
color: #494949;
padding: 5px 8px;
margin: 0;
text-decoration: none;
border-right: 1px solid #BBB;
}

.chromemenu ul li a:hover, 
.chromemenu ul li a.current{
background: url(/images/borders/bg/ddtabmenu_chromeactive_BlueLight.gif) center center repeat-x;
}


/* Horizontal Menu - Grey/Blue 
------------------------------------------------------------------------------------- */

.horizontal_greyblue {
    width: 200px;
    margin: 0px;
    padding: 0px;
    voice-family: "\"}\""; 
    voice-family: inherit;
    }

.horizontal_greyblue ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:13px;
    font-weight:bold;
    }
 
 .horizontal_greyblue li {
    margin:0;
    padding:0;
    }
 
.horizontal_greyblue a {
    color: #54A4DE;
    display: block;
    padding: 8px 0 0 30px;
    text-decoration: none;
    
    height: 32px;
    background:  url(http://www.hflsolutions.com/images/tabs/vertical_hover_Grey.gif) no-repeat;
    }   
    
    
.horizontal_greyblue li a:hover, 
.horizontal_greyblue li a:current {
    color: #54A4DE;
    display: block;
    background:  url(http://www.hflsolutions.com/images/tabs/vertical_hover_Blue.gif) no-repeat;
    padding: 8px 0 0 30px;
    }

/* tab menu on order form
----------------------------------------------------------- */

.order_basictab ul {
	list-style-type: none;

	margin: 0px;
	padding: 5px 0px 5px 25px; /* this needs to be balanced with li a padding, which is TOP and BOTTOM */

	font-family: Arial, sans-serif;
	font-size: 11px;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	
	border-bottom: 1px solid #ccc;
	font-weight:bold;
	}

.order_basictab li{
	display: inline;
	margin: 0;
	}
.order_basictab li span {
	/* padding:3px 3px 10px 3px; */
	}

.order_basictab li a{
	text-decoration: none;
	/* color: #54A4DE; */
	color:#000000;

	padding: 5px 9px 5px 9px;
	margin: 1px;

	border: 1px solid #ccc;
	background-color: #f5f5f5;
	}

.order_basictab li a:visited{
	color: #000000;
	}

.order_basictab li a:hover, 
.order_basictab li a.current{
	background-color: #FFFFFF;
	color: #666666;
	border-top: 3px solid #54A4DE;
	border-bottom: 1px solid #ffffff;
	padding: 8px 9px 5px 9px;
	}

.order_basictab li a:active{
	color: #ff0000;
	}
.order_basictab_container {
	margin:10px 2px 5px 2px;
	}


/* SOLID BLOCK Container - GENERAL 
------------------------------------------------------------------------------------- */
.tabcontainer{
clear: left;
width:95%; /*width of 2nd level sub menus*/
height:1.5em; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/

padding: 5px 10px 5px 20px;
}

*:first-child+html .ieclass{ /*IE7 hack to remove gap between menu and sub contents -- originally -1em*/
margin-top: 0em;
}

* html .ieclass{ /*IE6 and below hack to remove gap between menu and sub contents -- originally -1em*/
margin-top: 0em;
}

.tabcontent{
display:none;
}




















