/* Navigation styles */

/* Left Menu */
div#navi-allwrap{
margin:0px;
padding:0px;
border:0px;
text-align:left;
margin-bottom:15px;
}

ul.navi-list{
margin:0px;
padding:0px;
border:0px;
list-style-type:none;
}

ul.navi-list a{
text-decoration:none;
color: #000033;
border-bottom: 1px solid #fff;
}

li.navi-level1-no a, 
li.navi-level1-act a,
li.navi-level1-act-sub a{
display: block;
background: #CCD9EA;
width: 148px;
padding: 2px 6px 4px 6px;
min-height: 12px;
}
/* IE 5+ */
* html li.navi-level1-no a, 
* html li.navi-level1-act a {
padding: 4px 6px 4px 6px;
width: 160px;
height: 12px;
}

li.navi-level1-no a:hover{
background: #3862AA;
color: #fff;
}
li.navi-level1-act a{
background-color: #3862AA;
color: #fff;
font-weight:bold;
margin-right:4px;
}
li.navi-level1-act-sub a{
background-color: #3862AA;
background-image: url(../images/arrow_down_white.gif);
background-position: 145px 5px;
background-repeat: no-repeat;
color: #fff;
font-weight:bold;
margin-right:4px;
}
*html li.navi-level1-act a:link,
*html li.navi-level1-act a:hover,
*html li.navi-level1-act a:active,
*html li.navi-level1-act a:visited,
*html li.navi-level1-act a:link,
*html li.navi-level1-act-sub a:link,
*html li.navi-level1-act-sub a:hover,
*html li.navi-level1-act-sub a:active,
*html li.navi-level1-act-sub a:visited, {
margin-right:0;
width:160px;
background-color: #3862AA;
}


li.navi-level2-no a, 
li.navi-level2-act a{
display: block;
background: #7C8CA3;
color: #fff;
width: 140px;
padding: 2px 6px 4px 14px;
min-height:12px;
}
/* IE 5+ */
* html li.navi-level2-no a, 
* html li.navi-level2-act a {
padding: 4px 0 4px 14px;
width: 160px;
height: 12px;
}
li.navi-level2-no a:hover,
li.navi-level2-act a:hover,{
background: #566375;
color: #fff;
}
li.navi-level2-act a{
background: #566375;
color: #fff;
font-weight:bold;
}
li.navi-level3-no a, 
li.navi-level3-act a{
display: block;
background: #7392C4;
color: #fff;
width: 132px;
padding: 2px 6px 4px 22px;
min-height:12px;
}
/* IE 5+ */
* html li.navi-level3-no a, 
* html li.navi-level3-act a {
padding: 4px 6px 4px 22px;
width: 160px;
height: 12px;
}
li.navi-level3-no a:hover{
background: #49628B;
color: #fff;
}
li.navi-level3-act a{
background: #49628B;
color: #fff;
font-weight:bold;
}

/* Rootline */
div#root-left a,
div#root-right a {
text-decoration:none;
color:#fff;
font-weight:bold;
margin-left:6px;
}
div#root-left a:hover,
div#root-right a:hover {
text-decoration:underline;
margin-left:6px;
}