/* TAB MENU Formating */

#tab_menu {
	height: 129px;
	width: 422px; /*404px/420px - changes over time*/
	position: absolute;
		left: 528px; /*546px/530px - changes over time*/
		top: 0px;
}

#tab_menu_pos {
	position: absolute;
		top: 78px;
		right:0px;
}

#tab_menu ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#tab_menu a {
	display: block;
	
	padding: 30px 10px 0px 10px;
	margin: 0px 0px 0px 1px;
	
	height:20px;
	width: auto !important;
	/*	IE6 Filter -->
		IE6 ignores "!important" and implements the new width instead	*/
	width: 1px;
	
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	
	background-image: url(Images/tab_menu_background_unmarked.jpg);
	background-repeat: repeat-x;
}

#tab_menu a:hover {
	background-image: url(Images/tab_menu_background_marked.jpg);
	background-repeat: repeat-x;
}

#tab_menu li .active {
	background-image: url(Images/tab_menu_background_marked.jpg);
	background-repeat: repeat-x;
}

#tab_menu li {
	float: left;
}

/* END of TAB MENU Formating */