#menu {
    width:170px;
    background-color: #F6F9FC;
    text-align:left;
    font-size:11px;
    font-weight:normal;
    font-family: tahoma, sans-serif;
}
#menu a {
    text-decoration:none;
    font-size: 11px;
    font-weight: normal;
    font-family: tahoma,sans-serif;
    color: #1A1A1A;
    margin: 0px 0px 0px 20px;
    color: #1A1A1A;
}

#menu img {
    vertical-align:middle;
    border:0;
    margin:5px 5px 5px 5px;
}

#menu div{
    font-family: inherit;
    font-size:inherit;
    font-weight:bold;
    text-align:center;
    color:white;
    background-color: #1D56A8;
    padding: 5px 5px 5px 5px;
}
#menu ul {
    list-style:none;
    margin:0;
    padding:0;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    color: #1A1A1A;
    letter-spacing: 1pt;
    background-color: #F6F9FC;
}

#menu ul li {
    background-image:url( /d/direct/i/1.gif );
    background-repeat: no-repeat;
    background-position: .4em .7em;
    border-bottom: 1px solid #E3EDF8;
	border-top: 1px solid #FFFFFF;
    padding:4px 0px 0px 1.4em;
    margin:0px 0px 0px 0px;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}

#menu a:hover {
    color: #F53400;
    text-decoration:underline;
}

#menu ul a {
    width:auto;
    display:block;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    text-decoration:none;
    color: #1A1A1A;
    letter-spacing: 1pt;
    margin:0px 0px 4px 0px;
}
#menu ul ul {
    display:block;
    margin:0px 0px 0px -14px;
    padding:0;
    list-style:none;
    border-left:3px solid #CC0000;

}

#menu ul ul li {
    background-image:url(/d/direct/i/strz.gif) !important;
    background-repeat: no-repeat;
    background-position: .3em .6em;
    background-color: white;
    border:none;
    margin:0;
    padding:0px 0px 1px 1.4em;
    font-size:10px;
    font-family: inherit;
    font-weight: inherit;
    
}
#menu ul ul li a {
    display:inline;
    font-size:10px;
    font-family: inherit;
}
#menu ul ul li.nmPor {
    background-color: #FFFFC5;
    border-top-width: 1px;
    border-right-width: 0px;
    border-bottom-width: 1px;
    border-left-width: 0px;
    border-style: solid;
    border-color: #E1E1E1;
}
