/*this stylesheet is for your navigation panel*/


.navlink {
font-weight: normal;
font-family:  Verdana, Arial,...so far the only one I've seen, and probably anyone has seen, is Nori's. It's gorgeous but....is that a "basic" three column L&F or has that been customized? ...so far the only one I've seen, and probably anyone has seen, is Nori's. It's gorgeous but....is that a "basic" three column L&F or has that been customized? ...so far the only one I've seen, and probably anyone has seen, is Nori's. It's gorgeous but....is that a "basic" three column L&F or has that been customized? ...so far the only one I've seen, and probably anyone has seen, is Nori's. It's gorgeous but....is that a "basic" three column L&F or has that been customized? ...so far the only one I've seen, and probably anyone has seen, is Nori's. It's gorgeous but....is that a "basic" three column L&F or has that been customized? ...so far the only one I've seen, and probably anyone has seen, is Nori's. It's gorgeous but....is that a "basic" three column L&F or has that been customized? ...so far the only one I've seen, and probably anyone has seen, is Nori's. It's gorgeous but....is that a "basic" three column L&F or has that been customized? ...so far the only one I've seen, and probably anyone has seen, is Nori's. It's gorgeous but....is that a "basic" three column L&F or has that been customized?  sans-serif;
line-height: 90%;
margin-top:5px; /*sets the gap between your nav panel links. This needs to be the same value as the margin below*/

}

.navlink a {

font-family:  Verdana, sans-serif;
line-height: 90%;
margin-top:5px; /*sets the gap between your nav panel links. This needs to be the same value as the margin above*/
}

.navlink a:hover {
position:relative;
right:-2px;
font-family:  Verdana, sans-serif;
line-height: 90%;
}


/* 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*/


 Font weight can be bold, normal, or italics, you prefer.*/

.navlink {
font-weight: bold;
text-align: left;
margin-bottom:3px;
margin-top: 0px;
}


/* this part is for the colors of your buttons "at rest" so to speak.*/

.navlink a {
padding: 2px;
text-decoration: none;
display: block;
color: #407495; /*this is where you change the button font color*/
}

/*this part is how the links look, once the pointer passes over them. */

.navlink a:hover {
color: #000; /*-----this is where you change the button font color, when the button is hovered over*/

}

#navigator {
background-color: transparent;
border:  transparent;
width: auto;
margin-top: 5px;
margin-left: 0;
margin-right: auto;
padding: 2px;
text-align: left;
}

/********************************/
#nav ul { 
float: left; list-style: none; background: #284cad;/* this sets the background color of the nav, grey by default*/ 
width: 100%; padding: 0; margin: 0 0 0 0px; 
height: auto; display: inline; 
} 
#nav ul li { 
display: inline; margin: 0; padding: 0; 
} 

#nav ul li a { 
display: block; 
float: left; 
width: auto; 
margin: 0; 
padding: 0 8px;/*this is the gap between the text, and the border*/ 
border-top: none; 
border-right: 1px solid #fff;/*this gives a white border, change as required*/ 
border-left: none; /*this gives a white border, change as required*/ 
border-bottom: none; 
color: #fff; /* text color*/ 
font: bold 9px/30px Verdana, Arial, Geneva, sans-serif; /* sets the font type and size*/ 
text-decoration: none; letter-spacing: 1px; 
} 
#nav ul li a:hover, #nav ul li a:active { 
color: #ffcc00; 
background-color: ; 
font: bold; 
} 

/*********this part is for the hide/show in your left nav*****/
.more {
		display: none;
		 background:none;
		 
		 padding-bottom:10px; }
	a.showLink, a.hideLink {
		text-decoration: none;
		color: #36f;
		padding-left: 8px;
		background: transparent url(../image-files/down_new.gif) no-repeat left; }
	a.hideLink {
		background: transparent url(../image-files/up.gif) no-repeat left; }
	a.showLink:hover, a.hideLink:hover {
		border-bottom: 1px dotted #36f; }
