a, a:visited{
text-decoration:	none;
font-weight:		bold;
color:				#558d97;
}

a:hover{
color:				#37717b;
}

/* Top Bar */

#top_bar{
display:			block;
height:				auto;
width:				1000px;
background:			#0e1720 url('../images/b07V12_top_bar.jpg') repeat-x center;
border-bottom:		#fff 1px solid;
border-left: 		1px solid #292C79;
border-right: 		1px solid #292C79;
}

#top_bar a{
border:				none;
}

#top_bar_center{
display:			block;
width:				950px;
height:				45px;
margin:				0 auto;
background:			#0e1720 url('../images/b07V12_top_bar_center.jpg') no-repeat center;
}

#global_nav {
position:			relative;
float:				left; 
height: 			36px; 
width: 				950px; 
padding: 			5px 0 0 0; 
margin: 			0; 
} 

#global_nav ul {
padding: 			0;
margin: 			0;
}

#global_nav ul li {
float: 				left;
list-style: 		none;
}

#global_nav ul li a, #global_nav ul li a:visited{
z-index: 			10;
display: 			block;
float: 				left;
height: 			36px;
overflow: 			hidden;
color:				#d7eaee;
font-size:			22px;
position: 			relative;
padding:			6px 30px 6px 30px;
}

#global_nav ul li a:hover{
color:				#FFFF75;
}

#global_nav li.background {
background: 		url('../images/bg_menu_right.png') no-repeat top right;
z-index: 			8;
position: 			absolute;
visibility: 		hidden;
}

* html #global_nav li.background{
background: 		url('../images/bg_menu_right.gif') no-repeat top right;
}

#global_nav .background .left {
background: 		url('../images/bg_menu.png') no-repeat top left;
height: 			36px;
margin-right: 		7px; /* 7px is the width of the rounded shape */
}

* html #global_nav .background .left{
background: 		url('../images/bg_menu.gif') no-repeat top left;
}