@charset "utf-8";

/*

*  CSS for site www.xzye.com

*  Style's menu-tabs

*  Autor: Yoel Velasquez Valencia

*/



/* les tabs - code based on Dan Cederholm's tabs - http://www.simplebits.com/bits/css_tabs.html */



/* les tabs - code based on Dan Cederholm's tabs - http://www.simplebits.com/bits/css_tabs.html */



body {



	margin-left: 0px;



	margin-top: 0px;



	margin-right: 0px;



	margin-bottom: 0px;



}



#textbanner{

	

	width: 99%;

	float:left;

	

}





#tabs {

	margin-top: 5px;

	width: 99%;

	float:left;

	padding: 0 0 3px 0;

	

	background: url(http://www.xzye.com/images/tab_bottom2.gif) repeat-x bottom;

}

#tabs ul {

	margin:0;	

	margin-left: 27%;

}

#tabs ul li {

	margin: 0; 

	padding: 0;

	display: inline;

	list-style-type: none;

}

#tabs ul a:link, 

#tabs ul a:visited {

  height: 14px;

	float: left;

	font-size: 14px;

	line-height: 14px;

	font-weight: bold;

	padding: 7px 12px 6px 10px;

	margin-right: 4px;

	border-left: 1px solid #999;

	text-decoration: none;

	color: #666;	

	background: #f0f0f0 url(http://www.xzye.com/images/bg_rounded_tab.gif) no-repeat right top;

}

#tabs ul a:link.open, #tabs ul a:visited.open {

	border-bottom: 1px solid white;

  margin-bottom: -3px;

	background-color: white;

	color: black;

	height: 16px;

}

#tabs ul a:hover {

	background-color: #f9f9f9;

}



#homeLink {

	float: right;

	font-size: 13px;

	font-weight: bold;

	color: #666;

	margin-right: 10px;

	margin-top: 5px;

	background: url(http://www.xzye.com/images/icons/home.gif) no-repeat left center;

	padding-left: 16px;

}

#homeLink:hover {

	color: black;

}


