﻿ul.Menu-content {
    padding: 0;
    list-style-image: none;
    list-style-type: none;
    margin: 0 0 0 4px;
}

.Menu-content .AspNet-Menu-Vertical ul.AspNet-Menu ul {
    position: relative;
    top: 0;
    margin-left: 4px;
}

ul.AspNet-Menu li a:visited {
    color: #905907;
}


.MenuContentImg {
    background: transparent url(/images/interface/Menu/FQ_Menu_Left.gif) no-repeat 0 0;
    width: 240px;
    height: 38px;
    cursor: pointer;
}

.LI_FADOQ {
    background-position: 0 0;
}

.LI_Defense {
    background-position: 0 -38px;
}

.LI_Service {
    background-position: 0 -76px;
}

.LI_Activite {
    background-position: 0 -114px;
}

.LI_Privilege {
    background-position: 0 -152px;
}

ul.Menu-content a {
    padding: 0 0 0 14px;
}

ul.Menu-content ul {
    background: transparent;
    margin:0px;
    /*margin-left: 15px;
    width: 200px;*/
}
ul.Menu-content ul a {
    margin-left: 15px
}

.Item_FADOQ {
    background: transparent url(/images/interface/Menu/FQ_Menu_Fadoq_Bg.jpg) no-repeat 0 0;
    width: 233px;
}



.Item_FADOQ a, .Item_FADOQ a:visited {
    color: #005d48;
}

.Item_Defense {
    background: transparent url(/images/interface/Menu/FQ_Menu_Defense_Bg.jpg) no-repeat 0 0;
    width: 233px;
}

.Item_Defense a, .Item_Defense a:visited {
    color: #1d4b6f;
}


.Item_Service {
    background: transparent url(/images/interface/Menu/FQ_Menu_Services_Bg.jpg) no-repeat 0 0;
    width: 233px;
}

.Item_Service a, .Item_Service a:visited {
    color: #993f7f;
}


.Item_Activite {
    background: transparent url(/images/interface/Menu/FQ_Menu_Activites_Bg.jpg) no-repeat 0 0;
    width: 233px;
}

.Item_Activite a, .Item_Activite a:visited {
    color: #c9890f;
}


.Item_Privilege {
    background: transparent url(/images/interface/Menu/FQ_Menu_Privilege_Bg.jpg) no-repeat 0 0;
    width: 233px;
}

.Item_Privilege a, .Item_Privilege a:visited {
    color: #8d9f0c;
}

.Selected
{
    font-weight:bold;
}


.Menu-content li {
    padding:0px;
    margin:0px;
}

.Menu-content li a {
    width: 100%;
    height: 22px;
    line-height: 22px;
    display: block;
    margin:0px;
    padding:0px;
    text-indent: 15px;
}
.Menu-content li a {
    border-bottom: 1px solid #fff;
}
.Menu-content.Item_FADOQ li {
    border-top: 1px solid #c8dcd7;
}
.Menu-content.Item_Defense li {
    border-top: 1px solid #a3c0d6;
}
.Menu-content.Item_Service li {
    border-top: 1px solid #e2b5d5;
}
.Menu-content.Item_Activite li {
    border-top: 1px solid #f1d49f;
}
.Menu-content.Item_Privilege li {
    border-top: 1px solid #dbe68c;
}



