


/* DROPDOWN STYLING */
#nav, #nav ul{
z-index:99;
list-style-type:none;
list-style-position:outside;
position:relative;
line-height: 1.5em; 
}

#nav a{
display:block;
float:none;
}

#nav li{
float:left;
position:relative;
}

/* Sets the position of the main dropdown */
#nav ul {
position:absolute;
top:25px;
left: 0px;
z-index:99;
padding-top: 0px;
margin-left: 0px;
padding-left: 0px;
}

#nav .more{background: #121212 url(../img/arrow.gif) no-repeat right !important;}

/* Clear the bullet and adjust padding on each drop element */
#nav li ul li{
background: url(../images/transparent.png) repeat;
background-color: rgba(255,255,255,0.80);
float: left;
clear: both;
height: auto;
padding: 5px 0;
border-bottom: 1px #333 solid;
border-top: 0;
margin-left: 0px;

}

/* Fix the width on all drop links */

#nav li ul a{
width: 175px;
height:15px;
z-index:99;
padding-left: 10px;
}

/* The Link Hover Color */
#nav li ul a:hover{	color: #2778ab;}

#nav ul ul{
top:auto;
z-index:99;
}	

/* Styles the second level dropdown */
#nav li ul ul {
/* left:173px; */ /* Slide the 2nd level menu over to the right */
margin:5px 0 0 0; /* Adjust the positioning to accomadate the padding on the 1st level. */
z-index:100;
border-top: 1px solid #000;
}

/* Styles the third level dropdown */
#nav li ul ul ul {
/* left:173px; */ /* Slide the 2nd level menu over to the right */
margin:-29px 0 0 -208px; /* Adjust the positioning to accomadate the padding on the 1st level. */
z-index:100;
}

/* Add a border to the top of the second level */
#nav .topli{
border-top: 1px black solid !important;
background: url(../images/transparent.png) repeat;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{
display:none;
z-index:99;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{
display:block;
z-index:99;
}

/* contact dropdown styling */