.basictab ul{
margin: 4px;
padding: 3px 0;
margin-left: 0;
font: bold 12px Verdana;
border-bottom: 1px solid #FFC726;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.basictab li{
display: inline;
margin: 0;
}

.basictab li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #FFC726;
border-bottom: none;
background-color: #FFC726;  /* #f6ffd5; */
color: #2d2b2b;
}

.basictab li a:visited{
color: #2d2b2b;
}

.basictab li a:hover, .basictab li a.current{
background-color: #FF9A00;  /*  #DBFF6C; */
color: black;
}

.basictab li a:active{
color: black;
}

.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.*/
}

.tabcontent{
display:none;
}

/* Tax Update ***********************************************************************************************/
.basictab2a ul{
margin: 4px;
padding: 3px 0;
margin-left: 0;
font: bold 12px Verdana;
border-bottom: 1px solid #b5121b;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.basictab2a li{
display: inline;
margin: 0;
}

.basictab2a li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #b5121b;
border-bottom: none;
background-color: #b5121b;  /* #f6ffd5; FFC726*/
color: #ffffff; 
}

.basictab2a li a:visited{
color: #ffffff;
}

.basictab2a li a:hover, .basictab2a li a.current{
color: #ffffff;	
background-color: #FFC726; 
border: 1px solid #FFC726;  /* added 12/11/2009 */
}

.basictab2a li a:active{
color: #ffffff; 
background-color: #FFC726;  /* added 12/11/2009 */
border: 1px solid #FFC726;  /* added 12/11/2009 */
}

.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.*/
}

.tabcontent{
display:none;
}
/** END HERE ****************************************************************/

/*** Consulting Tab **********************************************************/

.basictab3a ul{
margin: 4px;
padding: 3px 0;
margin-left: 0;
font: bold 12px Verdana;
border-bottom: 1px solid #FFC726;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.basictab3a li{
display: inline;
margin: 0;
}

.basictab3a li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #FFC726;
border-bottom: none;
background-color: #FFC726;  /* #f6ffd5; FFC726   b5121b*/
color: #ffffff; 
}

.basictab3a li a:visited{
color: #ffffff;
}

.basictab3a li a:hover, .basictab2a li a.current{
color: #ffffff;	
background-color: #b5121b; 
border: 1px solid #b5121b;  /* added 12/23/2009 */
}

.basictab3a li a:active{
color: #ffffff; 
background-color: #b5121b;  /* added 12/23/2009 */
border: 1px solid #b5121b;  /* added 12/23/2009 */
}

.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.*/
}

.tabcontent{
display:none;
}
/*** END *********************************************************************/
