<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */


.indentmenu{
font: bold 13px Arial;
width: 100%; /*leave this value as is in most cases*/
overflow: hidden;
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
width: 100%; /*width of menu*/
border: 1px solid #564c66; /*dark purple border*/
border-width: 1px 0;
background: black url("../images/indentbg.gif") center center repeat-x;
}

.indentmenu ul li{ 
display: inline;
}

.indentmenu ul li a{
float: left;
width: 10.56%;  /*was 10.64% - perfect for firefox but went over 2 lines on IE7*/
color: white; /*text color*/
padding: 5px 11px;
text-decoration: none;
border-right: 1px solid #564c66; /*dark purple divider between menu items*/
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a:hover, .indentmenu ul li a:active {
font-weight: bold;
padding-top: 6px; /*shift text down 1px for selected and active item*/
padding-bottom: 4px; /*shift text down 1px for selected and active item*/
background: black url("../images/indentbg2.gif") center center repeat-x;
}


.indentmenu ul li a.current{
color: yellow;
font-weight: bold;
/*color: white !important; text color of selected and active item - have taken this off for now and used yellow instead*/
padding-top: 6px; /*shift text down 1px for selected and active item*/
padding-bottom: 4px; /*shift text down 1px for selected and active item*/
background: black url("../images/indentbg2.gif") center center repeat-x;
}


.buttonmenu{
list-style-type: none;
margin: 0;
padding: 0;
width: 180px;
}

.buttonmenu li{
padding: 1px 0px;
}

.buttonmenu li a{
color: white;
display: block;
width: 100%;
padding: 2px 4px;	/*was 2px 4px*/	
text-decoration: none;
font-weight: normal;
border: 1px solid;
border-color:#564c66;
background: black url("../images/indentbg.gif") center center repeat-x;
text-decoration:none;
}


.buttonmenu li a:visited{
color: white;
}

.buttonmenu li a:hover, .buttonmenu li a:active{
font-weight: bold;
background: black url("../images/indentbg2.gif") center center repeat-x;
}

#bhome a#home,
#bnewfamily a#newfamily,
#bfaminfo a#faminfo,
#bwhatisap a#whatisap,
#bscreening a#screening,
#bplacement a#placement,
#bfees a#fees,
#bterms a#terms,
#bguarantees a#guarantees,
#btraining a#training,
#bpmoney a#pmoney,
#bhosting a#hosting,
#bfamilyregform a#famregform,
#bapinfo a#apinfo,
#bwhat a#what,
#bworking a#working,
#bhowtoregister a#howtoregister,
#bapregprocess a#apregprocess,
#bapdocs a#apdocs,
#baptraining a#aptraining,
#bapregistration a#apregistration,
#bagencyinfo a#agencyinfo,
#babout a#about,
#bchoosing a#choosing,
#bwebsiteterms a#websiteterms,
#bcontact a#contact,
#bpress a#press,
#bnews a#latest-news,
#bnews2010 a#news2010,
#bnews2009 a#news2009,
#bnews2008 a#news2008,
#bsearchall a#searchall,
#bsearchdrivers a#searchdrivers,
#bsearchns a#searchns,
#bsearch21plus a#search21plus,
#bsearch25plus a#search25plus,
#bsearchenglish a#searchenglish,
#bsearchfrench a#searchfrench,
#bsearchspanish a#searchspanish,
#bsearchitalian a#searchitalian,
#bsearchgerman a#searchgerman {
color: yellow;
font-weight: bold;
background: black url("../images/indentbg2.gif") center center repeat-x;
}

.buttonmenu li a#current{
color: yellow;
font-weight: bold;
background: black url("../images/indentbg2.gif") center center repeat-x;
}

</style>









