.bigmenu1 .jcarousel-container {
	left:			0;
	top:			3.063em; /* match top ul list item height */
	z-index:		99999;
	position:		absolute !important;
	width:			256px; /* left offset of submenus need to match (see below) 16em */
}

.bigmenu1 .jcarousel-direction-rtl {
	direction: rtl;
}

.bigmenu1 .jcarousel-container-vertical {
    width: 256px;/*194*/
    height: 340px;
}

.bigmenu1 .jcarousel-clip {
    overflow: hidden;
}

.bigmenu1 .jcarousel-clip-vertical {
    width:  256px;/* 194px */
    height: 340px;
}

.bigmenu1 .jcarousel-item {
    width: 254px;/*192*/
    height: 34px;
    border-right: 1px solid #dbdbdb;
}

.bigmenu1 .jcarousel-item-vertical {
    margin-bottom: 0px;
}

.bigmenu1 .jcarousel-item-placeholder {
}

/**
 *  Horizontal Buttons
 */
.bigmenu1 .jcarousel-next-horizontal {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 32px;
    height: 20px;
    cursor: pointer;
    background: transparent url(arrow-down.jpg) no-repeat 0 0;
}

.bigmenu1 .jcarousel-direction-rtl .jcarousel-next-horizontal {
    left: 5px;
    right: auto;
    background-image: url(arrow-up.jpg);
}

.bigmenu1 .jcarousel-next-horizontal:hover,
.bigmenu1 .jcarousel-next-horizontal:focus {
    background-position: -32px 0;
}

.bigmenu1 .jcarousel-next-horizontal:active {
    background-position: -64px 0;
}

.bigmenu1 .jcarousel-next-disabled-horizontal,
.bigmenu1 .jcarousel-next-disabled-horizontal:hover,
.bigmenu1 .jcarousel-next-disabled-horizontal:focus,
.bigmenu1 .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.bigmenu1 .jcarousel-prev-horizontal {
    position: absolute;
    top: 43px;
    left: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(prev-horizontal.png) no-repeat 0 0;
}

.bigmenu1 .jcarousel-direction-rtl .jcarousel-prev-horizontal {
    left: auto;
    right: 5px;
    background-image: url(next-horizontal.png);
}

.bigmenu1 .jcarousel-prev-horizontal:hover, 
.bigmenu1 .jcarousel-prev-horizontal:focus {
    background-position: -32px 0;
}

.bigmenu1 .jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}

.bigmenu1 .jcarousel-prev-disabled-horizontal,
.bigmenu1 .jcarousel-prev-disabled-horizontal:hover,
.bigmenu1 .jcarousel-prev-disabled-horizontal:focus,
.bigmenu1 .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

/**
 *  Vertical Buttons
 */
.bigmenu1 .jcarousel-next-vertical {
    position: absolute;
    bottom: -22px;
    right: 0px;
    width: 128px;
    height: 20px;
    cursor: pointer;
    background: transparent url(arrow-down2.jpg) no-repeat 0 0;
	border-right:#dedede solid 1px;
	border-bottom:#dedede solid 1px;
	border-top:#dedede solid 1px;
}

.bigmenu1 .jcarousel-next-vertical:hover,
.bigmenu1 .jcarousel-next-vertical:focus {
    background-position: 0 -20px;
}

.bigmenu1 .jcarousel-next-vertical:active {
    background-position: 0 -20px;
}

.bigmenu1 .jcarousel-next-disabled-vertical,
.bigmenu1 .jcarousel-next-disabled-vertical:hover,
.bigmenu1 .jcarousel-next-disabled-vertical:focus,
.bigmenu1 .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -40px;
}

.bigmenu1 .jcarousel-prev-vertical {
    position: absolute;
    bottom: -22px;
    left: 0px;
    width: 128px;
    height: 20px;
    cursor: pointer;
    background: transparent url(arrow-up2.jpg) no-repeat 0 0;
	border-left:#dedede solid 1px;
	border-bottom:#dedede solid 1px;
	border-top:#dedede solid 1px;
}

.bigmenu1 .jcarousel-prev-vertical:hover,
.bigmenu1 .jcarousel-prev-vertical:focus {
    background-position: 0 -20px;
}

.bigmenu1 .jcarousel-prev-vertical:active {
    background-position: 0 -20px;
}

.bigmenu1 .jcarousel-prev-disabled-vertical,
.bigmenu1 .jcarousel-prev-disabled-vertical:hover,
.bigmenu1 .jcarousel-prev-disabled-vertical:focus,
.bigmenu1 .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -40px;
}
