#hr_menu{
	float:left;
	width:819px;
	height:10px;
	padding-top:0px;  					/* This will be the containing div , So re name Hr_menu to the containing Div */
	text-align:center;
}

.solidblockmenu {
margin: 0;
padding: 0;
float: left;
font: bold 12px Arial;
width: 100%;						/* Adjust for the width of the menu , using % or PX */
overflow: hidden;
margin-bottom: 1em;
border-width:0px;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu img{
border:0;
}

.solidblockmenu li a{
	float: left;						/* Position of links, left or right, Note: if right is selected then the link li's go from bottom to top */
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 8px;
	padding-right: 28px;
	padding-bottom: 7px;
	padding-left: 28px;
	cursor:hand;/*border-right: 1px solid #133A62;	
								/* Seperation border colour */
}

.solidblockmenu li a:visited{
color: #ffffff;		
cursor:hand;				/* Visited Font link colour, keep the same as normal font colour */
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
color:  #ffffff;
cursor:hand;
}

/* Drop down menu function */

.cssmenu{
	position:absolute;
	visibility: hidden;
	border-right-color: #D7D7D7;
	border-right-style:solid;
	border-right-width:1px;
	border-left-color: #D7D7D7;
	border-left-style:solid;
	border-left-width:1px;
	border-bottom-color: #D7D7D7;
	border-bottom-style:solid;
	border-bottom-width:1px;
	line-height: 16px;
	z-index: 100;
	background-color: #E2E2E2;			/* Background colour */
	width: auto;						/* Width of drop down menu , adjust to suit */
}

.cssmenu a{							
	width: 155px;						
	display: block;
	padding: 3px 0px ;
	margin: 0 0px 0 0;						
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;				
	text-indent: 5px;
	color: #464E64;			/* colour */
	text-align:left;
	font-weight:bold;
}

.cssmenu a:hover{					/*hover over properties , background color*/
	background-color:#1A4886;
	color: white;
	cursor:hand;
}




/*------------------------------------*/


.cssmenu3{
	position:absolute;
	visibility: hidden;
	border-right-color: #D7D7D7;
	border-right-style:solid;
	border-right-width:1px;
	border-left-color: #D7D7D7;
	border-left-style:solid;
	border-left-width:1px;
	border-bottom-color: #D7D7D7;
	border-bottom-style:solid;
	border-bottom-width:1px;
	line-height: 16px;
	z-index: 100;
	background-color: #E2E2E2;			/* Background colour */
	width: auto;						/* Width of drop down menu , adjust to suit */
}

.cssmenu3 a{							
	width: 185px;						
	display: block;
	padding: 3px 0px ;
	margin: 0 0px 0 0;						
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;				
	text-indent: 5px;
	color: #464E64;			/* colour */
	text-align:left;
	font-weight:bold;
}

.cssmenu3 a:hover{					/*hover over properties , background color*/
	background-color:#1A4886;
	color: white;
	cursor:hand;
}




/*------------------------------------*/


.cssmenu4{
	position:absolute;
	visibility: hidden;
	border-right-color: #D7D7D7;
	border-right-style:solid;
	border-right-width:1px;
	border-left-color: #D7D7D7;
	border-left-style:solid;
	border-left-width:1px;
	border-bottom-color: #D7D7D7;
	border-bottom-style:solid;
	border-bottom-width:1px;
	line-height: 16px;
	z-index: 100;
	background-color: #E2E2E2;			/* Background colour */
	width: auto;						/* Width of drop down menu , adjust to suit */
}

.cssmenu4 a{							
	width: 200px;						
	display: block;
	padding: 3px 0px ;
	margin: 0 0px 0 0;						
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;				
	text-indent: 5px;
	color: #464E64;			/* colour */
	text-align:left;
	font-weight:bold;
}

.cssmenu4 a:hover{					/*hover over properties , background color*/
	background-color:#1A4886;
	color: white;
	cursor:hand;
}
