.tabMenu {
xwidth:1120px;
width: 100%;
xmargin: 0px -20px 0px 0px;
xclear: both;
}

.headerMenu{
background: url(../images/tab_mainBG.gif) repeat-x;
float: left;
height: 34px;
width: 740px;
}

/* if 779 is too wide, try 680 */

.headerMenu ul{
margin: 0;
padding: 0px 20px;
float: left;
/*width: 100%;*/
}

.headerMenu ul li{
display: inline;
float: left;
position: relative;
}

.headerMenu ul li a{
color: #55960b;
font-family: Arial;
font-size: 14;
font-weight: bold;
cursor: hand;
float: left;
padding: 0px 0px;
text-decoration: none;

}

.headerMenu ul li a:visited{
  color: #55960b;
  font-family: Arial;
  font-size: 14;
  font-weight: bold;
  cursor: hand;
  float: left;
  padding: 0px 0px;
  text-decoration: none;
}

.headerMenu ul li a:hover, .headerMenu ul li .current{ /*background of main menu bar links onMouseover*/
color: #FFFFFF;
}

/* Sub level menus*/
.headerMenu ul li ul{
position: absolute;
z-index: 100;
visibility: hidden;
}

.headerMenu ul li ul li {
padding: 0px 0px 0px 0px;
}

/* Sub level menu links style */
.headerMenu ul li ul li a{
color: #FFFFFF;
font-size: 11;
font-family: Arial;
font-weight: bold;
padding: 1px 5px;
}

/* the following added by Dave to make submenu links look correct in Firefox */
.headerMenu ul li ul li a:visited {
color: #FFFFFF;
font-size: 11px;
font-family: Arial;
font-weight: bold;
padding: 1px 5px;
}

.headerMenu ul li ul li a:hover{ /*sub menu links' background color onMouseover */
font-size: 11px;
font-family: Arial;
color: #7D9ECF;
font-weight: bold;
}

.leftMenuImg {
height: 34px;
width: 5px;
float: left;
background: url(../images/tab_selected_left.gif) no-repeat; 
}

.middleMenuImg {
float: left;
height: 34px;
background: url(../images/tab_selected_center.gif) repeat-x;  
color: #FFFFFF;
}

.rightMenuImg {
height: 34px;
width: 10px;
float: left;
background: url(../images/tab_selected_right.gif) no-repeat;   
}

.leftMenuNoImg {
height: 34px;
width: 5px;
float: left;
}

.middleMenuNoImg {
float: left;
height: 34px;
}

.rightMenuNoImg {
height: 34px;
width: 10px;
float: left;
}

.leftSubMenu {
float: left;
width: 5px;
height: 16px;
}

.middleSubMenu {
float: left;
height: 16px;
font-size: 11px;
font-weight: bold;
/*color: #fff;*/
}
/* font attributes added */

.rightSubMenu {
float: left;
width: 5px;
height: 16px;
}

.leftSubMenuSelected {
float: left;
width: 5px;
height: 16px;
background: url(../images/submenu_selection_left.gif) no-repeat;  /* can be removed */
}

.middleSubMenuSelected {
float: left;
color: #7D9ECF;
height: 16px;
background: url(../images/submenu_selection_center.gif) repeat-x;  /* can be removed */
font-family: Arial, sans-serif;
font-size: 12px;
font-weight: bold;
}

.rightSubMenuSelected {
float: left;
width: 5px;
height: 16px;
background: url(../images/submenu_selection_right.gif) no-repeat;  /* can be removed */
}

#submenuBackground {
visibility: visible;
clear:both;
xwidth:1116px;
width: 100%;
background: #7D9ECF;
height: 26px;
margin-top: -6px;
}

#mainTabRight {
float:left;
margin-left:0px;
padding:0;
overflow:hidden;
background: url(../images/tab_image_right.gif) no-repeat;
width:170px; 
height: 34px;
}

.arrowImg {
padding: 0px 3px;
}

.mainTabTextWithoutArrow {
line-height: 40px;
}

.mainTabText{
line-height: 40px;
}

.whiteTabText {
line-height: 40px;
color: #fff;
}

.hideImg {
visibility: hidden;
}

