/*<!-- Copyright PT RIGT Software Indonesia, All rights reserved. -->*/


		#navPanel ul{
			min-width: 320px;
		}
		#navPanel li {
			display:inline-block;
			/*-webkit-border-radius: 10px; 
					border-radius: 10px; */
			
			height:100%;
			width:auto;
			margin:0px 1px;
			float:right;
			padding:0px 1.8%;
			cursor:pointer;
		}
		
		#navPanel li a,
		#navPanel li.active a{
			display:block;
			width:100%;
			min-width:100%;
			height:100%;
			font-size:1.2em;
			text-decoration:none;
			color: #585858;
		}
		
		#navPanel li a:hover{
			color:#EEE;
		}
		#navPanel li:hover{
			background:#666;
			background: rgba(0,0,0, 0.5);
			color:#EEE;
		}
		#navPanel li.active{
			/*border-bottom:solid #1380EC;*/
			border-bottom:solid #1380EC;
			height:98.5%;
		}
		#navPanel li.active a:hover{
		}
		
		#navPanel li a{
		}
		#navPanel li.active a{
		}
		
		#navPanel{
			float:right;
			height:100%;
			margin:0px;
			padding:0px;
			position:relative;
			width:72%;  /*sesuaikan dengan gambar dan ukuran layar*/
		}
		
		
		#navPanel_main{
			padding:0px 0px 0px 1%;  /*sesuaikan dengan AA*/
			margin:0px;
			margin-left:0px;
			display:block;
			width:99%; /*sesuaikan dengan AA*/
			float:left;
			background-color:#FAFAFA;
			height:10%;
			top:75%;
			position:absolute;
			
			-webkit-box-shadow: 0px 2px 10px #555;
			-moz-box-shadow: 0px 2px 10px #555;
			box-shadow: 0px 2px 10px #555;
			
			min-height:24px;
			z-index:150;
			min-width: 320px;
			
			filter:
  				progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=2, Color='#33000000');
				
			behavior: url(ie-css3.htc); /* This lets IE know to call the script on all elements which get the 'box' class */

		}

		#logo-rsi{
			height:85%;
			width:auto;
		}
		
		#navPanel table{
			width:100%;
			height:100%;
		}