.pf-cssmenu-taste-blo-custom {
    width: 100%;
    float: left;
    text-align: left;
    padding: 0px;
    margin: 0px;
    line-height: 30px;
    list-style-type: none;
    background-color: #6f8cc0;
	text-transform: uppercase;
}

.pf-cssmenu-taste-blo-custom ul {
    _ position: absolute;
    clear: both;
    display: none;
    padding: 0px;
    margin: 0px;
    list-style-type: none;
	width: 200px; 
}

.pf-cssmenu-taste-blo-custom li {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

.pf-cssmenu-taste-blo-custom a:link,
.pf-cssmenu-taste-blo-custom a:visited {
    _ float: left;
    padding: 0px 9px;
    display: block;
    height: 30px;
    color: #fff;
    font-size: 14px;
    font-family: helvetica, arial, sans-serif;
    text-decoration: none;
}

.pf-cssmenu-taste-blo-custom a:hover,
.pf-cssmenu-taste-blo-custom a:active {
    color: #4866a4;
	background-color: #b1d235;
}

.pf-cssmenu-taste-blo-custom .lev2 a:link,
.pf-cssmenu-taste-blo-custom .lev2 a:visited {
    padding: 0px 9px;
    height: 20px;
    line-height: 20px;
	color: #fff;
    background: #7bc143;
	border-bottom: 1px solid #fff;
	z-index: 1000;
	width: 200px;
    _ width:180px;  /* IE6 fix - sets width of submenu item to the width of "li.lev1 li" minus any padding applied to these anchors */
}

.pf-cssmenu-taste-blo-custom .lev2 a:hover,
.pf-cssmenu-taste-blo-custom .lev2 a:active {
    color: #000;
    background: #4866a4;
	border-bottom: 1px solid #fff;
	z-index: 1000;
	width: 200px;
    _ width:180px;  /* IE6 fix - sets width of submenu item to the width of "li.lev1 li" minus any padding applied to these anchors */
}

.pf-cssmenu-taste-blo-custom li:hover > ul {
    position: absolute;
    display: block;
}

.pf-cssmenu-taste-blo-custom li.lev1:hover {
    height: auto;
}

.pf-cssmenu-taste-blo-custom li.sub-lev1 {

}

.pf-cssmenu-taste-blo-custom .lev2 a.sub {

}

.pf-cssmenu-taste-blo-custom li.lev1 {
    float: left;
    display: block;
    height: 30px;
}

.pf-cssmenu-taste-blo-custom li.lev1 li {
    float: left;
    clear: left;
    width: 200px;
	color: #fff;
    background: #7bc143;
}

.pf-cssmenu-taste-blo-custom .lev2 ul {
    margin: -21px 0px 0px 200px;
    display: none;
    position: absolute;
}

.pf-cssmenu-taste-blo-custom .lev2 li {
    * margin: 0px 0px -1px 0px;
}

.pf-cssmenu-taste-blo-custom ul.active_sub_menu {
    display: block;
}