#dropdownnav {                         /* menu list container */

        list-style-type: none;      /* disable the display of the list item bullets */

        margin: 0px;                /* space around the list container */

        padding: 0px;               /* space within the list container */

        position: static;           /* need this so that the z-index stuff works correctly */

        background-color: #627683;     /* the default background color within the main menu container */

        color: #FFFFFF;                /* the default font color (not links) within the main menu container */

        z-index: 100;                /* push the menu up in the layer order a bit so it isn't hidden behind anything */

            /* Browser plug-ins like Flash or Quicktime may not allow you to overlap then with this menu! */

    }

#dropdownnav li {                      /* top-level menu element */
	list-style-type: none;      /* disable the display of the list item bullets */
	float: left;                /* border for each of the main menu items */
	width: 165px;               /* the width of each main menu item */
	display: block;
	background-color: #627683;     /* main menu item background color */
	color: #FFFFFF;                /* padding within main menu items */
	padding: 0px;
	border-right-style: none;
	border-top-style: none;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 0px;
    }



#dropdownnav ul {                     /* third-level (or greater) menu element list elements */
	position: absolute;         /* this is so that it doesn't push that page content around on hover */
	margin: 0px;                /* space around the list container */
	padding: 0px;               /* space within the list container */
	list-style-type: none;      /* disable the display of the list item bullets */
	display: none;
	width: 165px;               /* should be the same as #dropdownnav li width */
	background-color: #627683;     /* the border around the sub-menu list */
	color: #FFFFFF;                /* sub-menu default font color (not links) */
	z-index: 99;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #627683;
    }



#dropdownnav ul li {                   /* second-level or greater menu element links */
	background-color: #d4d9df;     /* default background color for sub-menu container */
	color: #FFFFFF;                /* spacing between sub-menu containers */
	padding: 0px;               /* This is for padding between menu items in the drop-downs */
	width: 165px;
	border-top-style: none;
	border-right-style: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
    }
	
#dropdownnav li a {                    /* top-level menu element links */
	text-align: center;         /* text alignment in main menu item links */
	width: 163px;               /* set this to #dropdownnav ul width */
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 15px;
	font-family: Verdana, Geneva, sans-serif;
	padding-top: 15px;
	text-transform: capitalize;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #627683;
	border-right-color: #627683;
	border-bottom-color: #627683;
	border-left-color: #627683;
	height: 34px;
}
#dropdownnav ul li a {
	width: 163px;               /* (padding*2) must be subtracted from #dropdownnav ul li width and set for this one, or borders won't display properly. */
	display: block;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	margin: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #627683;
	border-bottom-color: #627683;
	border-left-color: #627683;
}    
#dropdownnav ul li ul li a {
	width: 163px;               /* (padding*2) must be subtracted from #dropdownnav ul li width and set for this one, or borders won't display properly. */
	display: block;
	background-image: none;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #627683;
	border-right-color: #627683;
	border-bottom-color: #627683;
	border-left-color: #627683;
}    
#dropdownnav ul a {                   /* all the other level menu link elements */
	padding: 4px;
	margin: 0px;
	              /* (padding*2) must be subtracted from #dropdownnav ul li width and set for this one, or borders won't display properly. */
	display: block;
	height: auto;
	width: 157px;
}

#dropdownnav ul li ul {
	background-color: #d4d9df;
	display: block;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #627683;
	border-right-color: #627683;
	border-bottom-color: #627683;
	border-left-color: #627683;
}

#dropdownnav ul li ul li {
	background-color: #d4d9df;
	display: block;
}
    #dropdownnav a:hover {                /* top-level hovering properties */
	display: block;
	background-color: #d4d9df;
	color: #bf2734;

}
    #dropdownnav li:hover a {                /* top-level hovering properties */
	display: block;
	background-color: #d4d9df;
	color: #bf2734;
	width: 163px;
	border-left-width: 1px;
	border-left-color: #627683;
	border-right-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #627683;
}
    #dropdownnav li:hover ul a {                /* top-level hovering properties */
	display: block;
	background-color: #d4d9df;
	color: #627683;
	width: 163px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-left-color: #627683;
	border-right-width: 1px;
	border-right-color: #627683;
}
#dropdownnav ul ul{                   /* higher-level list containers */

        display: none;              /* don't display by default */

        position: absolute;

        margin-left: 164px;         /* this should be the width of #dropdownnav ul li */

        margin-top: -39px;           /* this will push the sub-menu up to the level of it's parent */

}
#dropdownnav li ul a  {              /* top-level hovering properties */
	display: block;
	background-color: #d4d9df;
	color: #627683;
	text-transform: capitalize;
	font-size: 12px;
}
#dropdownnav li ul li {
	display: block;
	text-transform: capitalize;
	font-size: 12px;
}
    #dropdownnav li ul a:hover,                 /* top-level hovering properties */
    #dropdownnav li ul li:hover{
	display: block;
	background-color: #d4d9df;
	color: #bf2734;
}

    /* only non-MSIE browsers use this */

#dropdownnav ul li>ul,

#dropdownnav ul ul li>ul{

        margin-top: -39px;           /* should be set to the same as #dropdownnav ul ul margin-top */

    }



    /* additional sub-menu levels in the next 2 blocks. (For up to 5 levels of drop menus) */

    #dropdownnav li:hover ul ul,              

    #dropdownnav li:hover ul ul ul,

    #dropdownnav li:hover ul ul ul ul,

    #dropdownnav li:hover ul ul ul ul ul{

        display:none;

    }



    #dropdownnav li:hover ul,

    #dropdownnav ul li:hover ul,

    #dropdownnav ul ul li:hover ul,

    #dropdownnav ul ul ul li:hover ul,

    #dropdownnav ul ul ul ul li:hover ul{

        display:block;

    }



    li>ul {

        top: auto;

        left: auto;

    }
#dropdownnav h5 {
	margin-top:0px;
	margin-bottom:0px;
	color: #bf2734;
	font-weight: bold;
	font-size: 14px;
	padding-top: 0px;
	padding-bottom: 0px;
}