/* left navigation background color */
.list {background-color:#ff9600;}
.list ul{padding:0; margin:0px; list-style:none; list-style-image:none;}
.list li{ color:#fff; padding:0; margin:0px; background:url(../images/dotted-line.jpg) repeat-x top; font:12px Verdana;}
.list ul li a {background:url(../images/arrow-over.gif) no-repeat left top; display:block; text-decoration:none; padding-left:25px; line-height:20px; padding-top:3px;}

/* left navigation menu hover background color */
.list a:hover {color:#5c080c; background:url(../images/arrow-active.gif) no-repeat left top #f3dbba;}

.tab_hover {cursor:pointer; border:0px;}
.list li.tab_hover {}

/* left navigation list hover background color */
.list li.tab_hover a {background:none; color:#5c080c; background:url(../images/arrow-active.gif) no-repeat left top #f3dbba;}
.list li.tab_hover ul {padding:0; margin:0; background:url(../images/list-seperator.jpg) repeat-x left top; padding-top:2px}

/* left navigation inner list background color and background image */
.list li.tab_hover li {background-color:#f8e7d0; background-image:none; padding:0; margin:0px;}
.list li.tab_hover li a {background:url(../images/arrow-li-over.jpg) no-repeat left top; background-color:#faf3e8;}

/* left navigation inner list mouse over background color and background image  */
.list li.tab_hover li a:hover {background-color:#f8e7d0; color:#5c080c; background:url(../images/arrow-li-active.jpg) no-repeat left top;}

.list li.tab a span.icon {float:right; width:9px; height:9px; background:url(../images/plus-icon.jpg) no-repeat top; margin-top:-15px; margin-right:5px;}
.list li.tab a:hover span.icon {float:right; width:9px; height:9px; background:url(../images/plus-icon.gif) no-repeat top; margin-top:-15px; margin-right:5px;}

.list li.tab_hover a span.icon {float:right; width:9px; height:9px; background:url(../images/minus-icon.jpg) no-repeat top; margin-top:-15px; margin-right:5px;}

.tab {cursor:pointer; padding-top:0px; margin-top:0px;}
.tab ul {display:none;}


