@charset "ISO-8859-1";
/* Nav CSS */

<style type="text/css">
<!--


/* ------------------- TOP NAVIGATION ------------------- */ 

.navPages {
	/*margin:0 0 0 30px;
	padding:0;*/
}

.navPages a{
	padding:15px 10px 12px 10px;
	display:inline;
	height:44px;
	margin:-8px 0 0 0;
	color:#FFFFFF;
	background: url(../images/nav_dotted.gif) no-repeat right 5px;
	text-decoration: none;
	/*border-right:1px dotted #FFFFFF;*/
}

.navPages a:hover{
    display:inline;
	background: url(../images/nav_over_tile.jpg) repeat-x 0px 0px;
}


/* ------------------- DROP-DOWN NAVIGATION ------------------- */ 


#dropmenudiv{
position:absolute;
color:#FFFFFF;
z-index:100;
text-align:left;
margin-top:0px;
text-decoration: none;
/*border:2px solid #0084c9;
border-bottom-width: 0;*/
}

#dropmenudiv a{
color:#FFFFFF;
width: 100%;
display: block;
border-top: 1px dotted white;
padding: 8px;
text-decoration: none;
background:#0084c9;
text-decoration: none;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #4da9da;
color:#FFFFFF;
text-decoration: none;
}

/*  ---- Country Drop Down Nav ----  */


.countryDrop {
	float:right;
	margin:-4px 25px 0 10px;
	padding:5px 5px 5px 3px;
	width:73px;
	height:13px;
	display:block;
	background:url(../images/nav_drop_backing.jpg) no-repeat;
}

.countryDrop a{
	margin:-3px 0px 0 -10px;
	padding:5px 25px 2px 3px;
	width:73px;
	height:12px;
	/*display:block;*/
	/*float:right;*/
	color:#FFFFFF;
	text-decoration: none;
	vertical-align:middle;
}

/*

#US { background:url(../images/nav_drop_us.jpg) no-repeat}
#UK { background:url(../images/nav_drop_uk.jpg) no-repeat}
#AU { background:url(../images/nav_drop_au.jpg) no-repeat}

#US a:hover { background:url(../images/nav_drop_us_over.jpg) no-repeat}
#UK a:hover { background:url(../images/nav_drop_uk_over.jpg) no-repeat}
#AU a:hover { background:url(../images/nav_drop_au_over.jpg) no-repeat}

a.dropDown, a.dropDown:visited, div.dropDown
{
  display: block;
  width:47px;
  height:23px;
  border:none;
  padding: 0;
}

a.dropDown, a.dropDown:visited { border-bottom: none; }

div#menu_child { 
	border-bottom:none;
	margin:-2px 0 0 0; 

}

div#menu_parent { 
	position:relative;
	left:50px;
	margin-right:30px;
	top:-4px;
	padding:0px;
	border-bottom:none;
	background:url(../images/nav_drop_top_us.jpg);
	width:67px;
	height:23px;	
}
*/

/* ------------------- SIDE NAVIGATION ------------------- */ 


#sideNav {
	width:185px;
	font:Georgia, serif;
	text-align:left;
	text-decoration: none;
}

#sideNav ul{
	font-size:14px;
	color:#FFFFFF;
	background:#0084c9;
	padding:4px;
	margin:-1px 0 0 0;
	list-style:none;
	text-decoration: none;
}

#sideNav a {
	display:block;
	font-size:12px;
	text-align:left;
	color:#0084c9;
	list-style:none;
	background:none;
	padding:4px 0px 4px 12px;
	margin:0;
	border-bottom:1px dotted #7fc1e4;
	text-decoration: none;

}


#sideNav a:hover {
	color:#333333;
	background:#fdeea4 url(../images/nav_side_arrow.gif) no-repeat center left;
	border-bottom:1px dotted #7fc1e4;
	text-decoration: none;
}

a.navver:link, a.navver:visited, a.navver:hover, a.navver:active {
	text-decoration: none;
	color:#FFFFFF;
}

-->
</style>