/* ////////////////////////////////////////////////////////////////////////////
CSS Document - Navigation Styles
////////////////////////////////////////////////////////////////////////////
Michael Wisher and Associates Ltd
http://www.michaelwisher.co.uk 
////////////////////////////////////////////////////////////////////////////
Coded by Steven Wilson
Email: info@dominion79.co.uk
////////////////////////////////////////////////////////////////////////////*/

/*--------------------------------- ID Tags ---------------------------------*/

#Navigation { width:930px; height:37px; background:url(../images/navbar.png) no-repeat; margin:0 14px 0 14px;}

#Navigation ul { width:930px; height:37px; list-style:none; margin:0; padding:10px 0 5px 0; color:#fff; }

#Navigation li { display:inline; background:url(../images/dot-white.png) left center no-repeat; padding-left:20px; margin-left:20px; }

#Navigation a { font-size:11px; color:#fff; }

#Navigation a:hover { color:#39F; text-decoration:none; }