/* navigation.css
styles for navigation
---------------------*/

/*a:link unvisited link
a:visited  visited link
a:hover  mouse over link
a:active selected link
a:focus focused link */


/* reset
----------------------------------------------- */

/* additional for ie8 not showing carousel correctly on home page for carousel specialisms */
.navCarousel
{
	width:	19px;
	height:	58px;
}


.nav, .nav ul
 {
	margin: 0;
	width: 100%;
	overflow: hidden;
}

.nav li {
	background : none;
	margin : 0;
	padding : 0;
	list-style: none;
}

.nav li a,
.nav li .link {
	display: block;
	text-decoration: none;
}

.nav li a:hover,
.nav li a:focus {
	text-decoration: underline;
}

/*  NAV CONTENT LI LINKS TO HAVE UNDERLINES */

.nav2, .nav2 ul
 {
	margin: 0;
	width: 100%;
	overflow: hidden;
	display:block;
}

.nav2 li {
background:transparent url(images/bullet-list.png) no-repeat scroll 0 9px;
font-size:12px;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin-left:2em;
padding-left:10px;
}


.nav2 li a,
.nav2 li a.link 
.nav2 li a.visited {
	text-decoration: underline;
	color: #002776;
}

.nav2 li a:hover,
.nav2 li a:focus {
	text-decoration: underline;
	color: #009fda;
}


.back 
{
	background:transparent none repeat scroll 0 0;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}


/* links types
----------------*/

a.primary
{
    display: block;
    clear: left;
    float: left;
    margin: 10px 10px 10px 0;
    padding: 0;
}
a.tertiary-button
{
    display: block;
    clear: right;
    float: right;
    margin: 10px 0px 10px 0px;
    padding: 0;
}
a.quinary-button
{
    display: block;
    clear: right;
    float: right;
    margin: 10px 10px 10px 0;
    padding: 0;
}

.primary
{
    text-indent: -9999em;
    border: none;
}

a.secondary
{
    display: block;
    clear: left;
    float: left;
    margin: 10px 10px 10px 0;
    padding: 0;
    text-transform: uppercase;
    font-weight: bold;
    color: #444;
    height: 25px;
}
a.quaternary
{
    display: block;
    clear: right;
    float: right;
    margin: 10px 0px 10px 10px;
    padding: 0;
    text-transform: uppercase;
    font-weight: bold;
    color: #444;
    height: 25px;
}
a.septenary  /* cms dynamic buttons text links */
{
    display: block;
    clear: right;
    float: right;
    margin: 10px 0px 10px 10px;
    padding: 0;
    text-transform: uppercase;
    font-weight: bold;
    color: #444;
    height: 25px;
}
a.octonary  /* left right nav specialisms bar home page 141009 */
{
    display: block;
    clear: left;
    float: left;
    margin: 10px 0px 10px 10px;
    padding: 0;
    height: 58px;
}

a.tertiary-button
{
    text-transform: uppercase;
    font-weight: bold;
    color: #444;
    height: 25px;
}
.tertiary-button
{
    text-indent: -9999em;
    border: none;
}

.quinary-button
{
    text-indent: -9999em;
    border: none;
}
.foot a.primary,
.foot a.secondary,
.foot a.quaternary,
.foot a.septenary  /* cms dynamic buttons text links */
{
    margin-top: 0;
}


a.secondary:hover,
a.secondary:focus,
a.quaternary:hover,
a.quaternary:focus,
a.tertiary-button:hover,
a.tertiary-button:focus,
a.quinary-button:hover,
a.quinary-button:focus,
a.septenary-button:hover,
a.septenary-button:focus  /* cms dynamic buttons text links */
{
    background-position: 0 -25px;
}

a.octonary:hover,
a.octonary:focus 
{
    background-position: 0 -58px;
}

/* additions for SPECIALISM BAR  NAV LEFT AND NAV RIGHT */

.img-specialism-previous 
{
    width: 19px;
    height: 58px;
    background: url("images/nav-specialism-left.gif") no-repeat 0 0;
}
.img-specialism-next 
{
    width: 19px;
    height: 58px;
    background: url("images/nav-specialism-right.gif") no-repeat 0 0;
}






/* addition 130809 specialism controls with links to float right */ 
.tertiaryFloatRight 
{	float: right;
 	clear: both;
}

a.tertiary
{
    display: block;
    padding-left: 8px;
    font-weight: bold;
    background: url("images/bullet-tertiary-link.gif") no-repeat 0 6px;
}

h3 a.tertiary, h3 a.tertiaryNorm
{
    background-position: 0 4px;
}

a.tertiaryNorm:hover,
a.tertiaryNorm:focus,
a.tertiary:hover,
a.tertiary:focus
{
  text-decoration: underline;
}

/*  addition 200809 right menu no bold tertiary bullet settings JS */
a.tertiaryNorm
{
    display: block;
    padding-left: 8px;
    font-weight: normal;
    background: url("images/bullet-tertiary-link.gif") no-repeat 0 6px;
}




/* addition 130809 specialism controls with links to float right */ 
a.tertiaryRight
{	display: block;
    float:right;
    padding-left: 8px;
    font-weight: bold;
    background: url("images/bullet-tertiary-link.gif") no-repeat 0 6px;
}

h3 a.tertiaryRight
{
    background-position: 0 4px;float:right;
}

a.tertiaryRight:hover,
a.tertiaryRight:focus
{
  text-decoration: underline;float:right;
}
/* addition END   130809 specialism controls with links to float right */ 


#search-jobs a.tertiary
{
    background-image: url("images/bullet-browse-link.png");
}

a.back
{
    background: url("images/bullet-tertiary-link-back.png") no-repeat 0 55%;
    font-size: 11px; /* 02032010 */
}

a.next
{
    background-position: 100% 55%;
    padding-left: 0;
    padding-right: 8px;
    font-size: 11px; /* 02032010 */
}

a.add
{
    padding: 0 15px 0 15px;
    background: url("images/bullet-add.png") no-repeat 100% 2px;
    float: right;
}
a.remove
{
    padding: 0 15px 0 15px;
    background: url("images/bullet-remove.gif") no-repeat 100% 4px;
    float: left;
    padding: 0 15px 0 0;
}
a.delete,
.nav li a.delete,
input[type="image"].delete
{
    padding: 0 15px 0 0;
    float: right;
    background: url("images/bullet-remove.gif") no-repeat 100% 4px;
}

a.delete:hover,
.nav li a.delete:hover
{
    text-decoration: underline;
}

td a.delete
{
    float: right;
}
/* rss feed small icon added 300909 */
a.rssfeed,
.nav li a.rssfeed
{
    font-weight: bold;
    padding: 2px 0 2px 20px;
    margin: 0 0 0 10px;
    background: url("images/icon-rss.gif") no-repeat 0 0;
}
a.rssfeed,
.nav li a.rsfeed
{
    background: url("images/icon-rss.gif") no-repeat 0 0;
   
}
/* map small icon */
a.list,
.nav li a.list,
a.map,
.nav li a.map
{
    font-weight: bold;
    padding: 2px 0 2px 20px;
    margin: 0 0 0 10px;
    background: url("images/icon-list.png") no-repeat 0 0;
}

a.list,
.nav li a.list
{
    background: url("images/icon-list.png") no-repeat 0 0;
}

a.map,
.nav li a.map
{
    background: url("images/icon-map.png") no-repeat 0 0;
   
}

a.large, a.large:visited {
background:transparent url(images/nav-link-large.png) no-repeat scroll 0 0;
color:#FFFFFF;
font-family:Arial,Sans-Serif;
font-weight:bold;
height:47px;
line-height:1.15em;
margin:0 0 10px;
padding:20px 25px 10px 10px;
text-indent:0;
text-transform:uppercase;
width:135px;
}
/*a.large, a.large:visited
{
    background: url("images/nav-link-large.png") no-repeat 0 0;
    height: 47px;
    width: 135px;
    padding: 10px 25px 20px 10px;  /* original  20px 25px 10px 10px; */
/*    margin: 0 0 10px 0;
    text-transform: uppercase;
    color: #fff;
    font-family: Arial, Sans-Serif;
    font-weight: bold;
    text-indent: 0;
}*/

a.large:hover,
a.large:focus
{
    background-position: 0 -77px;
    color: #C4EFFF;
    text-decoration: none;
}
/* nav global - nav-horizontal
-----------------------*/

#nav-global
{
    position: relative;
    z-index:10;
}

#nav-global ul.nav
{
}

#nav-global li
{
	padding-top: 5px;
	float: left;
	background: url("images/bullet-nav.png") no-repeat 0 90%;
	font-size:1em;
}

#nav-global li.first
{
	background:  none;
	font-size:1em;
}

#nav-global li.first a
{
    padding-left: 0;
}

#nav-global li a
{
	padding: 0 0.8em 0 0.8em;
    line-height: 1.5em;
}


li#nav-country
{
    border: none;
    width: 145px;
    float: right;
    padding: 5px 2px 5px 2px;
    margin: 0;
    background: none;
}

li#nav-country a
{
   float: left;
   padding-left: 4px;
   background: url("images/bullet-dropdown.png") no-repeat 100% 60%;
}

li#nav-country .flag
{
    display: block;
    float: left;
    width: 18px;
    height:18px;
    margin: 2px 0 0 4px;

}

li#nav-country .flag-GB
{
    background: url("images/icon-flag-uk.png") no-repeat 0 0;
}

li#nav-country:hover,
li#nav-country.here
{
 background: url("images/nav-country-lnk.jpg") no-repeat 0 0;
}

li#nav-country:hover div#nav-country-list /* added 040909 home Country dropdown list */
{
    display: block;       
}



/* nav level 1 - nav-horizontal
--------------------*/

#nav-primary
{
    width: 700px;
    margin-top: 10px;
}

#nav-primary .nav
{
 margin: 0 0 -1px 0;
 font: bold 1.2em Arial,sans-serif;
 text-transform: uppercase;
}


#nav-primary li {
	float: left;
	margin-right: 0px;
	text-indent: -999em;
	margin-right: 2px;
}

/* MOVED TO en-GB.css 
#nav-primary li a
{
    width: 231px;
    height: 38px;
    padding: 0;
    background: url("/library/images/en-GB/nav-primary-sprite.jpg") no-repeat 0 0;
} */


#nav-primary #nav-for-candidates a
{
    background-position: 0 0;
}
#nav-primary #nav-for-candidates a:hover,
#nav-primary #nav-for-candidates a:focus
{
    background-position: 0 -38px;
}

#nav-primary  #nav-for-candidates a.here
{
    background-position: 0 -76px;
}


#nav-primary #nav-for-clients a
{
    background-position: -231px 0;
}

#nav-primary #nav-for-clients a:hover,
#nav-primary #nav-for-clients a:focus
{
    background-position: -231px -38px;
}

#nav-primary  #nav-for-clients a.here
{
    background-position: -231px -76px;
}

#nav-primary #nav-our-expertise a
{
     background-position: -462px 0;
}

#nav-primary #nav-our-expertise a:hover,
#nav-primary #nav-our-expertise a:focus
{
     background-position: -462px -38px;
}

#nav-primary #nav-our-expertise a.here
{
     background-position: -462px -76px;
}


/* nav level 2 - nav-vertical
-------------------*/
#nav-secondary
{
 border: 1px solid #D2E4FF;
 overflow: visible;
}
#nav-secondary2
{
 border-top: 1px solid #D2E4FF;
 border-right: 1px solid #D2E4FF;
 border-bottom: 1px solid #fff;
 border-left : 1px solid #D2E4FF;
 overflow: visible;
}

#nav-secondary ul, #nav-secondary2 ul
{
    width: 169px;
}

#nav-secondary  .content {
	margin: 10px -10px 0 -10px;
	border-top: 1px solid #D2E4FF;
}

#nav-secondary2  .content {
	margin: 10px -10px 0 0p;  /* mediacentre / client left menu padding change was: 10px -10px 0 -10px; */
	border-top: 1px solid #D2E4FF;
	width: 170px;
}

#nav-secondary  li, #nav-secondary2 li
{
    border-bottom: 1px solid #D2E4FF;
    border-right: 1px solid #D2E4FF;
    background: #fff url("images/nav-secondary-link-bg.jpg") repeat-x 0 0;
}

#nav-secondary li.section, #nav-secondary2 li.section
{
    border-bottom: none;
}

#nav-secondary  li ul, #nav-secondary2 li ul
{
    border-top: 1px solid #D2E4FF;
}

#nav-secondary  li a, #nav-secondary2 li a
 {
	padding: 2px 16px 2px 10px;
    border-top: 1px solid #fff;
	background: url("images/bullet-heading-link.gif") no-repeat 95% 50%
}

#nav-secondary  li a:hover,
#nav-secondary  li a:focus,
#nav-secondary2 li a:hover,
#nav-secondary2 li a:focus
{
    border-top-color: #00AEEF;
    background: #00AEEF url("images/bullet-secondary-nav-hover.gif") no-repeat 95% 50%;
    color: #fff;
    text-decoration: none;
    
}

#nav-secondary li.here, #nav-secondary2 li.here
{
    background: #fff url("images/nav-secondary-link-here-bg.jpg") repeat-y 0 0;
    border-right: 1px solid #fff;
    width: 110%;
}

#nav-secondary  li.here a
{
 border: 1px solid #fff;
 font-weight: bold;
}

#nav-secondary2 li.here a
{
 border: 1px solid #fff;
}

#nav-secondary  li.here li a, #nav-secondary2 li.here. li a
{
 font-weight: normal;
}

#nav-secondary .foot, #nav-secondary2 .foot
{
    padding-top: 10px;
}



/* nav level 3
-------------------*/

#nav-secondary  li li a {
	padding-left: 20px;
}


#nav-secondary2  li li a {
	padding-left: 15px;
	padding-right: 15px;  /*media centre left menu client leftmenu */
}

/* nav level 4
-------------------*/

#nav-secondary  li li li a, #nav-secondary2 li li li a
 {
	padding-left: 30px;
}

/* nav level 5
-------------------*/

#nav-secondary  li li li li a, #nav-secondary2 li li li li a {
	padding-left: 40px;
}

/* nav level 6
-------------------*/

#nav-secondary  li li li li li a {
	padding-left: 50px;
}

/*---------*/

#nav-secondary .sub-specialisms
{
    border: none;
    background: #F5F5F5;
    margin-top: 0;
}

#nav-secondary .sub-specialisms li
{
    background: none;
    border: none;
}

.sub-specialisms a,
.sub-specialisms h4
{
    display : block;
    border-bottom:1px solid #E4E4E4;
    border-top:1px solid #FFFFFF;
    padding:0.2em 0.2em 0.2em 1em;
    padding-left: 10px;
    margin: 0;
}

.sub-specialisms a
{
    background: url("images/toggle-closed.png") no-repeat 98% 3px;
}

.sub-specialisms a.open
{
    background: #E6EBF9 url("images/toggle-open.png") no-repeat 98% 3px;
    text-decoration: none;
}

/* nav tertiary - nav-horizontal
--------------------*/

#nav-tertiary {
	padding-top: 35px;
	margin-top: -35px;
/*	background: url("images/footer-bg.jpg") repeat-x 0 0;  */
}

#nav-tertiary ul.nav {
	 height: 2em;
	 float: left;
}

#nav-tertiary ul.last {
	 float: right;
	 clear: none;
}

#nav-tertiary ul.last li{
	float: right;
}
#nav-tertiary li.last a
{
    padding-right: 0;
    height:1.7em;
}


#nav-tertiary li {
	float: left;
	background: url("images/bullet-nav.png") no-repeat 0 50%;
}

#nav-tertiary li.first
{
	background:  none;
}

#nav-tertiary li a {
	padding: 0 0.7em 0 0.7em;  /* was 0 0.8 0 0.8 */
}
#nav-tertiary li.first a
{
    padding-left: 0;
}
/* nav breadcrumb - nav-horizontal
-----------------------*/

#nav-breadcrumb {
}

#nav-breadcrumb ul.nav {
	 height: 2em;
	 margin-top: 10px;
}

#nav-breadcrumb li {
	float: left;
}

#nav-breadcrumb li a,
#nav-breadcrumb li .link
{
    padding: 0 0.6em 0 0.5em;
    background: url("images/bullet-breadcrumb.png") no-repeat 100% 60%;
	text-decoration: underline;
}

#nav-breadcrumb li .link
{
    text-decoration: none;
    color: #999;
    background: none;
}

#nav-breadcrumb .nav li a:hover,
#nav-breadcrumb .nav li a:focus {
	text-decoration: underline;
}

/* nav user
---------------*/

#nav-user 
{
 margin-top: 6px;   
}

#nav-user  ul.nav {
	 height: 2em;
}

/* nav paging
----------------*/

#search-results .nav-paging {
	padding-left: 0;
	padding-right:0;
	margin-bottom: 0;
    background: url("images/nav-paging-bg.jpg") repeat-x 0 0;
    /*border-top: 1px solid #fff;
    border-top: 1px solid #fff;*/
}

 #search-results .nav-paging a
{
    font-weight: normal;
    font-size: 11px;		/* 02032010 addition */
    text-decoration:none;	/* 02032010 addition */
}

#search-results .nav-paging a:hover,
#search-results .nav-paging a:focus  /* 02032010 addition */
{
    font-weight: normal;
    font-size: 11px;		
    text-decoration:underline;
}


#search-results .nav-paging .content {
	padding-top: 0;
}

#search-results .nav-paging .pages { float: right; margin-right:10px;}
.nav-paging .pages2 { float: right; margin-right:0px; width:190px;} /* for top search bar right alighned */
.nav-paging .pages3 { float: right; margin-right:0px; width:190px;} /* for candidate job search bar right alighned no padding */

 #search-results .nav-paging ol a,
 #search-results .nav-paging ol span
{
    float: left;
    padding: 0 5px 0 5px;
    text-decoration: underline;
}

#search-results .nav-paging p {
	padding: 0;
	margin: 0;
}


.next2 {float: right;} /* added  JS 030909 jobdetailspager.ascx alighnment left */

/*.pages2 .next2 {float: right;}  added  JS 030909 jobdetailspager.ascx alighnment right */

#search-results .nav-paging .next, 
#search-results .nav-paging .previous, 
#search-results .nav-paging ol 
{
	float:left;
	padding:2px 0 0 0; /* 02032010 addition */
}

#search-results .nav-paging li.next
{
    background: url("images/bullet-nav.png") no-repeat scroll 0 60%; padding-right:0px; /* alighn right for next tab */
}

.pages2 .linevertical
{
    /* borderline toggle inbetween prev and next - show hide */
	 border-right: 1px solid #00a8ea;
	 height: 15px;
	 padding-right: 8px;
	 padding-left: 0px;
}

.pages2 li.previous
{
    /* align border right for next job toggles with below .pages2 li.prevnoborder */
	 float:left;
}

/* toggles if first job this shows without the border if previous to show will use the above .pages2 li.previous style */
.pages2 li.prevnoborder
{
     float:left;
	 padding-right: 15px;
}

.pages2 li.next2 
{
   /* background: url("images/bullet-nav.png") no-repeat scroll 0 60%; padding-right:0px;  */
    float:right;
    padding-left: 15px;
}


#search-results .nav-paging ol,
#search-results .nav-paging ul
 {
	list-style: none;
	margin: 0 0.5em 0 0.5em;
	padding: 0;
	background:none;
	border: none;
	clear:none;
}
.nav-paging li.next2 {
	float: right;
	clear: none;    
	padding: 0 0 0 10px;
	margin: 0 0 0 0;
}
#search-results .nav-paging li {
	float: left;
	clear: none;    
	padding: 0 10px 0 10px;
	margin: 0 0 0 0;
}

#search-results .nav-paging ol li {
	padding: 0 0 0 0;
}

.nav-paging ol li.last {
	background: none;
}

.nav-paging p span { color: #00aeef; } /* was light grey #bbb 190909 JS updated for candidate details.aspx Next Steps  */


.nav-paging ol li.here a {
	display: block;
	background: #B3D3FF;
	color: #fff;
	text-decoration: none;
	cursor: text;
}
/*------*/

.paging-job
{
    /* when viewing individual job*/
	padding-left: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0;
	background: none;
}

/*-------*/

.paging-jobs a.tertiary
{
    float: left;
}

.paging-jobs .nav
{
    float: right;
    width: auto;
    clear: none;
}

.paging-jobs .nav li
{
    padding: 0 5px 0 5px;
}

.paging-jobs .nav .previous
{
    border-right: 1px solid #aaa;
}

/* nav-context
---------------*/
.nav-context
{
    float: right;
    color: #324B5F;

}

.nav-context li
{
    float: right;
    border: 1px solid #E4E4E4;
    padding: 6px;
    background: url("images/nav-context-bg.jpg") repeat-x 0 100%;
}

.nav-context li.reference
{
    border-right: 1px solid #fff;
}
/* FLOAT LEFT */
.nav-contextLeft
{
    float: left;
    color: #324B5F;

}

.nav-contextLeft li
{
    float: left;
    border: 1px solid #E4E4E4;
    padding: 6px;
    background: url("images/nav-context-bg.jpg") repeat-x 0 100%;
}

.nav-contextLeft li.reference
{
    border-right: 1px solid #fff;
}



#job-head h2
{
    margin-top: 0;
    margin-bottom: 0;
}


/*
    I M A G E    B U T T O N S   R E S O U R C E   D B A S E
    ________________________________________________________ */

/* .img-save
{
    width: 63px;
    height: 24px;
    background: url("/library/images/en-GB/btnSave.gif") no-repeat 0 0;
}
.img-cancel
{
    width: 78px;
    height: 24px;
    background: url("/library/images/en-GB/btnCancel.gif") no-repeat 0 0;
}


.img-find-jobs
{
    width: 118px;
    height: 24px;
    background: url("/library/images/en-GB/btn-find-jobs.jpg") no-repeat 0 0;
}
.img-go-jobs
{
    width: 56px;
    height: 24px;
    background: url("/library/images/en-GB/btn-go.png") no-repeat 0 0;
}

.img-shortlist-applynow
{
    width: 118px;
    height: 24px;
    background: url("/library/images/en-GB/btn-apply-now.gif") no-repeat 0 0;
} */

/* viewshortlist request more info button*/
/*.img-shortlist-register 
{
    width: 223px;
    height: 24px;
    background: url("/library/images/en-GB/btn-requestinfo.gif") no-repeat 0 0;
} */


.img-icon-search
{
    width: 39px;
    height: 24px;
    background: url("images/btn-icon-search.jpg") no-repeat 0 0;
}

.img-search
{
    width: 83px;
    height: 50px;
    background: url("images/btn-search.jpg") no-repeat 0 0;
}

/*.img-view-all-comments
{
    width: 158px;
    height: 50px;
    background: url("/library/images/en-GB/btn-view-all-comments.jpg") no-repeat 0 0;
}

.img-view-all
{
    width: 91px;
    height: 50px;
    background: url("/library/images/en-GB/btn-view-all.jpg") no-repeat 0 0;
}

.list-look-for-candidate3 .img-view-shortlist
{	
    width: 68px;
    height: 25px;
    background: url("/library/images/en-GB/btn-view.jpg") no-repeat 0 0;
    margin:0px;
    padding: 0px;
}

.list-look-for-candidate2 .img-sendemail
{	
    width: 109px;
    height: 25px;
    background: url("/library/images/en-GB/btn-sendemail.gif") no-repeat 0 0;
    margin:0px;
    padding: 0px;
}

.list-look-for-candidate2 .img-registernow
{	
    width: 133px;
    height: 25px;
    background: url("/library/images/en-GB/btn-registernow.gif") no-repeat 0 0;
    margin:0px;
    padding: 0px;
} */

.img-view-shortlistdelete
{	
    width: 11px;
    height: 11px;
    background: url("images/bullet-delete.gif") no-repeat 0 0;
}


/* MOVED TO en-GB.css
.img-register-now
{
    width: 123px;
    height: 50px;
    background: url("/library/images/en-GB/btn-registernow.gif") no-repeat 0 0;
}

.img-find-job
{
    width: 100px;
    height: 50px;
    background: url("/library/images/en-GB/btn-find-a-job.jpg") no-repeat 0 0;
}

.img-find-candidate
{
    width: 144px;
    height: 50px;
    background: url("/library/images/en-GB/btn-find-a-candidate.jpg") no-repeat 0 0;
}


.img-setup-new-alert
{
    width: 152px;
    height: 50px;
    background: url("images/btn-setup-a-new-alert.jpg") no-repeat 0 0;
}

.img-viewinfull /* user logged in and viewing my apps, my alerts, my shortlist */
/* {
    width: 122px;
    height: 50px;
    background: url("/library/images/en-GB/btn-viewinfull.gif") no-repeat 0 0;
}

.img-check-your-salary
{
    width: 156px;
    height: 50px;
    background: url("/library/images/en-GB/btn-check-your-salary.jpg") no-repeat 0 0;
}

.img-apply-now
{
    width: 119px;
    height: 33px;
    background: url("/library/images/en-GB/btn-apply-now.gif") no-repeat 0 0;
} */
.img-apply-now:hover,
.img-apply-now:focus
{
    background-position: 0 -33px;
}


/* .imglrg-apply-now
{
    width: 182px;
    height: 37px;
    background: url("images/btnlrg-apply-now.png") no-repeat 0 0;
}  

.imglrg-apply-now:hover,
.imglrg-apply-now:focus
{
    background-position: 0 -37px;
}  */




/* SITE MAP NAVIGATION SETTINGS 
   ****************************   
   **************************** */
.sitemap-content
{
	float: left;
	border: 1px dotted #CCCCCC; /* added 12 10 09 */
	clear: left;                /* added 12 10 09 */
	margin: 0 0 20px 10px;		/* added 12 10 09 */
	width: 920px;				/* added 12 10 09 */
	padding: 10px;				/* added 12 10 09 */
}

ul.sitemap-links {
    margin:0 ;
    padding:0;
}

ul.sitemap-links li {
    list-style-type:none;
    background: none;

}

ul.sitemap-links2 {
    margin:0 ;
    padding:0;
}

ul.sitemap-links2 li {
    list-style-type:none;
    background: none;

}

ul.sitemap-links3 {
    margin:0 ;
    padding:0;
}

ul.sitemap-links3 li {
    list-style-type:none;
    background: none;

}

.sitemap-headerlink
{
	font-size:1.6em;
	font-weight: bold;
	color: #162B61				/* added 12 10 09 */
}
.sitemap-header-nolink
{
	font-size:1.1em;
	font-weight: bold;
}





