/*this stylesheet is for you navigation panel*/

#navigator {

}

.housebutton {
line-height: 90%;
}

.housebutton a {
font-size: 93%;
font-family:  Verdana, sans-serif;
}

.housebutton a:hover {
font-size: 93%;
font-family:  Verdana, sans-serif;
}


/* this part below is for the color on the background, surrounding the buttons. Change the color, and the 
border, if you like. For the border, you can use solid, dashed, or dotted, for different border styles*/

#navigator {

background-color: transparent;

border:  transparent;


width: auto;

margin-top: auto;

margin-left: 10px;

margin-right: auto;

padding: 2px;

text-align: left;


}

/* want more space between your buttons? just increase the margins
from 1px. Font weight can be bold if you prefer.*/

.housebutton {

font-weight: bold;
text-align: left;
margin-bottom: 0px;
margin-top: 0px;
}


/* this part is for the colors of your buttons "at rest" so to speak.*/




.housebutton a {

padding: 4px;

text-decoration: none;

display: block;

color: #cc0000; /*this is where you change the button font color*/

background-color: transparent;

border-top: none;

border-left: none;

border-bottom: none;

border-right: none;

}

/*this part is how the buttons look, once the pointer passes over them. */




.housebutton a:hover {

color: #ffffff; /*-----this is where you change the button font color, when the button is hovered over*/

background-color: #999999;

border-top:  none;

border-left: none;

border-bottom:  none;

border-right: none;

}

/*Tabbed Navigation Info */
#header { 

margin:0px,0px,0px,0px; 

 float:left; /*can be changed to right if you prefer*/ 

 width:100%; 

 /*change to your url*/ 

 background:

 repeat-x bottom; 

 

 font-size:93%; /* use either 86% 93% or 100%*/ 

 line-height:normal; 

 } 

 #header ul { 

 margin:0; 

 padding:10px 10px 0; 

 list-style:none; 

 } 

 #header li { 

 

 float:left; 

 /*change to your url*/ 

 background:url('http://www.basketball-tips-and-training.com/images/left_both.gif') 

 no-repeat left top; 

 margin:0; 

 padding:0 0 0 9px; 

 border-bottom:1px solid #765; 

 } 

 

 

 #header a { 

 white-space:nowrap; 

 float:left; /* if you change the first instance of the float to 
right,then this must be changed as well*/ 

 display:block; 

 width:.1em; 

 /*change to your url*/ 

 background:url(' http://www.basketball-tips-and-training.com/images/right_both.gif') 

 no-repeat right top; 

 padding:5px 15px 4px 6px; 

 text-decoration:none; /* options are none or underline*/ 

 font-weight:bold; /*use either bold or normal*/ 

 color:#765; /* set the link font color*/ 

 } 

 

 

 

 

 

 

 


 

 

#header > ul a {width:auto;} 

 /* Commented Backslash Hack hides rule from IE5-Mac \*/ 

 #header a {float:none;} 

 /* End IE5-Mac hack */ 

 #header a:hover { 

 color:#333;/*sets the color of the links "at rest"*/ 

 } 



