﻿  #menu-overlay
      {
         
            height: 99.5%;
            position: absolute;
            width: 99.5%;
            z-index: 150; 
            z-index: 1000000;
      }   
      
      
       .menucolumn {
            vertical-align: top
        }
        .menucolumn1 {
            vertical-align: top;
            padding-right: 5px;
        }
                   
 #startmenu {
            color: #FFFFFF;            
            height: 290px;           
            position: absolute;
            top: 37px;
            width: auto;
            padding:15px; 
            z-index: 10001;            
            xbackground-color: #0E6D38;             
            background: linear-gradient(to bottom, #20a147 0px, #13791d 50px) repeat scroll 0 0 rgba(0, 0, 0, 0);
           
            -webkit-box-shadow: 2px 2px 2px 0px #666666;
             box-shadow: 2px 2px 2px 0px #666666; 
			 font-family: Arial,Helvetica,sans-serif;
        }
        
        #startmenu ul
        {
            padding:0;
            margin:0;
        }
        #core-wrap-overlay {
            background: url("none.png") repeat scroll 0 0 transparent;
            height: 99.5%;
            position: absolute;
            width: 99.5%;
            z-index: 150;
          }
                .menucolumn li{ margin:3px 0px;overflow: hidden}
          .menucolumn a{ height:29px; xwidth:112px; display:block; font-family:Tahoma; color:#D8DFEA; font-size:12px; background-repeat:no-repeat; background-position:1px 1px; padding:2px 2px 2px 38px; text-decoration:none; }
	  .menucolumn a:hover{ color:#fff;   background-color:#118444;}
	    #startmenu h2{ font-size:18px; font-weight:normal; margin:0 0 0 0; line-height:25px; padding:0; }
	   #startmenu h3{ font-size:14px;font-weight: normal; border-bottom:1px solid #ffffff;line-height: 25px;margin-right: 5px;margin-bottom: 10px;}
	   #startmenu .h-border{   border-top:1px solid #ffffff;
	     border-bottom:1px solid #295e98; font-size:0px; line-height:0; height:0; margin:5px 0 }
	 
	
    #startmenu .closeIcon {
        background: url("../images/menu_close_btn.png") no-repeat scroll 0 0 transparent;
        height: 20px;
        position: absolute;
        right: 5px;
        top: 5px;
        width: 20px;
        cursor: pointer;
        background-position: 0 0;
    }
 #startmenu .closeIcon:hover 
 {
     background: url("../images/menu_close_btn.png") no-repeat scroll 0 0 transparent;    
     background-color: #118444;
     
 }    