﻿<pre id="line1">/**************** menu coding *****************/
#menu {
width: 100%;
background: #eee;
float: left;
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
width: 12em;
float: left;
}

#menu a, #menu h2 {
font: bold 12px arial, helvetica, sans-serif;
display: block;
margin: 0;
border: 1px solid #265F59;
padding: 0px 2px;
}

#menu h2 {
color: #fff;
background: transparent;
text-transform: uppercase;
}

#menu a {
color: #505050;
background: #efefef;
text-decoration: none;
}

#menu a:hover {
color: #fff;
background: #265F59;
}

#menu li {position: relative;}

#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;}</pre>

body, h1, h2, h3, h4, h5, h6, p, form, fieldset, img, td, th{margin:0;padding:0;border:0px none; }

body{font:12px georgia, verdana;margin:0px 0;background:#000000;color:#505050;} 
h1{display:none;color:#fff;font-size:1px;}

#container{padding:0 1em; margin:0 auto; background:#fff;}
#head{width:990px;margin:0 auto 0px;background:url('img/top_header.jpg') no-repeat;height:50px;}

.main { 
background-color :#E6ECE2;
float : left;
font-size : 1.2em;
width : 840px;
height : 100%;
margin : 0px 0px 0px 0px;
padding : 5px 5px 5px 5px;
}

.topmenu {
margin-left  :150px;
}

.contact {
font-size : 10px;
margin-top : 0px;
margin-left : 5px;
margin-right : 5px;
border-bottom : 1px solid #cecece;
}

.pathway {
font-size : 10px;
color : #ff9000;
margin-left : 5px;
margin-right : 5px;
border-bottom : 1px solid #cecece;
border-top : 1px solid #cecece;
}
a:link.pathway, a:visited.pathway {
}
a:hover.pathway {

font-size : 10px;
}

#footer{width:990px;margin:0px;height:50px;}

a{text-decoration:none;}
a:link{color:#ff9000;}
a:visited{color:#505050;}
a:active{color:#505050;}
a:hover{color:#505050;text-decoration:underline;}

#message{text-align:center;height:300px;}
#error, #ok{font-size:14px;font-weight:bold;line-height:2em;padding-top:100px;}
#error a, #ok a{font-size:11px;font-weight:normal;color:#000;}
#error{color:red;}
#ok{color:green;}

.left{text-align:left;}
.right{text-align:right;}
.center{text-align:center;}
.clear{clear:both;}
.back{font-size:11px;padding:20px 20px 10px 0;color:#b6b6b6;text-align:right;}
.back a{color:#b6b6b6;}

.input, select, textarea{border:1px solid;border-color:#b6b6b6;font:11px verdana;}