html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
    }
* html .clearfix { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
/*END RESET*/

body {font: 12px Verdana,MS Sans Serif,Geneva,Helvetica,sans-serif,Arial; scrollbar-highlight-color: #a2537d; scrollbar-shadow-color: #81a7cd; color: #ffdca0;align:center; background-color: #DFEFF7; }
table.edelmain {width:1004px; align:center;margin: auto; margin-bottom:110px;}
.edelbody {background: url(img/bottom2.jpg) center bottom no-repeat;margin: 0px 0px 0px 0px; height:2000px;}
.edelbody2 {background: url(img/bottom2.jpg) center bottom no-repeat;margin: 0px 0px 0px 0px; height:6200px;}
.edelbody3 {background: url(img/bottom2.jpg) center bottom no-repeat;margin: 0px 0px 0px 0px; height:1570px;}
.edelbody4 {background: url(img/bottom2.jpg) center bottom no-repeat;margin: 0px 0px 0px 0px; height:940px;}
.edelbody5 {background: url(img/bottom2.jpg) center bottom no-repeat;margin: 0px 0px 0px 0px; height:2150px;}
.edelbody6 {background: url(img/bottom2.jpg) center bottom no-repeat;margin: 0px 0px 0px 0px; height:1700px;}
.edelbody7 {background: url(img/bottom2.jpg) center bottom no-repeat;margin: 0px 0px 0px 0px; height:1960px;}
.edelbody8 {background: url(img/bottom2.jpg) center bottom no-repeat;margin: 0px 0px 0px 0px; height:1370px;}
.edelbody9 {background: url(img/bottom2.jpg) center bottom no-repeat;margin: 0px 0px 0px 0px; height:1820px;}
table.mainedeltable {margin-top:0px;valign:top;}
.textinfo {font: 18px Verdana,MS Sans Serif,Geneva,Helvetica,sans-serif,Arial;color: #000000; margin: 0px 0px 30px 0px;}
.textinfo2, .textinfo3 {font: 15px Verdana,MS Sans Serif,Geneva,Helvetica,sans-serif,Arial;color: #000000; margin: 0px 0px 30px 0px;}
a.textinfo2 {font: 15px Verdana,MS Sans Serif,Geneva,Helvetica,sans-serif,Arial;color: #000000;}
a.textinfo3 {font: 15px Verdana,MS Sans Serif,Geneva,Helvetica,sans-serif,Arial;color: #000000; text-decoration: none;}

h1 {font: 18px Verdana,MS Sans Serif,Geneva,Helvetica,sans-serif,Arial;color: #000000; margin: 0px 0px 30px 0px;}
strong {font-weight: bold;}
ol {font: 14px Verdana,MS Sans Serif,Geneva,Helvetica,sans-serif,Arial;color: #000000;text-align:justify;}
.nav {
    position: relative;
    z-index: 2;
    width: 730px;
    min-width: 730px;
    max-width: 730px;
    margin: 30px auto;
    font-family: 'Changa One', helvetica, arial, sans-serif;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: rgb(240,240,240);
    background: -moz-linear-gradient(top, rgb(240,240,240) 0%, rgb(240,240,240) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(240,240,240)), color-stop(100%,rgb(240,240,240)));
    background: -webkit-linear-gradient(top, rgb(240,240,240) 0%,rgb(240,240,240) 100%);
    background: -o-linear-gradient(top, rgb(240,240,240) 0%,rgb(240,240,240) 100%);
    background: -ms-linear-gradient(top, rgb(240,240,240) 0%,rgb(240,240,240) 100%);
    background: linear-gradient(top, rgb(240,240,240) 0%,rgb(240,240,240) 100%);
    -webkit-box-shadow: 0px 1px 0px 0px #cccccc;
    -moz-box-shadow: 0px 1px 0px 0px #cccccc;
    box-shadow: 0px 1px 0px 0px #cccccc;
}
.nav li {
  display: inline-block;
}
.nav a {
    display: block;
    text-transform:uppercase;
    font-family: 'Changa One', helvetica, arial, sans-serif;
    font-size: 1.5em;
    color: rgb(56,56,56);
    text-decoration: none;
    padding: 1em;
    text-shadow: 0px 1px 0px #63d0ff;
}
.nav > ul > li:hover > a{
    color: rgb(240,240,240);
    text-shadow: 0px 1px 0px #050505;
    background: rgb(56,56,56);
}
.nav > ul > li:first-child:hover a{
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
     border-radius: 3px 0 0 3px;
}
.nav > ul > li:last-child:hover a{
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
     border-radius: 0 3px 3px 0;
}
/*DROPDOWN*/
.parent{
    position: relative;
}
.parent:after  {
    content: ' \25bc';
    position: absolute;
    margin: -1.5em 0 0 45%;
    color: rgb(90,187,229);
    text-shadow: 0px 1px 0px #4c9ec2;
}
.parent:hover:after {
    content: ' \25b2';
    color: rgb(70,70,70);
    text-shadow: 0px -1px 0px #000000;
}
.dropdown {
    position:absolute;
    list-style:none;
    opacity: 0;
    visibility: hidden;
    margin-top: 4px;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    -webkit-box-shadow: 0px 1px 0px 0px #cccccc;
    -moz-box-shadow: 0px 1px 0px 0px #cccccc;
    box-shadow: 0px 1px 0px 0px #cccccc;
    background: rgb(56,56,56);
    -webkit-transition: all .24s ease;
    -moz-transition: all .24s ease;
    -ms-transition: all .24s ease;
    -o-transition: all .24s ease;
    transition: all .24s ease;
}
.nav li:hover .dropdown{
    display: block;
    margin:0;
    opacity: 1;
    visibility: visible;
}
.dropdown li{
    display: block;width:100%;
}
.dropdown a {
    display: block;
    padding: 0.3em 1em 0.3em 1em;
    text-transform:uppercase;
    font-size: 1.5em;
    word-spacing: 0.3em;
    white-space:nowrap;
    color: rgb(240,240,240);
    text-shadow: 0px 1px 0px #050505;
}
.dropdown li:hover a{
    color: rgb(56,56,56);
    text-decoration: none;
    text-shadow: 0px 1px 0px #63d0ff;
    background: rgb(240,240,240);
    background: -moz-linear-gradient(top, rgb(240,240,240) 0%, rgb(240,240,240) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(240,240,240)), color-stop(100%,rgb(240,240,240)));
    background: -webkit-linear-gradient(top, rgb(240,240,240) 0%,rgb(240,240,240) 100%);
    background: -o-linear-gradient(top, rgb(240,240,240) 0%,rgb(240,240,240) 100%);
    background: -ms-linear-gradient(top, rgb(240,240,240) 0%,rgb(240,240,240) 100%);
    background: linear-gradient(top, rgb(240,240,240) 0%,rgb(240,240,240) 100%);
}
.dropdown > li:last-child:hover a{
     -webkit-border-radius: 0 0 3px 3px;
     -moz-border-radius: 0 0 3px 3px;
     border-radius: 0 0 3px 3px;
}