﻿     <style type="text/css" media="screen"> 
        /**************** menu coding *****************/ 
#menu { 
width: 100%; 
background: white; 
float: left;
            
        } 

#menu ul { 
list-style: none; 
margin: 0; 
padding: 0; 
width: 9.6em; 
float: left;
           
        } 

#menu a, #menu h2 { 
font: bold 13px/16px arial, helvetica, sans-serif; 
 
margin: 0; 
padding: 2px 3px; 
} 

#menu h2 { 
color: black; 
background: white; 
text-transform: uppercase; 
} 

#menu a { 
color: black; 
background: white; 
text-decoration: none; 
} 

#menu a:hover { 
color: red; 
background: white; 
} 

#menu li {position: relative;
            top: 0px;
            left: 0px;
        } 

#menu ul ul { 
position: absolute; 
z-index: 500; 
} 

#menu ul ul ul { 
position: absolute; 
top: 0; 
left: 100%; 
} 

div#menu ul ul, 
div#menu ul li:hover ul ul, 
div#menu ul ul li:hover ul ul 
{display: none;} 

div#menu ul li:hover ul, 
div#menu ul ul li:hover ul, 
div#menu ul ul ul li:hover ul 
{display: block;} 

        #TextArea1
        {
            width: 141px;
        }

         .q_link_contant
         {
             width: 289px;
             margin-left: 7px;
             margin-top: 16px;
         }

         .contact_matter
         {
             height: 118px;
             margin-left: 0px;
             margin-top: 13px;
         }

        </style>  