
#maintab {
	list-style-type: none;
	height:36px;
	width:497px;
	margin:0px;
    background:url(/images/l2bucket-top-right.gif) no-repeat top right;
	
}

#maintab li {display:inline;}

.tabTitle
{
    font: bold 1.2em Verdana;
    line-height:1.5em;
    color:#7cba01;
    font-style:italic;
}

.selected .tabTitle
{
    font: bold 1.2em Verdana;
    line-height:1.6em;
    color:#2d5901;
    margin-top:2px;
    font-style:italic;
}

#maintab a#nBook 
{
    text-align:center;
	float: left;
	width: 200px;
	height:36px;
    background: url(/images/l2tab-left.gif) top left no-repeat;
}

#maintab li.selected a#nBook {
    background: url(/images/l2tab-left.gif) bottom left no-repeat;
}

#maintab a#nVideo 
{
    text-align:center;
	float: left;
	width: 190px;
	height:36px;
    background: url(/images/l2tab-right.gif) bottom left no-repeat;
}

#maintab li.selected a#nVideo {
    background: url(/images/l2tab-right.gif) top left no-repeat;
}


.tabcontent
{
   width:485px;
   margin:0px;
   padding:1px 5px 5px 5px;
   border-right: 1px solid #AAD178;
   border-left: 1px solid #AAD178;
}

.tabcontentstyleBottom
{   
    margin:-5px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    height:11px;
    width:497px;
    background:url(/images/l2bucket-bottom.gif) no-repeat bottom right;
}

