﻿
#nav, #nav ul{
margin:0;
padding:0;
list-style-type:none;
list-style-position:outside;
position:relative;
z-index: 99999;

}

#nav a{
display:block;
padding:6px 25px;
color:#fff;
text-decoration:none;
background: #014ea8;
font-weight: bold;
z-index: 99999;
font-size: 14px;
font-family: "Comic Sans MS", Arial, Trebuchet MS, Verdana, Courier, monospace;
margin-left: 10px;
}

#nav a:hover{
background: #123e63;
color:#fff;
}

#nav li{
float:left;
position:relative;
z-index: 99999;
}

#nav ul {
position:absolute;
display:none;
width:10em;
top:2em;
z-index: 99999;
margin-top: 11px;
}

#nav li ul a{
width: 125px;
padding:8px 25px;
height:auto;
float:left;
background: #014ea8;
color:#fff;
font-weight:normal;
}

#nav li ul a:hover{
height:auto;
float:left;
background: #123e63;
color:#fff;
font-weight:normal;
}

#nav ul ul{
top:auto;
}	


#nav li:hover ul ul, #nav li:hover 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;
}
