/* -------- icon banner nav ------------------------------------------ */

#banner ul {
	position: absolute; 
	top: 12px; 
	right: 17px;
	margin: 0;
	padding: 0;
	font-size: 1.2em;
}
#banner li {
	display: inline;
	background: url( ../images/nav-icon-contact.gif ) no-repeat 0 3px;
	padding: 12px 10px 12px 38px;
	line-height: 4em;
}
#banner li.info {
	background-image: url( ../images/nav-icon-info.gif );
}
#banner li a {
	margin: 5px 0;
}
#banner li a:link, #banner li a:visited {
	color: #097698;
	text-decoration: none;
}
#banner li a:hover, #banner li a:active {
	color: #424242;
	text-decoration: underline;
}
#banner li.flag-uk {
	background-image:none;
	padding:1.1em 1em 0 0;
	float:left;
}
#banner li.flag-fr {
	background-image:none;
	padding:1.1em 2em 0 0;
	float:left;
}
/* -------- horizontal nav ------------------------------------------- */
#hnavcontainer {
	width: 100%;
	margin-top: 15px;
	background-color: #57b1ce;
}

/* rounded corners */
.rtop { 
	/*position: relative;
	top: 5px;*/
	background: #57b1ce url(../images/side-col-tr.gif) no-repeat top right; 
}
.rbottom {
	/*position: relative;
	bottom: 5px;*/
	background: #57b1ce url(../images/side-col-br.gif) no-repeat top right; 
}
img.rcorner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}

#hnavcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
}

#hnavcontainer ul li
{
display: block;
float: left;
margin: 0;
padding: 5px 0;
text-align: center;
line-height: 0.7em;
background-color: #57b1ce;
}

#hnavcontainer ul li a
{
/*display: block;*/
padding: 0;
text-decoration: none;
text-align: center;
font-size: 1.2em;
color: white;background: url( ../images/hnav-arrow.gif ) no-repeat 0 0.3em;
}
#hnavcontainer ul li a span {
	margin-left: 10px;
	
}

#hnavcontainer ul li a:hover, #hnavcontainer a:active
{
text-decoration: underline;
}

#hnavcontainer li#active a
{
font-weight: bold;
color: #ffd700;
}

/* -------- vertical nav --------------------------------------------- */
#vnavcontainer {
	background-color:#d3ebf2;
}
#vnavcontainer ul {
padding-left: 0;
margin-left: 0;
border-bottom: 1px solid #b7d5dd;
width: 171px;
}

#vnavcontainer ul li
{
list-style: none;
list-style-image: none;
margin: 0;
padding: 0.75em 0 0.75em 20px;
border-top: 1px solid #b7d5dd;
background-image: url( ../images/vnav-arrow.gif );
background-repeat: no-repeat;
background-position: 10px 1em;
}
#vnavcontainer ul li.first {
	border-color: #48a3c3;
}

#vnavcontainer ul li a { text-decoration: none; }

#vnavcontainer ul li a:link, #vnavcontainer ul li a:visited {
	color: #444b4d;
	text-decoration: none;
}
#vnavcontainer ul li a:hover, #vnavcontainer ul li a:active {
	color: #09b7ee;
	text-decoration: underline;
}



