.pf-cssmenu-main-menu-2013 {
    width: 100%;
    float: left;
    text-align: left;
    padding: 0px;
    margin: 0px;
    line-height: 50px;
    list-style-type: none;
background: #e8e0d4;
border-radius: 15px 15px 0 0;
margin-right: 15px;
}

.pf-cssmenu-main-menu-2013 ul {
    _ position: absolute;
    clear: both;
    display: none;
    padding: 0px;
    margin: 0px;
    list-style-type: none;
left: 47px;
width: 93%;
z-index:1000;
}

.pf-cssmenu-main-menu-2013 li {
list-style-type: none;
float: left;
background: url(/templates/custom/buffalo-ext-2013/images/menu-border-img.png) no-repeat right top;
margin: 0px;
padding: 0px;
line-height: 50px;
height: 50px;
border-right: 0;
}

.pf-cssmenu-main-menu-2013 > li:last-child {
background: none;
}

.pf-cssmenu-main-menu-2013 a:link,
.pf-cssmenu-main-menu-2013 a:visited {
    _ float: left;
    display: block;
    text-decoration: none;
color: #004b96;
font-size: 16px;
line-height: 50px;
height: 50px;
padding: 0 22px;
font-family: 'OpenSansSemibold', sans-serif;
font-weight: lighter;
}

.pf-cssmenu-main-menu-2013 a:hover,
.pf-cssmenu-main-menu-2013 a:active {
text-decoration:none; 
}

.pf-cssmenu-main-menu-2013 .lev2 a:link,
.pf-cssmenu-main-menu-2013 .lev2 a:visited {
padding: 0 23px;
line-height: 44px;
height: 44px;
font-size: 14px;
color: #998260;
display: block;
    * width:130px;  /* IE6 fix - sets width of submenu item to the width of "li.lev1 li" minus any padding applied to these anchors */
}

.pf-cssmenu-main-menu-2013 .lev2 a:hover,
.pf-cssmenu-main-menu-2013 .lev2 a:active {
color: #004b96;
    * width:130px;  /* IE6 fix - sets width of submenu item to the width of "li.lev1 li" minus any padding applied to these anchors */
}

.pf-cssmenu-main-menu-2013 li:hover > ul {
    position: absolute;
    display: block;
}

.pf-cssmenu-main-menu-2013 li.lev1:hover {
    height: auto;
text-decoration:none; 
background:url(/templates/custom/buffalo-ext-2013/images/menu-hover-bg.png) repeat; 
border-radius:15px 15px 0 0; 
box-shadow:0px 3px 8px #a9a39a, 0px -2px 8px #a9a39a;
}

.pf-cssmenu-main-menu-2013 li.sub-lev1 {
    background-position: right center;
    * background:none; /* removes arrows from IE due to lack of transparency support bug that hasn't been resolved */
}

.pf-cssmenu-main-menu-2013 .lev2 a.sub {
    background-position: right center;
    * background:none; /* removes arrows from IE due to lack of transparency support bug that hasn't been resolved */
}

.pf-cssmenu-main-menu-2013 li.lev1 {
    float: left;
    display: block;
    height: 50px;
}

.pf-cssmenu-main-menu-2013 li.lev1 li {
border: none;
background: url(/templates/custom/buffalo-ext-2013/images/sub-menu-border.jpg) no-repeat right center;
float: left;
line-height: 44px;
height: 44px;
}

.pf-cssmenu-main-menu-2013 > li.lev1 li:last-child {
background: none;
}

.pf-cssmenu-main-menu-2013 .lev2 ul {
    margin: -21px 0px 0px 150px;
    display: none;
    position: absolute;
}

.pf-cssmenu-main-menu-2013 .lev2 li {
    * margin: 0px 0px -1px 0px;
}

.pf-cssmenu-main-menu-2013 ul.active_sub_menu {
    display: block;
}


