
/*

"Valor"
Common Nav CSS
Completed July 28, 2006
http://www.gmclans.com/

This CSS file is the intellectual property of GMClans,  (c) 2006
Created by Serrellious (serrellious@gmail.com)

Feel free to browse and copy bits and segments of this CSS unhindered; however, please ask for permission 
and give due credit if you intend to copy the entire CSS file for your own private or commercial use.

*/

#cnav {
	text-align: left;
	margin: 0;
	padding: 4px;
		background-color: #ddd;
		border-bottom: 1px solid #999;
}

#cnav ul {
	margin: 0 16px 0 0;
	padding: 0;
	list-style: none;
}

#cnav li {
	background: url(http://www.gmclans.com/styles/1/images/misc/retro-shadow.png) top right no-repeat;
	padding: 4px 0 4px 0;
	margin-left: 2px;
	display: inline;
}

#cnav li:hover {
	background: url(http://www.gmclans.com/styles/1/images/misc/retro-shadow-hover.png) top right no-repeat;
}

#cnav a {
	margin: 0 3px 0 0;
	text-decoration: none;
}

#cnav a, #cnav a:visited {
	padding: 4px 8px 4px 8px;
		border: 1px solid #999;
		border-top: 0;
	background-color: #f4f4f4;
}

#cnav a:hover, #cnav a:active {
	background-color: #fff;
}

#cnav a.here {
	background-color: #fff;
		
		border-bottom: 1px solid #fff;
}