/*
      Created by CSS Portal Layout Generator
	  
	  http://www.cssportal.com
	  	  
*/

* { padding: 0; margin: 0; }

#body {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 13px;
 

 
}

#page{
 width: 1090px;
 background: #f3eeef;
  
 }

#wrapper { 
 margin: 0 auto;
 width: 920px;
 background: #f6daa2;
 border: solid 1px #bb7766;
 
}

#content { 
 float: left;
 color: #333;
 background: #FFFFFF;
  width: 735px;
 display: inline;
 margin-left: 15px;
 padding: 0px; padding-bottom: 0px; padding-left: 20px;
}

#header {
 color: #333;
 width: 920px;
  height: 200px;
 background: #f6daa2;
}

#footer { 
 width: 920px;
 height: 25px;
 clear: both;
 color: #333;
 background: #f484b2;
}

#navigation {
 float: left;
 width: 920px;
 height: 45px;
 color: #333;
 background: #5abee2;
  font-size: 16px;
}

#leftcolumn { 
 color: #333;
 background: #f6daa2;
  width: 150px;
 float: left;
}


  
  #nav{list-style: none;}

#nav ul {
     padding: 0;
     margin:0;
     list-style: none;
     width: 9em;
     z-index:99;
     position:relative;
     overflow:visible;
	  font-size: 18px;
}

#nav li {
     margin:0;
     position: relative;
     float:left;
     width: 9em;
     background-color:#5abee2;
     display:block;
     height:auto;
}

#nav ul li{ border-width:0px 0px 0px 0px;}

#nav ul ul li{ border-width:0px 0px 0px 0px;}

#nav ul ul li:last-child{border-bottom:1px solid #EBE3CD;}

#nav a {
     text-decoration:none;
	 text-align:center; 
     display:block;
          margin:0.2em 0 0.2em 0.1em;
     width:9em;
     height:1em;
	 }

#nav a:hover, #nav li:hover{
     background-color:#f484b2;
	 border: 0px solid #000000;
}
#nav ul li:hover, #nav ul li a:hover{
     background-color:#f484b2;
}

#nav ul{
     display:none;
}

/*all see this */
#nav ul ul{
     display:none;
     position:absolute;
     margin-top:-1.8em;
     margin-left:12em;
}

/* non-IE browsers see this */
#nav ul li>ul, #nav ul ul li>ul{
     margin-top:-1.2em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul, #nav li:hover ul ul ul ul ul{
     display:none;
}

#nav li:hover ul, #nav ul li:hover ul, #nav ul ul li:hover ul, #nav ul ul ul li:hover ul, #nav ul ul ul ul li:hover ul{
     display:block;
}

li>ul {
     top: auto;
     left: auto;
} 

a {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
