/*-----------------------------------------------------------------------------
Navigation Style Sheet 

version:   1.0
author:    elaine giles
email:     css@elainegiles.co.uk
website:   http://www.elainegiles.co.uk/
-----------------------------------------------------------------------------*/

#navigationprimary {
	font-family: Arial, Helvetica, sans-serif;
	padding: 1px 1px 1px 10px;
	color: White;
	background-color: Blue;
	text-align: left;
	font-size: 1.2em;
}

#navigationprimary a {
	color: White;
	font-weight: 900;
	text-decoration: none;
}

#navigationprimary a:hover {
	color: Yellow;
}

#navigationsecondary {
	
}

