﻿/* begin main menu dropdown code */

.ddmenu  {
width: 100%;
float: none;
}

.ddmenu  ul {
list-style: none;
margin: 0;
padding: 0;
width: 100%;
float: none;
}

.ddmenu  a, .ddmenu  h2 {
font: normal 10pt/12pt arial, helvetica, sans-serif;
display: block;
margin: 0;
padding: 2px 3px;
}

.ddmenu  h2 {
color: #ffffff;
text-align: center;
}

.ddmenu  a {
color: #000;
font-weight: normal;
background: #efefef;
text-decoration: none;
text-align: center;
border: solid 1px #0054a5;
}

.ddmenu  a:hover {
color: #ffffff;
background: #0072bb;
}

.ddmenu  li {position: relative;}

.ddmenu  ul ul ul {
position: absolute;
top: 0;
left: 100%;
}

.ddmenu  ul ul {
position: absolute;
z-index: 500;
}

div.ddmenu  ul ul {
display: none;
}

div.ddmenu  ul li:hover ul
{display: block;}

div.ddmenu  ul ul,
div.ddmenu  ul li:hover ul ul,
div.ddmenu  ul ul li:hover ul ul
{display: none;}

div.ddmenu  ul li:hover ul,
div.ddmenu  ul ul li:hover ul,
div.ddmenu  ul ul ul li:hover ul
{display: block;}

/* end main menu dropdown code */
