﻿/*
.tabs {padding:10px 0 0 10px; margin:40px 10px 0 0; list-style:none; height:26px; background:#dee; border:1px solid #000; position:relative;}
.tabs li a:hover span {display:block; position:absolute; left:10px; top:35px; color:#000; white-space:nowrap;}
.message {background:#9bb; border:1px solid #000; border-bottom:0; text-align:right; padding:5px 10px; margin:0 10px 50px 0; color:#fff; font-size:10px;}

Color of tabs: #734633
Color of selected tab: #9a6c4a
Color of text on tabs: #ccc
Color of text on selected tab: #ffe
Color of text when hovered: #000

*/

.tabs {padding:0px 0 0 0px; margin:0px 0px 0 0; list-style:none; height:26px; background:#fff; border:0px solid #000; position:relative;}
.tabs li {float:left; margin-right:-4px; margin-bottom:-1px;}
.tabs li a {display:block; text-decoration:none; font-size:11px; font-family:verdana, arial, sans-serif; line-height:23px;border:0;}
.tabs li a em {display:block; float:left; height:25px;text-align:center; padding:0 15px; background:#734633; border:1px solid #000; border-right:0; font-style:normal; color:#ccc;}
.tabs li a span {display:none;}
.tabs li a b {position:relative; display:block; float:left; z-index:100; border-bottom:1px solid #000; width:2px; background:url('../images/tab.gif');}

.tabs li a b.p1 {height:25px; margin-top:1px;}
.tabs li a b.p2 {height:23px; margin-top:3px;}
.tabs li a b.p3 {height:21px; margin-top:5px;}
.tabs li a b.p4 {height:19px; margin-top:7px;}
.tabs li a b.p5 {height:18px; width:1px; background:#000; margin-top:9px; font-size:1px; line-height:0; border:0;}

.tabs li a:hover {color:#000; white-space:normal;}

.tabs li a:hover em {background:#9a6c4a; color:#000; cursor:pointer; border-bottom-color:#9a6c4a; position:relative; z-index:300;}
.tabs li a.selected em {background:#9a6c4a; color:#ffe; border-bottom-color:#9a6c4a; text-decoration:none; position:relative; z-index:400;}
.tabs li a.selected:hover em {cursor:default;}
.tabs li a.selected:hover b {cursor:default;}
.tabs li a.selected b {z-index:400; background-position:0 -33px; border-bottom-color:#9a6c4a; cursor:pointer;}

.tabs li a:hover b {background-position:0 -33px; border-bottom-color:#9a6c4a; cursor:pointer;}
.tabs li a:hover b.p5, .menu li a.selected b.p5 {background:#000;}

.tabs li a:hover span {display:block; position:absolute; left:10px; top:25px; color:#fff; white-space:nowrap;}
.tabs li a.selected:hover span {display:none;}

.message {background:#fff; border:0; text-align:left; padding:0px 0px; margin:0 0px 0px 0; color:#888; font-size:10px;}



  