/* MAIN CONTENT SECONDARY NAVIGATION */
#secondaryNavigation li a
{
	display: block;
	padding: 5px 5px 5px 0.5em;
	color: #001ca8;
	text-decoration: none;
	width: 100%;
	padding:8px 20px;
	/*background:#ebe8d6 url(../images/navigation/secondaryNavigationArrowOff.gif) 95% 50% no-repeat;*/
	/*background:#ebe8d6 url(http://www.dev.surrey.ac.uk/daphnejacksontrust/templates/images/navigation/secondaryNavigationArrowOff.gif*/
	background:#ebe8d6 url(http://djt.surrey.ac.uk/assets/images/navigation/21975_secondaryNavigationArrowOff_small.gif) 95% 50% no-repeat;
}

html>body #secondaryNavigation li a
{
	width: auto;
}

#secondaryNavigation li a:hover
{
	background-color: #BFBBA7;
	color: #001ca8;
	/*background:#BFBBA7 url(http://www.dev.surrey.ac.uk/daphnejacksontrust/templates/images/navigation/secondaryNavigationArrow.gif) 95% 50% no-repeat;*/
	background:#BFBBA7 url(http://djt.surrey.ac.uk/assets/images/navigation/21974_secondaryNavigationArrow_small.gif) 95% 50% no-repeat;
}
.readMoreLink a
{
	color:#001ca8;
}
.readMoreLink a:active,
.readMoreLink a:hover,
.readMoreLink a:focus
{
	color:#000;
	text-decoration:underline;
}
/* END MAIN CONTENT SECONDARY NAVIGATION */

/* FOOTER */
#footer a
{
	color:#001ca8;
	width:auto;
	float:left;
	padding:5px 20px 0 0;
}
#footer a:active,
#footer a:hover,
#footer a:focus
{
	color:#000;
	text-decoration:underline;
}
/* END FOOTER */
