/*  http://www.silverscripting.com/mootabs/  */


.mootabs_title {
list-style: none;
margin: 0px;
padding: 0px;
width:370px;
height:39px;
background:transparent;
}
.mootabs_title li {
float: left;
background:transparent;
padding:0px 8px 0px 8px;
margin:0px 15px 0px 10px;
cursor: pointer;
height:39px;
width:80px;
display:inline;
}
.mootabs_title li.active {
background:transparent;
}
.mootabs_panel {
display: none;
background:transparent;
position: relative;
width:370px;
height:500px;
clear: both;
overflow: hidden;
}
.mootabs_panel.active {
background:transparent;
display: block;
width:370px;
height:500px;
}
.mootabs_panel ul{
width:350px;
margin:0px 4px 12px 10px;
background:transparent;
list-style:none;
padding:0px 0px 0px 6px;
display:block;
}
.mootabs_panel ul li{
margin:0px 0px 10px 0px;
font:normal 500 11px verdana;
color:#004480;
float:left;
display:inline;
margin:0px 40px 15px 20px;
}
