/******* global navigation ********/
/**********************************/
#global_nav { position: relative; float: left; width: 950px; height: 33px; margin-bottom: 2px;  }
#global_nav ul { margin: 0; list-style-type: none; list-style-position: outside }
#global_nav li { position: relative; z-index: 99; float: left; background: url(cssimages/global_nav_separator.png) 100% 0 no-repeat }
#global_nav a { position: relative; z-index: 99; float: left; padding: 7px 20px 0 21px; margin-right: 2px; height: 26px; letter-spacing: 1px; color: #fff; text-transform: uppercase; background: url(cssimages/global_nav_bg.png) 50% 0 no-repeat }
#global_nav a:hover { text-decoration: none; background: url(cssimages/global_nav_bg_hover.png) 50% 0 no-repeat }
#global_nav li.first_item a { background: url(cssimages/global_nav_bg.png) no-repeat }
#global_nav li.first_item a:hover { background: url(cssimages/global_nav_bg_hover.png) no-repeat }
#global_nav li.last_item { position: absolute; z-index: 1; right: 0; background: none }
#global_nav li.last_item a { float: right; width: 125px; margin: 0; text-align: right; background: url(cssimages/global_nav_bg.png) 100% 0 no-repeat }
#global_nav li.last_item a:hover { background: url(cssimages/global_nav_bg_hover.png) 100% 0 no-repeat }


/******* bottom navigation ********/
/**********************************/
#bottom_nav { float: left; height: 20px; padding-top: 5px; font-size: 0.9em; color: #00647a }
#bottom_nav a { padding: 0 10px 0 10px }


/******** side navigation *********/
/**********************************/
#side_nav_container { float: left; width: 200px; padding-bottom: 20px; background: url(cssimages/side_nav_bottom_edge.png) 0 100% no-repeat; } 
#side_nav { float: left; width: 170px; padding: 10px 15px 2px 15px; background: url(cssimages/side_nav_bg.png) no-repeat; overflow: invisible }
#side_nav a { display: block; height: 20px; color: #fff  }
