/******* global navigation ********/
/**********************************/
#global_nav { float: right; width: 803px; list-style-type: none; background-color: #4a75a6 }
#global_nav li { float: left; border-right: 2px solid #0e357b; font-size: 1.4em; font-weight: bold }
#global_nav a { display: block; padding: 5px 15px 6px 15px; color: #fff; text-align: center; text-transform: capitalize; background: url(cssimages/global_nav_bg.png) 50% 0 no-repeat } 
#global_nav a:hover { text-decoration: none; background-color: #0e357b }
#global_nav a.selected { text-decoration: none; background-color: #0e357b }

/******* other navigation ********/
/**********************************/
#other_nav { position: relative; float: right; list-style-type: none; background-color: #ff6633; z-index: 200 }
#other_nav li { float: left; font-size: 1.3em ; font-weight: bold }
#other_nav a { display: block; padding: 0 20px; margin: 5px 0; color: #fff; text-align: center; text-transform: capitalize; border-right: 2px solid #fff; background: url(cssimages/global_nav_bg.png) 50% 0 no-repeat } 
#other_nav a:hover { text-decoration: none }
#other_nav li.last_item a { border-style: none }
.last_item { border-style: none }

/******* bottom navigation ********/
/**********************************/
#bottom_nav { clear: both; height: 45px; padding: 20px 40px; font-size: 0.9em; color: #fff; background: #0d3477 url(cssimages/bottom_nav_bg.png) 0 100% repeat-x }
#bottom_nav a { padding: 0 10px 0 10px; color: #009fc2  }

