	#navSection li { display:inline;}
    
    #navSection div.tab{ 
    	display: block; 
    	float:left;  
    	margin-top:2px; 
    	text-align:center; 
    	height:29px; 
    	/*background: #5a6f98; 
    	border-right: 1px solid #19305d;*/
    } 
	
	#navSection div.tab span {
     float:left; 
     display:block;
     width:130px; 
     padding:0px 0px 0px 0px; 
    }
    
	#navSection div.tab a.mainLevel{ 
		display: block;  
		overflow: hidden; 
		/*background: #1c3667; */
		line-height: 29px; 
		/*border-right: 1px solid #284d93; */
		color: #fff; 
		text-decoration: none !important; 
		height: 29px;
	}
	
	
	
	
	
	
	#navSection div.tab span img  { vertical-align: middle; margin-right: 3px;} 
	
	#navSection .current div.tab  {
	  /*border-top: 1px solid #5a6f98;
	  border-left: 1px solid #5a6f98; 
	  border-right: 1px solid #5a6f98;*/
	}
	
	#navSection .current div.tab a.mainLevel:hover, 
	#navSection #settingsTab div.tab a.mainLevel:hover { background: none;}
	#navSection .current div.tab  a.mainLevel,
	#navSection #settingsTab div.tab a.mainLevel{ background:none; border: none; }
	
	
	#settingsTab{
		float: right;
	}
	
	#settingsTab div.tab {
		/*border-top: 1px solid #5a6f98;
		border-left: 1px solid #5a6f98 ;
		border-right: 1px solid #5a6f98 ; */
		padding: 0px 5px 0px 5px;
	} 
	
	#settingsTab .actionsList_tabNav {
		margin-right: -6px;
		
	 }
    
   
      #navSection .current div.tab,
      #settingsTab div.tab  {
      	margin-top:-2px;  
      	margin-left:-2px;
      	padding-top:3px;
      	margin-bottom: 0px !important;
      	line-height: 33px;  
      	position: relative; 
      	
      
      }
      
     #settingsTab div.tab a{ margin-top: -1px; }

	#navSection .current div.tab  a{
     	 /*color:#00285d;*/
     }

/* actionsList_tabNav
--------------------------------------------------------------------------------------------------------------------------------------------*/

	.actionTabNav{ z-index:1000; }
	
	.actionsList_tabNav { 
		display: none;
		float:left; 
		position: relative; 
		width: 200px;
		background: #fff; 
		/*border-bottom: 1px solid #5a6f98;  
		border-left: 1px solid #5a6f98;
		border-right: 1px solid #5a6f98; 
		border-top:1px solid  #5a6f98;*/
		-webkit-border-bottom-left-radius:4px;-webkit-border-bottom-right-radius:4px;
		-moz-border-radius-bottomleft:4px; -moz-border-radius-bottomright:4px;
		z-index:10000;
	}
	 
	
	.actionsList_tabNav ul{ margin:4px 0px 4px 0px;}
	
	.actionsList_tabNav li { 
		float:left; clear:left;
		line-height:15px;
		padding:0px 0px 6px 20px !important; 
		margin-left:4px;  
		vertical-align:top;  
		background-repeat:no-repeat; 
		color:green !important;
		text-align: left !important; 
		width: 165px;
	}
	
	.actionsList_tabNav li a{  
		line-height:15px;
		color:#666666 !important; 
		text-align:left;  
		margin: 0px !important; 
		padding: 0px !important; 
		width: 155px !important;
		float: left;
	}
	
	.actionsList_tabNav li a:hover{  /* color:#5a6f98 !important; */}
	
	#navSection .current div.tab .actionsList_tabNav 			{ margin-left: -1px; border-top:none; background:#DFDFDF; /* color: #7f7f7f !important; */}
	#navSection .current div.tab .actionsList_tabNav a			{ /* color: #7f7f7f !important; */}
	#navSection .current div.tab .actionsList_tabNav a:hover	{/*  color: #5a6f98 !important; */}
	
	#navSection #settingsTab div.tab  .actionsList_tabNav { float: right;  padding-left: 3px; width: 165px !important;}
	#navSection #settingsTab div.tab  .actionsList_tabNav li{ width: 145px !important;}
	#navSection #settingsTab div.tab  .actionsList_tabNav li a{ width: 135px !important; }
	