.jMenu {
    display: table;
    margin: 0;
    padding: 0;
	font-size:12px;
	color:#fff;
}

/* First level */
.jMenu li {
    display: table-cell;
	background-image:url('../../../img/topmenu-separator.png');
	background-position:left -1px;
	background-repeat:no-repeat;
    /*background-color: #322f32;*/
    margin: 0;
	float:left;
	font-weight:bold;
}

.jMenu li:hover {
    display: table-cell;
	/*background-image:url('../../../img/topmenu-focus-bg.png');*/
    /*background-color: #322f32;*/
    margin: 0;
	float:left;
	text-decoration:underline;
}

.jMenu li.menu-item-322 {
	background-image:none;
}

.jMenu li.menu-item-322:hover {
    display: table-cell;
	/*background-image:url('../../../img/topmenu-focus-bg.png');*/
	text-decoration:underline;
    /*background-color: #322f32;*/
    margin: 0;
	float:left;
}

.jMenu li a {
    padding: 7px 20px 8px 20px;
    display: block;
    background-color: transparent;
    color: white;
    cursor: pointer;
    font-size: 12px;
}

.jMenu li.current-menu-parent {
	/*background-image:url('../../../img/topmenu-focus-bg.png');*/
	/*background-repeat:repeat-x;*/
	font-weight:bold;
	text-decoration:underline;
	color:#fff;
}

.jMenu li.current-menu-item {
	/*background-image:url('../../../img/topmenu-focus-bg.png');*/
	/*background-repeat:repeat-x;*/
	text-decoration:underline;
	font-weight:bold;
}

/* Lower levels */
.jMenu li ul {
    display: none;
    position: absolute;
	z-index:9999;
    padding: 0;
    margin: 0;
	margin-top:-1px;
}


.jMenu li.menu-item-322 ul {
	background-image:none;
	margin-left:-14px;
}


.jMenu li ul li {
    background-color: /*#AD150D;*/#D5221A;
    display: block;
    border-bottom: 1px solid #fff;
    padding: 0;
	background-image:none;
	font-weight:normal;
}

.jMenu li ul li.current-menu-item {
	/*background-image:url('../../../img/topmenu-focus-bg.png');*/
	/*background-repeat:repeat-x;*/
	text-decoration:none;/*underline;*/
}


.jMenu li ul li.arrow {
    background-color: #D5221A;
    background-image: url('../images/arrow_down.png');
    background-repeat: no-repeat;
    background-position: center center;
    height: 6px;
    padding: 0;
    border-bottom: none;
    padding-bottom: 10px
}

.jMenu li ul li a {
    font-size: 12px;
    text-transform: none;
    padding: 7px;
    display: block;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
}

.jMenu li ul li a.isParent {
    background-color: #D5221A;
    background-image: url('../images/arrow_right.png');
    background-repeat: no-repeat;
    background-position: right center;
}

.jMenu li ul li a:hover {
    background-color: #D5221A;
	text-decoration:underline;
}

