﻿/* Menu Styles by Ruaridh Currie */


/*topmenu */




.images {background:#c00; width:20px; padding:1px;} /* not part of the menu */


#nav ul {
	list-style:none;
	display:table;
	white-space:nowrap;
	font-family: arial, verdana, sans-serif;
	font-size:11px;
	margin-top: 0px;
	margin-bottom: 0;
	text-align: right;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#nav li {
	display:table-cell;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding: 0;
}
#nav a {
	float:left;
	color:#FFFFFF;
	text-decoration:none;
	background-image: url(/media/image/topmenusep.gif);
	background-repeat: no-repeat;
	background-position: -2px top;
	margin-right: 11px;
	margin-left: 3px;
	padding-left: 14px;
	padding-right: 3px;
	height: 16px;
	padding-top: 7px;
	padding-bottom: 6px;
}


#nav a:hover {
	color:#FF8800;
	cursor:pointer;
}
.current {color:#FF8700!important;}


 
#nav {
	margin-right: 0;
	margin-left: 0;
	padding-top: 1px;
	padding-right: 0;
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 2px;
	margin-top: 0px;
} 


/* End of top menu styles */


/* Start of left menu styles */


#nav_top ul{
	font-size: 75%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 9px;
}


#nav_top ul li{
	display: block;
	list-style-type: none;
	width: 170px;
	line-height: 1.1em;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #CCC;
	padding-right: 0;
	padding-left: 0;
	padding-top: 5px;
	padding-bottom: 5px;
}




#nav_top ul li a{
	color : #FFFFFF;
	text-decoration : none;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(/media/image/orangeg.gif);
	background-repeat: no-repeat;
	padding-left: 22px;
	padding-top: 1px;
}


#nav_top ul li a:hover{
	color : #FF8800;
	background-image: url(/media/image/whiteg.gif);
}


#nav_top ul li a:focus{
   color : #334e90;
}
/* breadcrumb menu */
.breadhold {
font-size: 12px;
float:left;
clear:both;
margin-top: 4px;
margin-bottom: 0px;
margin-left: 11px;
height:12px; 
display: block;
width: 85%;
}
html>body .breadhold {
font-size: 12px;
float:left;
clear:both;
margin-top: 4px;
margin-bottom: 0px;
margin-left: 19px;
height:12px; 
display: block;
width: 85%;
}



.breadhold a {
color:#999999; 
}
.breadhold a:hover {
color:#CCCCCC; 
}


ul.Breadcrumb
 {padding: 0px;margin: 0px;}
li.BreadcrumbItem {
display: block;
float: left;
background: url(/Media/Image/subarrow.gif);
background-position: top -3px;
padding: 4px 5px 0px 20px;}

