﻿.NITHomepage-Content
{
padding: 0px;
}


#drPanel394Content2
{
	display:none;
}

.tabcontainer
{
	float: left;
	width: 760px;
	_width: 100%;
	line-height: normal;
	white-space: nowrap;
	cursor: pointer;
	background-image: url(/desktopmodules/digrotate/templates/nithomepage/tab_container_bg.jpg);
	background-repeat: repeat-x;
height: 30px;
padding-top: 10px;
padding-left: 12px;
}



.tabcontainer ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;
	white-space: nowrap;
}


.tabcontainer li
{
	float: left;
	display: inline;
	margin: 0px;
	padding: 0px;
/*	height: 10px; */
	text-align: center;
	white-space: nowrap;
	cursor: pointer;
}


.tabcontainer li.current
{
	float: left;
	display: inline;
	margin: 0px;
	padding: 0px;
/*	height: 10px; */
	text-align: center;
	white-space: nowrap;
	cursor: pointer;
}



/* Tab part Left */
.tabcontainer ul li a span.linkleft
{
	background-image: url(/desktopmodules/digrotate/templates/nithomepage/inactive_tab_left.jpg);
	background-repeat: no-repeat;
	height: 30px;
	float:left;
	width: 10px;
}

.tabcontainer ul li.current a span.linkleft,
.tabcontainer ul li a:hover span.linkleft
{
	background-image: url(/desktopmodules/digrotate/templates/nithomepage/active_tab_left.jpg);
	background-repeat: no-repeat;
	height: 30px;
	float:left;
	width: 10px;
}



/* Tab part mid */

.tabcontainer li a div,
.tabcontainer li.current a div,
.tabcontainer li a:hover div
{
float:left; height: 30px; padding-top: 3px;
}


.tabcontainer li a div,
.tabcontainer li a
{
	font-family: arial;
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	white-space: nowrap;
	height: 30px;
	white-space: nowrap;
	background-image: url(/desktopmodules/digrotate/templates/nithomepage/inactive_tab_mid.jpg);
	background-repeat: repeat-x;
}

.tabcontainer li.current a div,
.tabcontainer li.current a
{
	font-family: arial;
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	height: 30px;
	white-space: nowrap;

	background-image: url(/desktopmodules/digrotate/templates/nithomepage/active_tab_mid.jpg);
	background-repeat: repeat-x;
}

.tabcontainer li a:hover div,
.tabcontainer li a:hover
{
	font-family: arial;
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	height: 30px;
	white-space: nowrap;

	background-image: url(/desktopmodules/digrotate/templates/nithomepage/active_tab_mid.jpg);
	background-repeat: repeat-x;
}



/* Tab part Right */
.tabcontainer ul li a span.linkright
{
	background-image: url(/desktopmodules/digrotate/templates/nithomepage/inactive_tab_right.jpg);
	background-repeat: no-repeat;
	background-position: 100% -1%;
	height: 30px;
	float:left;
	width: 10px;
}


.tabcontainer ul li.current a span.linkright,
.tabcontainer ul li a:hover span.linkright
{
	background-image: url(/desktopmodules/digrotate/templates/nithomepage/active_tab_right.jpg);
	background-repeat: no-repeat;
	background-position: 100% -1%;
	height: 30px;
	float:left;
	width: 10px;
}