#dropdownnav {
	list-style-type: none;
	padding: 0px;
	position: static;
	color: #FFFFFF;
	z-index: 10000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-transform: capitalize;
}
#dropdownnav ul {
	position: absolute;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: none;
	width: 160px;
	color: #FFFFFF;
	z-index: 99;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	background-color: #2b3a76;
}
#dropdownnav li {
	list-style-type: none;
	float: left;
	width: 160px;
	display: block;
	color: #FFFFFF;
	padding: 0px;
	border-right-style: none;
	border-top-style: none;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #2b3a76;
}
#dropdownnav ul li {
	color: #FFFFFF;
	padding: 0px;
	width: 160px;
	border-top-style: none;
	border-right-style: none;
}
#dropdownnav li a {
	text-align: center;
	width: 150px;
	display: block;
	color: #FFF;
	text-decoration: none;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-right: 3px;
	padding-left: 3px;
	border: 2px solid #FFF;
	font-weight: bold;
}

#dropdownnav ul li a {
	width: 150px;                 /* (padding*2) must be subtracted from #dropdownnav ul li width and set for this one, or borders won't display properly. */
	display: block;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-color: #2b3a76;
	border-left-color: #2b3a76;
	border-top-style: none;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-color: #FFFFFF;
	text-align: center;
	background-image: none;
}
#dropdownnav ul li ul a {
	background-image: none;
}
#dropdownnav ul li ul li a {
	width: 152px;                 /* (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;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	border-left-color: #FFF;
	border-top-style: none;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0px;
	padding-right: 3px;
	padding-left: 3px;
	border-bottom-width: 1px;
	border-bottom-color: #FFF;
}    
#dropdownnav ul a {               /* all the other level menu link elements */
	padding: 4px;
	margin: 0px;
	display: block;
	height: auto;
	width: 154px;                 /* (padding*2) must be subtracted from #dropdownnav ul li width and set for this one, or borders won't display properly. */
}

#dropdownnav ul li ul {
	display: block;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
}
#dropdownnav ul li ul li {
	display: block;
}
#dropdownnav a:hover {
	display: block;
	color: #FFFFFF;
	background-color: #6e7bb2;
}
#dropdownnav li:hover {             /* top-level hovering properties */
	display: block;
	color: #FFFFFF;
	border-right-style: none;
	border-left-style: none;
}
#dropdownnav ul li:hover {
	display: block;
	color: #FFFFFF;

}
#dropdownnav ul li:hover, #dropdownnav li:hover,           /* higher level hovering properties */
#dropdownnav ul li a:hover {
	display: block;                 /* should be set to the same value as #dropdownnav ul li width */
	color: #FFF;
	background-image: none;
	background-color: #6e7bb2;
}
#dropdownnav ul ul {                /* higher-level list containers */
	display: none;              /* don't display by default */
	position: absolute;
	margin-left: 160px;         /* this should be the width of #dropdownnav ul li */
	margin-top: -26px;         /* this will push the sub-menu up to the level of it's parent */
}
#dropdownnav li ul a,               /* top-level hovering properties */
#dropdownnav li ul li {
	display: block;
	color: #FFFFFF;
	text-transform: capitalize;
	font-size: 11px;
	font-weight: normal;
}
#dropdownnav li ul a:hover {    /* top-level hovering properties */ 
	display: block;
	color: #FFF;

}
#dropdownnav li ul li:hover {
	display: block;
	color: #FFF;
}

    /* only non-MSIE browsers use this */

    #dropdownnav ul li>ul,

    #dropdownnav ul ul li>ul{

        margin-top: -26px;           /* 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 li.noborder a {
	border-right-style: none;
	margin-right: 0px;
	padding-right: 0px;
}

