
.mx_menu {
 margin:0 0 0 0;
}

.mx_menu ul {
 padding:0;
 margin:0;
 list-style-type:none;
}

/* level 0 */
.mx_menu li a{
 background:url(img/rarrow.gif) no-repeat 0 50%;
 padding: 0 0 0 1.8em;
}
.mx_menu li a:hover{
 background:url(img/oarrow.gif) no-repeat 0 50%;
 padding: 0 0 0 1.8em;
}

/* level 1 */
.mx_menu li li a{
 background:url(img/rarrow.gif) no-repeat 1.1em 50%;
 padding: 0 0 0 2.9em;
}
.mx_menu li li a:hover{
 background:url(img/oarrow.gif) no-repeat 1.1em 50%;
 padding: 0 0 0 2.9em;
}


/* expand & collapse arrow style */
.mx_menu img {
 vertical-align: middle;
 position: relative;
 bottom: 1px;
}

/* IE Fix */
* html .mx_menu img {
 vertical-align: middle;
 position: relative;
 bottom: -1px;
}

