.topBar {
	color: white;
	height: 38px;
	float:right;
	/*background: url("images/topBarMid.png") repeat-x;*/
 	background-color:#153E7F
	margin-top: -5px;
}

.topBarLeft {
	/*background: url("images/topBarLeft.png") no-repeat top left;*/
	height: 16px;
}

.topBarRight {
	height: 16px;
	/*background: url("images/topBarRight.png") no-repeat top right;*/
}

#menuBottom {
	color: white;
	height: 23px;
	float:right;
	/*background: url("images/topBarMid2.png") repeat-x bottom left;*/
	margin-top: 1px;
width:260px;	
/*	min-height: 200px;*/
}


#menuBottomLeft {
	color: white;
	height: 23px;
	float:right;
	/*background: url("images/menuBottomLeft2.png") no-repeat bottom left;*/
	margin-top: 1px;
width:260px;	
/*	min-height: 200px;*/
}

#menuBottomRight {
	color: white;
	height: 23px;
	float:right;
	/*background: url("images/menuBottomRight2.png") no-repeat bottom right;*/
	margin-top: 1px;

/*	min-height: 200px;*/
}

#menu-container { 
 display:block; 
 position:relative; 
 width:960px; 
 height:20px;
 margin:0px auto 0px; 
 font-size:10px; 
 background-color:#153E7E; 
 margin-top:-5px;
}

#drop_down_menu { 
 display:block; 
 position:absolute; 
 clear:both; 
 margin:0px; 
 padding:0px; 
 text-align:left; 
 list-style-type:none; 
 width:960px; 
 float:none; 
 left:0px; 
 top:0px; 
 
}
#drop_down_menu a { 
 color:#fff; 
}

#drop_down_menu li { 
 font-size:11px; 
 font-weight:bold; 
 float:left; 
 color:#fff; 
 padding-top:2px; 
 padding-left:15px; 
 padding-right:15px; 
 cursor:pointer; 
 background:#153E7E; 
 margin:0px;
}

#drop_down_menu li ul { 
 margin:0px; 
 padding:0px; 
 list-style-type:none; 
 padding-top:0px; 
}

#drop_down_menu li ul li { 
 display:block; 
 float:none; 
 clear:both; 
 text-align:left; 
 padding-left:0px;  
 background:#153E7E; 
}

#drop_down_menu li ul li a { 
 color:#FFFFFF; 
 font-weight:normal; 
 text-decoration:none; 
 display:block;
}

#drop_down_menu li ul li a:HOVER { 
 text-decoration:none; 
 color:#CCCCCC;
}

#header {
 display:block; 
 float:none; 
 clear:both; 
 text-align:left; 
 background:#555;	
}

.container_16 .grid_16 {
 background-color:#153E7E;		
}
