/* 
		Devoe Coatings
		Copyright ICI Paints
		navigation.css - navigation styles only
		Last Update: 03/03/05
 */

/* masthead navigation (top) */
#masthead ul { float: right; list-style-type: none; margin: 0px; padding: 0px; }
#masthead li { float: left; padding: 0px 10px; border-right: 1px solid #15365F; font-weight: bold; }
#masthead li.last { border-right: none; }
#masthead li a:link, #masthead li a:visited { color: #15365F; }
#masthead li a:hover { color: #FFF; }


/* main navigation styles */
#navigation { clear: both; float: left; width: 100%; background: #FFF url(../images/layout/nav_bg.gif) repeat-x bottom; }
#navigation ul { margin: 2px 0px 0px 15px; padding: 0px; list-style: none; }
#navigation li { float: left; background: url(../images/layout/nav_left.gif) no-repeat left top; margin: 0px; padding: 0px 0px 0px 10px; border-bottom: 1px solid #000; margin: 0px 1px; }
#navigation a { float: left; display: block; background: url(../images/layout/nav_right.gif) no-repeat right top; padding: 2px 30px 3px 20px; text-decoration: none; font-weight: bold; font-size: 110%; color:#FFF; }
    /* Commented Backslash Hack
       hides rule from IE5-Mac \*/
    #navigation a { float: none; }
    /* End IE5-Mac hack */
#navigation a:hover { color: #15365F; }
