/**
 * Paperseller.com Category DDMenu Style
 */

div#categorybar {
    text-align: center;
    position: relative;
    top: 0px;
    left: 22px;
    white-space: nowrap;
    line-height: 22px;
    width:106px;
    height:22px; 
  
}

a.menuButton,
a.menuButton:visited,
a.menuButton:hover,
a.menuButton:active {
    position: relative;
    top: 0px;
    left: 0px;
    display:block;
    width:101px;
    height:22px;
    font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #ffffff;
    font-size: 12px;
    text-decoration: none;
    padding-left: 5px;
    line-height: 22px;

}


a.menuButton:hover,
a.menuButton:focus,
a.menuButtonActive,
a.menuButtonActive:visited,
a.menuButtonActive:hover,
a.menuButtonActive:active {
color:#e8e000;
line-height: 23px;
padding-left: 5px;
padding-bottom: -1px;
}

div.menu {
position: absolute;
top: 0px;
left: 0px;
width:100%px;
z-index: 50;
visibility: hidden;
background-color:#344c00;
color: #ffffff;
font-family: Arial,georgia,Tahoma, sans-serif;
font-size: 11px;
padding: 0px;
padding-top: 3px;
border: solid 1px #C2C2C2;
border-top-color: #C2C2C2;
border-bottom-color: #C2C2C2;
cursor: default;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;


}

div#navbar a,
div.menu a {
text-decoration: none;
}

div.mnuSectionHdr {
font-weight: bold;
padding: 10px 10px;
color: #333333;
font-family: Arial, Helvetica, sans-serif;
white-space: nowrap;
}

a.menuItem,
a.menuItem:visited,
a.menuItem:hover,
a.menuItem:active {
        position: relative;
        top: 0px;
        left: 0px;
        display: block;
        text-align: left;
        width: auto;
        padding: 0px 20px;
        color: #ffffff;
        white-space: nowrap;
        text-decoration:none;
        cursor:hand;
}

a.menuItem:hover,
a.menuItem:focus {
background-color: #202F00;
color: #ddd;cursor:hand;
}

a.menuItemHighlight,
a.menuItemHighlight:visited,
a.menuItemHighlight:hover,
a.menuItemHighlight:active {
  background-color: #DAD5D1;
  color: #1F1B17;cursor:hand;
}

span.menuItemText {
font-family: Tahoma, sans-serif;
}

.cur_default,
.has_menu { cursor: default; }

div.sep {
line-height: 1px;
font-size: 1px;
border-top: solid 1px #d4dee9;
border-bottom: solid 1px #f3f7fb;
/* background-color: #DAD5D1; */
margin: 3px 0px;
}

div.mnu_footer {
line-height: 5px;
font-size: 5px;
text-align: center;
background-color: #e21253;
margin-top: 3px;
}

