/* Navigation Version 1 Styles */
/* Layout */
#navigation { height: 26px; border-top: solid 2px #ff0000; border-bottom: solid 2px #ff0000; }
#navigation #container{ width: 960px; margin: 0 auto; }
#navigation ul { height: 26px; float: left;}
#navigation span { height: 26px; float: right; font-weight: bold; font-size: 14px;padding-right:5px; color:#00429D;}
#navigation ul li { list-style: none; background: url(../images/layout/nav-rdiv.png) no-repeat top left; }
#navigation ul li,
#navigation ul li a { height: 26px; display: block; float: left; }
#navigation ul li a { padding-left: 26px; padding-right: 6px; cursor: pointer; overflow: hidden; }
#navigation ul li.active { background: url(../images/layout/nav-ldiv.png) no-repeat top left; margin-right: -18px; }
#navigation ul li.active a { padding: 0 24px 0 26px; }

/* Font Styles */
#navigation { font-size: .8em; font-weight: normal; line-height: 27px; }
#navigation a { text-decoration: none; color: #999; letter-spacing: .05em;font-weight: bold; }
#navigation a:hover { color: #ca0002; font-weight: bold; }
#navigation ul li.active a { color: #fff; font-weight: bold;}
#navigation ul li.active a:hover { color: #fff; font-weight: bold; }

/* Colors Header and Footer*/
#header { border-bottom: solid 3px #333333; } /* Header divider color */
#header .container { border-bottom: solid 3px #c0c0c0; } /* top/bottom border color */
#navigation ul li.active { background-color: #333333; } /* Background color for active menu link */
#footer { width: 960px; background-color: #dadada;  border-top: solid 3px #2D539E; }
