

#info-tab-container div.tab
{
	background-color: white;
	clear: both;
	padding: 25px 25px 25px 25px;
	/*
	border-left: 1px solid #a5a5a5;
	border-right: 1px solid #a5a5a5;
	border-bottom: 1px solid #a5a5a5;
	border-top: 1px solid #a5a5a5;
	*/
}

ul#info-tab-container-nav 
{
	margin: 0 auto; 
	padding: 0;
	
/*
	text-align: left; 							
	font: bold 11px verdana, arial, sans-serif; 
	border-bottom: 1px solid red; 			
	list-style-type: none;
	padding: 0px 0px 0px 0px; 					
	background-color: pink;
*/	
}


ul#info-tab-container-nav span
{
	height: 40px;
	background-color: transparent;
	background-image: url(../images/application/info_tab_background.png);
	background-position-y: -10px;
	background-repeat: repeat-x;
	
	
	display: block;
	text-decoration: none;
	border: none;
	padding: 0px 5px 0px 5px;	
}

ul#info-tab-container-nav li
{

	text-align: left;
	float: left;
	list-style: none;
	/*border-bottom: 1px solid #333;	*/
	
	width: 175px;


/*
		display: inline;
	height: 320px;
	background-color: blue;
	border-style: solid;
	*/
}

ul#info-tab-container-nav li.tabpaddingleft
{
	width: 50px;
}

ul#info-tab-container-nav li.tabpaddingright4tab
{
	width: 90px;
}

ul#info-tab-container-nav li.tabpaddingright3tab
{
	width: 265px;
}

ul#info-tab-container-nav li.activeli
{
	border-bottom: none;

	
	
	/*
		height: 320px;
	display: inline;
	line-height: normal;
	background-color: red;
	border-style: solid;
	border-width: 1px;
	border-color: #bbbbbb;
	border-top: none
	*/
}

ul#info-tab-container-nav a
{ 

	display: block;
	text-decoration: none;
	/*background-color: #eee;*/
	/*border: 1px solid pink;
	border-bottom: none;*/
	border: none;
	/*padding: 3px 10px 3px 25px;*/
	height: 40px;
	width: 100%;
	padding: 0px 5px 0px 5px;
	
	background-color: transparent;
	background-image: url(../images/application/info_tab_background.png);
	background-position-y: -10px;
	background-repeat: no-repeat;
	
	font-weight: bold;
	color: #333;
	
	
	/*
	padding: 0px 10px; 			
	background-color: #eee; 	
	color: #000; 				
	margin-right: 0px; 			
	text-decoration: none;
	border-bottom: none;
	*/
}

ul#info-tab-container-nav a img
{ 
	height: 32px;
	width: 32px;
	vertical-align: middle;

}
	
ul#info-tab-container-nav a:hover
{

	text-decoration: none;

	background-color: transparent;
	background-image: url(../images/application/info_tab_background_selected.png);
	background-position-y: -10px;
	background-repeat: no-repeat;
	
	
	/*
	background: #fff; 	
	*/
}

ul#info-tab-container-nav a.active
{

	background-color: transparent;
	background-image: url(../images/application/info_tab_background_selected.png);
	background-position-y: -10px;
	background-repeat: no-repeat;
	
	/*border: 1px solid black;*/
	
	/*
		
	background-color: red; 
	color: #000;
	position: relative;
	top: 1px;
	padding-top: 1px;
	*/
}