/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.stunicholls.com/menus/mini-tabbed-pages.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */


#tabs {
	width:500px;
	text-align:center;
	margin:0px;
	float:center;
	z-index:400;
	font:bold 11px verdana, arial, sans-serif;
	position:relative;
	top: 7px;
}
#tabs ul {
	padding:0;
	margin:0;
	width:613px;
	list-style:none;
	align:center;
	/*left: -105px;*/
	height:4px;
	top: 5px;
	position:relative;
	}

#tabs ul li.outer {float:left; 
display:inline;  
 margin:0px 0px 0px 3px; 
 height:20px; 
 border-bottom:1px solid #9c9c9c;
  line-height:25px;
   color:black;
     width:125px; 
	 cursor:pointer;}

#tabs ul li.one {background:#fff url(icon/world.jpg) no-repeat top left;}
#tabs ul li.two {background:#fff url(icon/world.jpg) no-repeat top left;}
#tabs ul li.three {background:#fff url(icon/world.jpg) no-repeat top left;}

#tabs ul li div {display:none;}

#tabs ul li.click {padding-bottom:72px; border-bottom:1px solid #fff; color:#000; margin-bottom:0;}

#tabs ul li.click {color:#000; background-position:0 -55px; height:30px; cursor:default;}


#tabs ul li.click div {
display:block; 
padding:0px; 
 width:625px; 
 height:118px;
  border-bottom:3px solid #fff;
    position:absolute;
	   left:3px;
   top:23px;
   
  }
#tabs ul li.click div.tab_left
{background:#fff url(icon/tab_left.gif);}

#tabs ul li.click div.tab_center
{background:#fff url(icon/tab_center.gif);}

#tabs ul li.click div.tab_right
{background:#fff url(icon/tab_right.gif);}

.clear {clear:both; height:0; line-height:0; overflow:hidden;}

#tabs span.base {display:block; height:20px;font-size:10px;;}
#tabs div h5 {font-size:11px; margin:0;}
#tabs div p {font-weight:normal; text-align:left;  margin-top:3px; line-height:15px;}
#tabs div a img {border:0;}
#tabs div img.image {float:left; border:1; margin-right:5px; margin-top:-15px;}
#tabs div a:link { display:block;
    font-weight:bold;
	text-decoration: none;
	position:relative;
	font-size: 13px;
	color:#466db0;
	font-family:Arial,verdana, Helvtica, sans-serif;
}
#tabs div a:link:hover {font-weight:bold;
	text-decoration: none;
	font-size: 13px;
	color:#000000;
	font-family:Arial,verdana, Helvtica, sans-serif;}
#tabs div a:hover.link img {visibility:hidden; border:1;}
#tabs p.bold {color:#069; padding-top:5px;}
#tabs form {margin-top:-10px; padding:0;}
#tabs form fieldset {padding:0;}
#tabs p.buttons {text-align:center;}
#td {font-weight:normal; text-align:left; color:#000; margin-top:3px; line-height:5px;}

