/* BASIC css start */
		#menubar1{width:100%; margin:auto; margin-left: 5px;}
		#menubar1 div{
		              margin-top: 25px; margin-bottom: 0px;
                              width:189px; height:18px; padding:13px 5px;
			      float:left; text-align:center; 
			      font-size:13px; font-weight:bold;  
			      background:#ffffff;
                              border-bottom: 0px solid #c8c9cd; border-top: 3px solid #454a66; border-left: 1px solid #c8c9cd;
                	     }

		#menubar1 div:hover{ border-top: 3px solid #ed0000; height:18px; background:#ffffff; color:#fff; font-size:13px; }



		#menubar2{width:100%; margin:auto; margin-left: 5px;}
		#menubar2 div{
		              margin-top: 0px; margin-bottom: 0px;
                              width:156px; height:18px; padding:13px 5px;
			      float:left; text-align:center; 
			      font-size:13px; font-weight:bold;  
			      background:#ffffff;
                              border-bottom: 1px solid #c8c9cd; border-top: 3px solid #454a66; border-left: 1px solid #c8c9cd;
                	     }

		#menubar2 div:hover{ border-top: 3px solid #ed0000; height:18px; background:#ffffff; color:#fff; font-size:13px; }
/* BASIC css end */

