#box-tabs {
font-family: Tahoma, Verdana, sans-serif; 
width:100%; 
margin:0 0 0 0; 
position:relative;
z-index:100;
height:150px;
font-size:100%
}

#box-tabs ul {
padding:0; 
margin:0;
list-style: none;
border:0
}
#box-tabs ul table {border-collapse:collapse; margin:-1px -10px; font-size:120%}

#box-tabs ul li {
float:left;
}
#box-tabs ul li a, #box-tabs ul li a:visited {
display:block; 
text-align:center; 
text-decoration:none; 
width:143px; 
height:20px; 
color:#000; 
border:1px solid #fff;
border-width:1px 1px 0 0;
background:#c6c1bb; 
line-height:20px; 
font-size:11px
}

#box-tabs ul ul {
position:absolute; left:-9999px; height:0; z-index:10
}

#box-tabs ul li#selected a{
color:#fff; 
background:#aaa8a5
}
#box-tabs ul li a:hover,
#box-tabs ul li:hover a {
color:#000; 
background:#dcd9d7
}
#box-tabs ul li#selected ul {
top:20px; 
height:auto;
left:0; 
text-align:left
}
#box-tabs ul :hover ul {
top:20px; 
height:auto;
left:0; 
text-align:left;
z-index:100
}

#box-tabs ul li#selected ul li,
#box-tabs ul :hover ul li {
background:#eee; 
color:#000;
padding:5px;
width:699px;
height:100px;
overflow:auto;
border:5px solid #dcd9d7
}
#box-tabs ul li#selected ul li {border:5px solid #aaa8a5}

#box-tabs ul li#selected ul li img,
#box-tabs ul :hover ul li img {
float:left; 
padding:5px 10px 5px 0; 
border:0
}
#box-tabs ul li#selected ul li p,
#box-tabs ul :hover ul li p {
font-size:85%;
line-height:120%;
padding:0;
margin:7px auto
}
#box-tabs ul li#selected ul li p a,
#box-tabs ul :hover ul li p a{
	height:auto;
	line-height:normal
}
	
#box-tabs ul li#selected ul li a,
#box-tabs ul :hover ul li a {
display:inline;
background:#eee;
color:#000;
text-decoration:underline;
border:0;
line-height:1.8em
}

#box-tabs ul li#selected ul li a:hover,
#box-tabs ul :hover ul li a:hover {
text-decoration:none; 
color:#000
}
