﻿#nav
{
    margin-left:10px;
    margin-top:10px;
}
#nav, #nav ul
{
    font-family: Century Gothic;
    font-size: 12px;
    padding:0;
    list-style-type:none;
    list-style-position:outside;
    position:relative;
    line-height:1.5em;
    text-transform:uppercase;
    z-index: 999;
 }
ul.sub
{
    border:1px solid #3D6794;
    font-size: 9pt;
    margin:0;
    padding:0;
    list-style-type:none;
    list-style-position:outside;
    position:relative;
    line-height:1.5em;
    z-index: 999;
}
ul.sub li
{
    background-color:#91afc9;
}
#nav a:link, #nav a:active, #nav a:visited
{
    display:block;
    padding:0px 5px;
    border:none;
    color:#fff;
    text-decoration:none;
    /*background-color:#d9e3ec;*/
}
#nav a:hover
{
    background-color:#FFDEAA;
    color:#333;
}
#nav a.top:link, #nav a.top:active, #nav a.top:visited
{
    display:block;
    padding:0px 10px 0px 5px;
    margin-right: 5px;
    border: none;
    color:#fff;
    text-decoration:none;
    /*background-color:#8280d4;*/
    background-image: url(menuarrowdown.gif);
    background-repeat: no-repeat;
    background-position: right center;
}
#nav a.top:hover
{
    /*background-color:#FFDEAA;*/
    /*color:#333;*/
    background-color:#91afc9;
}
#nav span
{
    display:block;
    padding:0px 5px;
    color:#fff;
    text-decoration:none;
    background-color:#8280d4;
    cursor: pointer;
 }
 
#nav span:hover{
    background-color:#FFDEAA;
    color:#333;
}
#nav span.top
{
    display:block;
    padding:0px 10px 0px 5px;
    margin-right: 5px;
    border: none;
    color:#fff;
    text-decoration:none;
    background-color:#8280d4;
    background-image: url(menuarrowdown.gif);
    background-repeat: no-repeat;
    background-position: right center;
    cursor: pointer;
}
#nav span.top:hover{
    background-color:#FFDEAA;
    color:#333;
}

#nav a.sub:link, #nav a.sub:active, #nav a.sub:visited{
    display:block;
    padding:0px 5px;
    color:#fff;
    text-decoration:none;
    background-color:#8280d4;
    background-image: url(menuarrow.gif);
    background-repeat: no-repeat;
    background-position: right center;
 }
 #nav a.sub:hover{
    background-color:#FFDEAA;
    color:#333;
    background-image: url(menuarrow.gif);
    background-repeat: no-repeat;
    background-position: right center;
}

#nav span.sub{
    display:block;
    padding:0px 5px;
    color:#fff;
    text-decoration:none;
    background-color:#8280d4;
    background-image: url(menuarrow.gif);
    background-repeat: no-repeat;
    background-position: right center;
    cursor: pointer;
 }
 #nav span.sub:hover{
    background-color:#FFDEAA;
    color:#333;
    background-image: url(menuarrow.gif);
    background-repeat: no-repeat;
    background-position: right center;
}
#nav li
{
    float:left;
    position:relative;
    padding-left:15px;
}
#nav ul {
    position:absolute;
    width:200px;
    top:1.5em;
    display:none;
}
#nav li ul a{
    width:190px;
    float:left;
}
#nav li ul span{
    width:190px;
    float:left;
}
#nav ul ul{
	top:auto;
}	

#nav li ul ul {
    left:190px;
    margin:0px 0 0 10px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{
    display:none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{
    display:block;
}
