@charset "utf-8";
/* CSS Document */
.linkItemOut{
color:#333366;
background:url(../templates/tab-light/arrow.png) left center;
background-repeat:no-repeat;
cursor:pointer;
font-weight:bold;
padding-left:15px;
height:30px;
border-bottom:1px dotted lightgrey;
}
.linkItemOver{
color:#660000;
background:url(../templates/tab-light/arrow2.png) left center;
background-repeat:no-repeat;
border-collapse:collapse;
cursor:pointer;
font-weight:bold;
padding-left:15px;
height:30px;
border:1px dotted lightgrey;
}
.linkChildItemOut{
background:url(../images/skins/red_left_arrow.gif) left center;
background-repeat:no-repeat;
color:#663300;
padding-left:15px;
cursor:pointer;
font-weight:bold;
}
.linkChildItemOver{
background:url(../images/skins/red_left_arrow.gif) left center;
background-repeat:no-repeat;
color:#FF3300;
padding-left:15px;
cursor:pointer;
font-weight:bold;
}
.linkThirdItemOut{
background-color:#E0DDCF;
color:#666666;
padding-left:8px;
cursor:pointer;
border-top:1px outset #f7f7f7;
border-bottom:1px outset #f7f7f7;
}
.linkThirdItemOver{
background-color:#FFFFFF;
color:#666666;
padding-left:8px;
cursor:pointer;
border-top:1px outset #f7f7f7;
border-bottom:1px outset #f7f7f7;
}
