﻿#tab-div{background: url(../../images/imagesN/search-title.png) left top no-repeat; margin-top: 7px; }

ul.tabs
{
	float: left;
    padding: 6px 0 2px;
    font-size: 0;
    margin:0 0 0 0;
    list-style-type: none;
	
    /*text-align: center;*/ /*set to left, center, or right to align the tabs as desired*/
}
        
ul.tabs li
{
    display: inline;
    margin: 0;
    margin-right:2px; /*distance between tabs*/
}
        
ul.tabs li a
{
    font: normal small Tahoma, Geneva, sans-serif;
    text-decoration: none;
    position: relative;
    z-index: 1;
    padding: 2px 0px 4px 3px;
	*padding: 2px 0px 4px 3px;
    /*border: 1px solid #B7B7B7;*/
    color: #003399;
    /*border-radius: 8px 8px 0 0;*/
    outline:none;
	
	background: url(../../images/imagesN/selected-left.png) left top no-repeat;
	*background: url(../../images/imagesN/selected-left.png) left 2px no-repeat;
	text-decoration: underline;
}

ul.tabs li a span{
	
	background: url(../../images/imagesN/selected-right.png) right top no-repeat;
	padding: 2px 9px 4px 7px;	
}
        
ul.tabs li a:visited
{
    color: #000;
}
        
ul.tabs li a:hover
{
	/*color: #fff;*/ 
}
        
ul.tabs li.selected a
{
    /*selected tab style */
    position: relative;
    top: 0px;
    /*font-weight:bold;*/
    /*background: white url(tabbg.gif) 0 0 repeat-x;
    border-bottom-color: white;*/
	background: url(../../images/imagesN/left-round.png) left top no-repeat;
	*background: url(../../images/imagesN/left-round.png) left 2px no-repeat;
	color: #000;
	text-decoration:none;
}

ul.tabs li.selected a span{
	background: url(../../images/imagesN/right-round.png) right top no-repeat;
}
        
        
ul.tabs li.selected a:hover
{
    /*selected tab style */
    text-decoration: none;
}
        
div.tabcontent
{
    display: block;
}

div.tabcontents
{
    border: 1px solid #B0BAA6; padding: 8px 0px; border-width: 0 1px 1px 1px;
	background: #fefff5;
    /*border-radius: 8px;*/
}


.tab-menu{ float: left;  width: 184px; margin-right: 9px; color: #27371e; font: normal 12px Tahoma, Geneva, sans-serif; }

.tab-menu h4{ margin-bottom: 10px; }
.tab-menu ul{ margin-bottom: 20px; }
.tab-menu ul li a{ display: block; background: url(../../images/imagesN/left-arrow.png) left 5px no-repeat; padding-left: 12px; font: normal 12px Verdana, Geneva, sans-serif; color: #003399; margin-bottom: 3px; text-decoration: underline; line-height: 18px;  }
.tab-menu ul li a:hover{ text-decoration:underline; color: #000; }
