/* Menu skin */
/* for Cherubijn */

ul, li {
    padding:0px;
    margin:0px;
}

/* Holders */
.mnu0 {
    color:white;
    position:absolute;
    margin-top:-8px;
    left:297px;
    height:43px;
    z-index: 50;
}
.mnu3, .mnu4, .mnu6 {
    display:none;
    margin-top:9px;
    color: #8b2b4e;
    background-color:#fed9e6;
    z-index: 100;
}

/* Items */
.mnu0item {
    float: left;
    list-style: none;
    width: 70px;
    height: 32px;
    padding: 13px 0px 0px 0px;
}
.mnu0item:hover {
    background-image: url(../../images/menu/frame.gif);
    background-repeat: no-repeat;
    background-position: center;
}
.mnu0itemP {
    float: left;
    list-style: none;
    width: 70px;
    height: 32px;
    padding: 13px 0px 0px 0px;
}
.mnu0items {
    float: left;
    list-style: none;
    width: 70px;
    height: 32px;
    padding: 13px 0px 0px 0px;
    font-weight: bold;
    background-image: url(../../images/menu/frame.gif);
    background-repeat: no-repeat;
    background-position: center;
}

/* Items submenu */
.mnu3item, .mnu4item, .mnu6item {
    float:none;
    width: 70px;
    list-style: none;
    padding: 6px 0px 6px 0px;
    border-left:solid 1px #8b2b4e;
    border-right:solid 1px #8b2b4e;
    border-bottom: solid 1px #8b2b4e;
    z-index: 50;
}
.mnu3items, .mnu4items, .mnu6items {
    float:none;
    padding: 6px 0px 6px 0px;
    border-left:solid 1px #8b2b4e;
    border-right:solid 1px #8b2b4e;
    border-bottom: solid 1px #8b2b4e;
    list-style: none;
    font-weight:bold;
    color: #8b2b4e;
    width: 70px;
}

/* Links */
.mnu0link {
    color: white;
    text-decoration: none;
}
.mnu3link, .mnu4link, .mnu6link {
    color: #8b2b4e;
    text-decoration: none;
}
.mnu0link:hover {
    color:white;
    font-weight: bold;
    text-decoration:none;
}
.mnu3link:hover, .mnu4link:hover, .mnu6link:hover {
    color: #8b2b4e;
    font-weight: bold;
    text-decoration: none;
}
