@charset "UTF-8";
/* CSS Document */

#navigationContainer{
width:960px;
height:41px;
background-image:url(../site_skin/navigation/bg_navigation.jpg);
background-repeat:repeat-x;
}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.indentmenu{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:13px;
width: 100%; /*leave this value as is in most cases*/
overflow: hidden;
height:41px;
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
width: 100%; /*width of menu*/
background:url(../site_skin/navigation/bg_navigation.jpg) center center repeat-x;
height:41px;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: #d0f6e5; /*text color*/
padding: 6px 18px 11px 18px;
text-decoration: none;
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
color: white !important; /*text color of selected and active item*/
padding: 6px 18px 11px 18px;
background:url(../site_skin/navigation/bg_navigation_on.jpg) top center no-repeat;
height:41px;
}