body{background-color:#e0fff;
          margin:0;
          padding:0;
          position:relative;
          font-size:1em;}

                  
#main{background:#f9f4ee url(img-net/P1040128cc.jpg) 100%  0  no-repeat;
                     width: 780px;
                     position:absolute;                    
                     left: 50%;
                     margin-left: -390px;                   
                     border: 2px solid #7ac5cd;
                      border-top:0;}
 
#sksrt{ background: url(img-net/P1040128bb.jpg) 100%  -2em no-repeat;
              position:absolute;
              width:780px;
              top:2em;
               left:0;
               margin:0;
                padding:0;}

#sksrt h1{
                  font:oblique bold 3em "Verdana, Helvetica, sans-serif";
                  margin:0;
                  padding-left:9em;                  
                  border-width:1px 0;
                  border-style:solid;
                  border-color:black;}                
                                   
#inter h2{padding:.5em 1em .5em .5em;
                 border:3px solid black;                  
                  margin:-8px 0 0 -4px;
                  width:5.55em;
                  font:4em "Verdana, Courier, sans-serif";
                  background:#1d231f url(img-net/P1040128aa.jpg) 96% 83% no-repeat;
                  position:absolute;                  
                  top:1.8em;
                  left:4.8em;
                  color:#aaaaff;}

#home{position:absolute;               
             border:2px solid #003f87;
             top:225px;
             left:20px;
             background-color:#eedfcc;             
             padding:6px;}

#home a{text-decoration:none;
        font-weight:bold;
        font-family:courier, sans-serif;
        color:#9dbcde;}
#home a:hover{color:#003f87;}

#text{margin-left:9em;
      padding-bottom:1em;
      border-left:solid 2px #003f87;}
      
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.stunicholls.com/menu/skeleton_left.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

#nav, 
#nav ul {position:absolute; top:280px; left:525px; width:225px; padding:0; margin:0; list-style-type:none; font-family:courier, sans-serif; font-size:.8em;
 font-weight:bold; border:2px solid #003f87; border-right:2px solid #7ac5cd;  background:#eedfcc; z-index:200;}

#nav{float:right;}

#nav li li {background-color:#eedfcc;}
/* a hack for IE5.x and IE6 */
* html #nav li {float:left;}

#nav li ul {border-right:#003f87;}
                 


#nav li a {display:block; color:black; margin:0 25px 0 10px; height:20px; line-height:20px; text-decoration:none; white-space:nowrap;}

#nav li:hover {position:relative; z-index:300;}

#nav ul {position:absolute; left:-9999px; top:-9999px;}
/* yet another hack for IE5.x and IE6 */
* html #nav, * html nav ul {width:1px;}

/* it could have been this simple if all browsers understood */
/* show next level */
#nav li:hover > ul {right:-5px; left:auto; margin-right:100%; top:-1px;}
                                
/* keep further levels hidden */
#nav li:hover > ul ul {position:absolute; left:-9999px; top:-9999px; width:auto;}

/* show path followed */
#nav li:hover > a {text-decoration:none; color:#003f87;}


/* but IE5.x and IE6 need this lot to style the flyouts and path followed */
/* show next level */
#nav li:hover ul,
#nav li:hover li:hover ul,
#nav li:hover li:hover li:hover ul,
#nav li:hover li:hover li:hover li:hover ul,
#nav li:hover li:hover li:hover li:hover li:hover ul
{right:-5px; left:auto; width:245px; border-right:solid 2px #003f87; margin-right:100%; top:-1px;}

/* keep further levels hidden */
#nav li:hover ul ul,
#nav li:hover li:hover ul ul,
#nav li:hover li:hover li:hover ul ul,
#nav li:hover li:hover li:hover li:hover ul ul
{position:absolute; left:-9999px; top:-9999px;}

/* show path followed */
#nav li:hover a,
#nav li:hover li:hover a,
#nav li:hover li:hover li:hover a,
#nav li:hover li:hover li:hover li:hover a,
#nav li:hover li:hover li:hover li:hover li:hover a,
#nav li:hover li:hover li:hover li:hover li:hover li:hover a
{text-decoration:none; color:#67c8ff;}

/* hide futher possible paths */
#nav li:hover li a,
#nav li:hover li:hover li a,
#nav li:hover li:hover li:hover li a,
#nav li:hover li:hover li:hover li:hover li a,
#nav li:hover li:hover li:hover li:hover li:hover li a
{text-decoration:none; color:black;}

