/* Controls the display of Top and Side Navigation */

#headerMenu {
	padding:0px;
	margin:0px;
	width:931px;
	line-height:normal;
	padding-left:10px;
	float:left;
}
  
  
#headerMenu ul {
  margin:0;
  padding:0px 0px;
  list-style:none;
  }
#headerMenu li
{
	float: left;
	margin: 0;
	padding: 0 0 0 9px;
	border-bottom: 1px solid #9e1b34;
	background-image: url("../images/left_both.gif");
	background-repeat: no-repeat;
	background-position: left top;
}
#headerMenu a
{
	float: left;
	display: block;
	padding: 12px 20px 5px 10px;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.95em;
	color: #eee;
	margin-right: 2px;
	background-image: url("../images/right_both.gif");
	background-repeat: no-repeat;
	background-position: right top;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#headerMenu a {float:none;}
/* End IE5-Mac hack */
#headerMenu a:hover {
  color:#f00;
  }
#headerMenu #current {
  background-position:0 -150px;
  border-width:0;
  }
#headerMenu #current a {
  background-position:100% -150px;
  padding-bottom:7px;
  color:#b8030d;
  }
#headerMenu li:hover, #headerMenu li:hover a {
  background-position:0% -146px; 
  color:#b8030d;
  }
#headerMenu li:hover a {
  background-position:100% -146px;

  }





/* Top Strip Language Links */


#topStrip ul {
	width:450px;
	margin: 0;
	padding: 0px;
	list-style: none;
	padding-top:3px;	
	text-align:right;
}
#topStrip ul li {
	text-align:left;
	display: inline;
	margin: 0px 0px;
	padding: 0;
	padding-right:0px;

	padding-left:3px;
	font-size:11px;	
	.font-size:11px; /* IE7 */
	_font-size:12px;	/* IE6 */
	border-right: 1px dotted #d2d2d2;
	_border-right:1px solid #d2d2d2; /* IE6 */
}
#topStrip ul li.last {
	margin: 0;
	padding: 0;
	border-right: none;
}

#topStrip ul li.first {
	background-image: url(../images/img_globe.gif);
	background-repeat:no-repeat;
	background-position: left bottom;
	padding-right:30px;
}
#topStrip ul li a {
	padding: 5px 5px;
	margin:0px;
	text-decoration: none;
	color: #999;
	display:inline;
}


#topStrip ul li a:hover {
	color:#c00;
}
#topStrip ul li.active a {
	color: #000;
	background-color: #ddd;
}





/* Left Hand Side Navigation */


#LHSnav {
	/*background-color:#ddd;*/ /*Warrick 20/07/2007: removing this to get rid of the weird grey under the left nav in IE*/
}

#LHSnav, #LHSnav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size:1em;
}
#LHSnav {
	margin-bottom: 1em;
}	
#LHSnav li {
	display: inline;
	padding: 0;
	margin: 0;
}

#LHSnav li span { /* used for un-linked menu items */
	display: block;
	padding: 3px 10px;
	font-weight: bold;
	color: #666;
}

#LHSnav li span#configParent, #LHSnav li span #configuration {
	display: inline;
	font-weight: normal;
	padding: 0;
}

#LHSnav li a {
	font-size:1em;
	display: block;
	padding: 5px 15px;
	text-decoration: none;
	background: #eee;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #fff;
	border-right: 1px solid #ddd;
}

#LHSnav li a#accountaccess {
	background-color:#555555; 
	color:#FFFFFF;
}

#LHSnav li a#accountaccess:hover {
	background: #ffffff;
	color:#555555;
}

#LHSnav li a:hover {
	background: #fff;
}

#LHSnav li li span { /* used for un-linked menu items */
	padding: 3px 10px 3px 30px;
}

#LHSnav li li a {
	font-size:0.85em;
	padding: 1px 15px 3px 25px;
}

#LHSnav li a.selected
{
	background-image: url(../images/img_nav_arrow.gif);
	background-repeat: no-repeat;
	background-position: right top;
	background-color:#fafafa;
}
