
/* DOMtabs script - http://www.onlinetools.org/tools/domtabdata/ */


.widget_sidebar ul.domtabs li.active {background:#ffffff;}

.widget_sidebar ul.domtabs li.active a {color:#000000;}
		/* Active tab background color */
.widget_sidebar ul.domtabs li:active a {color:#000000;}		/* Active tab font color */
.widget_sidebar ul.domtabs li {background:#666666;}			/* Inactive tabs background color */
.widget_sidebar ul.domtabs li a {color:#ffffff;}				/* Inactive tabs font color */
.domtab div {background:#ffffff;}						/* Box background color */

.widget_sidebar ul.domtabs li {margin-right:0em;}			/* Space between each tab. Set to 0 for no space. */

div.domtab{
	border: 1px solid #000000;
	background:#666666;
}

div.domtab div {
	display:none;
	}

.widget_sidebar ul.domtabs {
	list-style:none;
	padding:0;
	margin:0;
	background:#666666;
	font-size:16px;
	}

.widget_sidebar ul.domtabs li {
	float:left;
	padding:0.1em 0.8em;
	text-align:center;
	}


.widget_sidebar ul.domtabs li a {
	text-decoration:none;
	}


.domtab div {
	
	padding:0.5em;
	clear:both;
	}
	
.domtab_sidebar{
line-height:18px;
}

.domtab_sidebar ul{
	margin: 0px;
	padding: 0px;

}
.domtab_sidebar li{
	list-style-image: url(images/dot.gif);
}

.domtab_sidebar a:link, .domtab_sidebar a:visited {
	color: #024660;
}

.domtab_sidebar  a:hover, .domtab_sidebar a:active {
color: #999999;
}
