<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.subindentmenu{
width: 653px; /*leave this value as is in most cases*/
}

.subindentmenu ul{
margin: 0;
padding: 0;
float: left;
width: 100%; /*width of menu*/
background: #66BBCE no-repeat center center;
}

.subindentmenu ul li{
display: inline;
}

.subindentmenu ul li a{
float: left;
color: white; /*text color*/
padding: 8px 17px;
text-decoration: none;
}

.subindentmenu ul li a:visited{
color: white;
}

.subindentmenu ul li a:hover, .subindentmenu ul li .current{
color: #008DAE !important; /*text color of selected and active item*/
padding-top: 8px; /*shift text down 1px for selected and active item*/
padding-bottom: 8px; /*shift text down 1px for selected and active item*/
background: #D1EAF0 no-repeat center center;
}

</style>
