
.Menu
{  
	background: url(btn3.gif) repeat-x ;
    vertical-align : middle  ;
    height :20px;
    
	}

.Menu ul
{  
  background: url(btn3.gif) repeat-x ;
     height :20px;
     vertical-align : middle  ;
     
	 /*width:200px;*/

}

.Menu ul li
{
    background: url(btn3.gif) repeat-x ;
    text-align:left;
    vertical-align : middle  ;
       height :20px;
     /*height :40px;*/
    /* set width if needed.*/
    /*width:150px;*/
    	 color:yellow    ; 
	}
	
Menu ul li:hover
{
    background: url(btn3.gif) repeat-x;
     /*height :40px;*/
        height :20px;
     vertical-align : middle ;
    /*vertical-align :middle ;*/
	   /*width:150px;*/
    	 color:yellow    ; 
         	}
.Menu ul li a
{
   
	 background: url(btn3.gif) repeat-x ;
      /*height :40px;*/
         height :20px;
      vertical-align : middle  ;
     /*vertical-align :middle ;*/
    /*padding: 4px 5px 4px;
    padding-left:8px !important;*/
    /*border:1px solid #648ABD;*/
    border-bottom: 0;
	/*width:200px;*/
	color:white  ;
}

.Menu ul li a:hover
{
    background:url(btn3.gif) repeat-x  ;
    vertical-align : middle ;
       height :20px;
    /*vertical-align :middle ;*/
	/*width:150px;*/
	color:yellow; 
}

.Menurep
{
	background: url(blue_bar.png) repeat-x;
}

.Menurep ul
{  
  background: url(blue_bar.png) repeat-x;
	 width:100%;

}

.Menurep ul li
{
    background: url(blue_bar.png) repeat-x;
    text-align:left;
    /* set width if needed.*/
    width:110px;
	 color:yellow    ; 
	}

	
Menurep ul li:hover 
{
    background: url(blue_bar.png) repeat-x;
	   width:110px;
    	 color:RED    ; 
	}
.Menurep ul li a
{
   
	 background: url(blue_bar.png) repeat-x;
    padding: 4px 2px 4px;
    padding-left:8px !important;
    border:1px solid #648ABD;
    border-bottom: 0;
	width:275px;
	color:Black  ;
}

.Menurep ul li a:hover
{
  background: url(blue_bar.png) repeat-x;
	width:275px;
	 color:red     ; 
}

.checkboxlist
{
 	max-height: 100px;
	height: auto !important ;
	height: 100px;
	width:250px;
	/*overflow: scroll;*/
	border:thick 2px black;
	overflow:auto;
}

.textupper
{
	text-transform:uppercase;
    
}

.textlower
{
	text-transform:lowercase;
	width:100%;
}

.printtable
{
	border:1px solid #000000;
}
.printbreak
{
	page-break-before:always;
}

.invisible
{
	visibility:hidden ;
}

.modalbackground
{
	background-color:Gray ;
}
.modalpopup
{
	background-color : Silver  ;
	border-width:5px;
	border-style:solid;
	border-color:gray;
	padding : 6px;
	width:500px;
	height:200px;
}
.msgpopup
{
	background-color : white;
	border-width:5px;
	border-style:solid;
	border-color:gray;
	padding : 6px;
	width:500px;
	height:100px;
}
.labelstyle
{
	font-family :Verdana ;
	font-size :small ;
	color :black  ;

}
.btnstyle
{
	font-family :Verdana ;
	font-size :small ;
	color :black ;
	/*background-color :#33ccff;*/
	background-image :url(w11.jpg);
	width :80px;
		}