/* ================================================================
Quintel Copyrighted(c) Color Scheme: 

		dark blue 			- #072456
		light grey			- #E4E6E8
		medium grey			- #B9BBC7
		dark grey			- #919191
		orange				- #FE9B03
		pink				- #FDE3BA
		light blue			- #3366FF
		medium blue			- #216EBB
		white				- #FFFFFF
		

=================================================================== */

/* ================================================================
Additional (and new) colors:

		site dark blue		- #001D3B
		bordeaux-red		- #CC3300
=================================================================== */



*, body, html{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.basictab ul{
	position: relative;
	margin: 1px 0 0 0;
	height: 24px;
	padding: 0 0 0 0;
	margin-left: 0;
	font: bold 12px Verdana;
	background-color: #B9BBC7;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
}

/* IE7 and below hack
*:first-child+html {} * html {} .basictab ul{
	top: -4px;
}
*/

.basictab li{
	display: inline;
	margin: 0;
}

.basictab li a{
	display: block;
	float: left;
	text-decoration: none;
	height: 14px;
	width: 120px;
	text-align: center;
	padding: 5px 10px;
	margin-right: 10px;
	border-bottom: none;
	background-color: #B9BBC7;
	color: #072456;
	text-transform: uppercase;
}


/* OVERBODIG?
.basictab li a:visited{
	color: #2d2b2b;
}
*/

.basictab li a:hover, .basictab li a.current{
	background-color: #CC3300;
	color: white;	
}

/* OVERBODIG?
	.basictab li a:active{
	color: black;
}
*/

.tabcontainer{
	clear: left;
	width:100%; /*width of 2nd level sub menus*/
	height: 1em; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
}

.tabcontent{
	margin-top: 0px;
	display:none;
	background-color:#001D3B;
	color: #fff;
}

.tabcontent a{
	color: #fff;
	display: block;
	float: left;
	margin: 5px 0 0 0;
	padding: 0 15px;
	text-decoration:none;
	margin-left: 20px;
	font: normal 11px Verdana;
	cursor: pointer;
}

a.current{
	font-weight: bolder;
	text-decoration:underline;
}


.tabcontent a:hover, 
.tabcontent a:active {
	text-decoration: underline;
	
}


.tabcontent a:visited{

}