ul.level2
{
    background-color: #640000;
    display: block;
    height: 0px;
    left: -5px;
    margin-left: 0px;
    opacity: 1;
    position: absolute;
    top: -11px;
    visibility: visible;
    z-index: -99999;
	overflow:hidden;
}

li.level3
{
	height:15px;
	float:left;
}

.level4
{
	float:left;
}

.level5
{
	float:left;
}

.dropdown
{
    display: inline;
    margin:0;
	padding:11px 0 0;
    list-style: none;
}

/* these are the inner menus*/
.dropdown ul
{
    margin: 0 auto;
    padding: 0;
    list-style: none;
    width: 864px;
    left: 0px;
    padding-top: 10px;
    position: absolute;
}

/* these are all the LIs in the menu*/
.dropdown li
{
    margin: 0;
	padding:0;
    cursor: pointer;
    border-top: 0;
    float: left;
}

.dropdown li.level1
{
    width: 215px;
}

/* these are anchor in the menu, if you want to style them differently from the rest of you website*/
.dropdown a
{
    text-decoration: none;
    color: #000000;
    width: 100%;
    font-weight: bold;
}
.dropdown a:hover
{
    text-decoration: underline;
}

.dropdown ul li a
{
	color:white;
	font-size:12px;
	font-family:"Arial";
}

.dropdown ul li
{
	color:white;
	font-size:11px;
	font-family:"Arial";
	font-weight:normal;
}

/* these are the LIs that only belong to submenu*/
.dropdown ul li
{
    border-top: 0;
    margin-left: 5px;
    float: left;
}