/* ----------------------------------------main menu style-----------------------------------------*/
 
 
.mainNavDropDown_item {
	background: #DBEDF9;
    text-align: left;
	height: 25px;
	}

.mainNavDropDown_item a:link,
.mainNavDropDown_item a:visited,
.mainNavDropDown_item a:hover,
.mainNavDropDown_item a:active
{
    font: normal 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif !important;
    text-decoration: none;
    color: #006699; !important
    cursor: hand;
}

.mainNavDropDown_item_hover {
    background: #0F4576;
	text-align: left;
	height: 25px;
	}
	

.mainNavDropDown_item_hover a:link,
.mainNavDropDown_item_hover a:visited,
.mainNavDropDown_item_hover a:hover,
.mainNavDropDown_item_hover a:active
{
    font: normal 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif !important;
    text-decoration: none;	
    color: #fff; !important
    cursor: hand;
}


table.AboutUsOff
{
	background: url(/App_Themes/KForcePortal/Images/NewImages/hme_nav_about_off.gif) top left no-repeat; 
    height: 35px; 
    width: 95px; 
}
	
table.AboutUsOn
{
	background: url(/App_Themes/KForcePortal/Images/NewImages/hme_nav_about_on.gif) top left no-repeat; 
    height: 35px; 
    width: 95px; 
}	
	

table.SpecialtiesOff
{
	background: url(/App_Themes/KForcePortal/Images/NewImages/hme_nav_specialties_off.gif) top left no-repeat; 
    height: 35px; 
    width: 99px; 
}
	
table.SpecialtiesOn
{
	background: url(/App_Themes/KForcePortal/Images/NewImages/hme_nav_specialties_on.gif) top left no-repeat; 
    height: 35px; 
    width: 99px; 
}	
	

table.InvestorRelationsOff
{
	background: url(/App_Themes/KForcePortal/Images/NewImages/hme_nav_invrelations_off.gif) top left no-repeat;
    height: 35px; 
    width: 147px;
}

table.InvestorRelationsOn
{
	background: url(/App_Themes/KForcePortal/Images/NewImages/hme_nav_invrelations_on.gif) top left no-repeat;
    height: 35px; 
    width: 147px;
}

table.FindAnOfficeOff
{
	background: url(/App_Themes/KForcePortal/Images/NewImages/hme_nav_findoffice_off.gif) top left no-repeat;
    width: 119px; 
    height: 35px;
}

table.FindAnOfficeOn
{
	background: url(/App_Themes/KForcePortal/Images/NewImages/hme_nav_findoffice_on.gif) top left no-repeat;
    width: 119px; 
    height: 35px;
}

table.EmployersOff
{
	background: url(/App_Themes/KForcePortal/Images/NewImages/hme_nav_employers_off.gif) top left no-repeat;
    width: 98px; 
    height: 35px; 
}

table.EmployersOn
{
	background: url(/App_Themes/KForcePortal/Images/NewImages/hme_nav_employers_on.gif) top left no-repeat;
    width: 98px; 
    height: 35px; 
}

               
table.JobSeekersOff
{
	background: url(/App_Themes/KForcePortal/Images/NewImages/hme_nav_seeker_off.gif) top left no-repeat;
    width: 103px; 
    height: 35px; 
}

table.JobSeekersOn
{
	background: url(/App_Themes/KForcePortal/Images/NewImages/hme_nav_seeker_on.gif) top left no-repeat;
    width: 103px; 
    height: 35px; 
}                


                
table.JobSearchOff
{
	background: url(/App_Themes/KForcePortal/Images/NewImages/hme_nav_search_off.gif) top left no-repeat;
    width: 106px; 
    height: 35px;
}

table.JobSearchOn
{
	background: url(/App_Themes/KForcePortal/Images/NewImages/hme_nav_search_on.gif) top left no-repeat;
    width: 106px; 
    height: 35px;
}                    

