
/* ######### CSS for Indented CSS Tabs. Remove if not using ######### */


.indentmenu{
font: bold 13px Arial;
width: 100%; /*leave this value as is in most cases*/

}

.indentmenu ul{
margin-top: 14;
margin-bottom: 0;
padding: 0;
float: left;
width: 680px; /*width of menu*/
border-top: 0px solid #ace3ec;
border-right: 0px solid #ace3ec; 
border-left: 0px solid #ace3ec;  
background: white url(../fun/ships/carnival_triumph/images/shade_rb.gif) center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: #ffffff; /*text color*/
padding: 4px 11px;
text-decoration: none;
border-right: 1px solid #4f8acc; /*darkred divider between menu items*/
}

.indentmenu ul li a:hover{
text-decoration: underline;
color: #ffffff;
}

.indentmenu ul li a:visited{
color: #ffffff;
text-decoration: none;
}

.indentmenu ul li a.selected{
color: #ffffff !important;
text-decoration: none;
padding-top: 5px; /*shift text down 1px*/
padding-bottom: 3px;
background: black url(../fun/ships/carnival_triumph/images/shadeactive_rb.gif) center center repeat-x;
}

.sandals{
margin-left: -3px;
}


