/* Menü links*/

#navcontainer_links {
margin-left: 16px;
margin-top: 0px;
}

#navcontainer_links ul
{
margin: 0;
padding: 0;
list-style-type: none;
font-family: verdana, arial, Helvetica, sans-serif;
font-size: 12px;
}

#navcontainer_links li {
margin: 4px 0 4px 0;
line-height: 22px;

}

#navcontainer_links a
{
display: block;
padding: 2px 12px;
width: 150px;
color: Black;
/*background-color: #1D5393;*/
text-decoration: none;
border-right: 0px solid #fff;

padding-left: 22px;
background-image: url(nav_icon_normal.gif);
background-repeat: no-repeat;
background-position: 0 .28em;

font-weight: bold;


}

#navcontainer_links a:hover
{
color: #D70000;
/*background-color: #69C;*/
text-decoration: none;

padding-left: 22px;
background-image: url(nav_icon_hover.gif);
background-repeat: no-repeat;
background-position: 0 .28em;


}

#navcontainer_links ul li a#current
{
color: #D70000;
/*background-color: #F0AA62;*/
text-decoration: none;
font-weight: bold;

padding-left: 22px;
background-image: url(nav_icon_current.gif);
background-repeat: no-repeat;
background-position: 0 .28em;

}






#navcontainer_links ul ul li { margin: 0 0 1px 0; }

#navcontainer_links ul ul a
{
display: block;
padding: 0px 0px 0px 30px;
width: 140px;
color: Black;
/*background-color: #369;*/
text-decoration: none;
font-size: 11px;
line-height: 16px;

padding-left: 36px;
background-image: url(nav_icon_normal_sub.gif);
background-repeat: no-repeat;
background-position: 0 .01em;


}

#navcontainer_links ul ul a:hover
{
color: #D70000;
/*background-color: #69C;*/
text-decoration: none;

padding-left: 36px;
background-image: url(nav_icon_hover_sub.gif);
background-repeat: no-repeat;
background-position: 0 .01em;
}


#navcontainer_links ul ul li a#current
{
color: #D70000;
/*background-color: #F0AA62;*/
text-decoration: none;
/*font-weight: bold;*/

padding-left: 36px;
background-image: url(nav_icon_current_sub.gif);
background-repeat: no-repeat;
background-position: 0 .01em;

}
