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

.indentmenu{

width: 1000px; /*leave this value as is in most cases*/
height:37px;
margin:auto;
background: url(../images/menu_bg.gif);
}

.indentmenu ul{
margin: 0;
margin-left:-10px;
padding: 0;
float: left;
width: 600px; /*width of menu*/
height:37px;
background: url(../images/menu_bg.gif);
font: bold 13px Arial;
}

.indentmenu ul li{
display: inline;
line-height:37px;

}

.indentmenu ul li a{
float: left;
color: #e5df85; /*text color*/
padding: 0px 10px;
height:37px;
text-decoration: none;

}

.indentmenu ul li a:hover, .indentmenu ul li .current{

display:block; 
float:left; 
padding:0px 10px;

text-decoration:none;
color:#fff;
height:37px;
background: url(../images/arow.gif);
background-repeat:no-repeat;
background-position:top;
}
/*---------------- divider----------------------*/

.indentmenu ul li.divider {
display:inline;
width:3px;
height:37px;
float:left;
background: url(../images/menu_divider.gif) ;
background-repeat:no-repeat;
background-position:top;
}



</style>

