/*
  $Id: sfu_innerstyle.css 2008-09-19 00:52:16Z $

  http://www.skunkfu.com

  Copyright (c) 2008 skunkfu
*/

.mainNavigation {
	width: 800px;
	padding:7px;
}

/*** imageMenu ***/
/*****************/
.imageMenu {
	position: relative;
	width: 600px;
	height: 202px;
	overflow: hidden;
	float:left;
}

.imageMenu ul {
	list-style: none;
	display: block;
	height: 200px;
	width: 800px;
	margin: 0px;
	padding: 0px;
}

.imageMenu ul li {
	float: left;
	margin-right: 1px;
}

.imageMenu ul li a {
	text-indent: -800px;
	background: #FFFFFF none repeat scroll 0%;
	/*border-left: 2px solid #ff7000;*/
	/*border: 1px outset #FF6600;*/
	cursor: pointer;
	display: block;
	overflow: hidden;
	width: 119px;
	height: 200px;
}

.imageMenu ul li#menu0 a {
	background: url(./images/sfu_navigation/skunkfu_allstars.gif) repeat scroll 0%;
	opacity:0.6;
}

.imageMenu ul li#menu1 a {
	background: url(./images/sfu_navigation/skunkfu_rebelinhos.jpg) repeat scroll 0%;
	opacity:0.6;
}

.imageMenu ul li#menu2 a {
	background: url(./images/sfu_navigation/skunkfu_rebelinhas.jpg) repeat scroll 0%;
	opacity:0.6;
}

.imageMenu ul li#menu3 a {
	background: url(./images/sfu_navigation/skunkfu_assissoires.gif) repeat scroll 0%;
	opacity:0.6;
}

/*#menu4 a, #menu5 a, #menu6 a, #menu7 a, #menu8 a, #menu9 {
	background: url(./images/sfu_navigation/sfu_urban.jpg) repeat scroll 0%;
}*/

.clear {
	clear: both;
}

.tabActive {
	background-color: #3a3f3a;
	color: #ffffff;
	/*background-image: url(./images/sfu_raster_bg.gif);*/
}

.tabPassive {
	background-color: #3a3f3a;
	/*background-image: url(./images/sfu_catnav2.png);*/
}

.tabActive a {
	color: #3a3f3a;
}

.tabActive a:hover, .tabPassive a:hover {
	color: #3a3f3a;	
}

/*** buttonMenu ***/
/******************/
.buttonMenu {
	float:right;
	width:172px;
	height:202px;
	background-image:url(images/sfu_navigation/english/skunkfu_buttonMenu_passive.png);
	background-repeat:no-repeat;
}

.buttonMenu a{
	width:100%;
	height:100%;
	text-decoration:none;
	display:block;
}

#buttonMenuAktive {
	float:right;
	width:172px;
	height:202px;
	background-position:172px 0;
	background-image:url(images/sfu_navigation/english/skunkfu_buttonMenu_aktive.png);
	background-repeat:no-repeat;
}

#button0 {
	width:90px;
	height:30px;
	margin:10px 0 0 60px;
}

#button1 {
	width:100px;
	height:40px;
	margin:10px 0 0 50px;
}

#button2 {
	width:100px;
	height:35px;
	margin:20px 0 0 40px;
}

#button3 {
	width:100px;
	height:35px;
	margin:13px 0 0 20px;
}