﻿	.SearchJobs
	{
		width:210px;
     
        height:38px !important; 


		

	}
	.AboutUs
	{
		width:194px;

        	}
	.CareerCenter
	{
		width:242px;
left:-2px;
        	}
        	
*+html .CareerCenter { left:-2px;}
	.NewsHome
	{
		width:147px;

        left:-2px;
       
        	}
        	
        	*+html .NewsHome { left:-2px;}

	.LifeStyle
	{
		width: 203px;

        	}
            
.jqueryslidemenu{
	/* width: 1120px; */

	margin-top: 20px;
		margin-top /**/ : /**/  18px;
	margin-left:2px;

	/* padding-left: 5px; */
	position: relative;
	display: block;
	list-style: none;
	height: 38px !important;
z-index:999999;
}

#nav
{
z-index:999999;

}
*+html #nav { margin-top: 17px;margin-left:0px;z-index:999999;}

.jqueryslidemenu ul{
margin: 0;
padding: 0px;
list-style-type: none;

	
}

/*Top level list items*/
.jqueryslidemenu ul li{
position: relative;
display: inline;
float: left;
text-align: center;


}

/*Top level menu link items style*/
.jqueryslidemenu ul li a{
display: block;
 /*background of tabs (default state)*/
color: white;

text-decoration: none;

}

* html .jqueryslidemenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
text-decoration: none;
}

.jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited{
color: white; 
text-decoration: none;
}

.jqueryslidemenu ul li a:hover{
 /*background: blue;tab link background during hover state*/
color: white;
text-decoration: none;
}
	
/*1st sub level menu*/
.jqueryslidemenu ul li ul{
position: absolute;
left: 0;
text-indent:0px;
display: block;
visibility: hidden;
background: #324256;

}
.jqueryslidemenu ul li ul a:hover 
{
	background: #728DAB;
	
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li{
display: list-item;
float: none;
text-align: left;
border-bottom: 1px solid gray;

}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.jqueryslidemenu ul li ul li a{
font: normal 10px Verdana;
width: 200px; /*width of sub menus*/
	min-width: 200px;
	width:auto !important;
	width: 200px;
	
padding: 10px;
margin: 0;
border-top-width: 0;

white-space:nowrap;
}



/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass
{
	display:none;
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

.pretty-hover, #navs ul li ul li:hover { 
  background: #1B4166;
}

