/* CSS Document */

.menu{
	Background-Color:	#e5e5e5;	
}

.hidden{
	position:absolute;
	z-index:-1;
	visibility:hidden;
}

.subMenu{
	padding-right:10px;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:10px		
}

.topSpacer{
	width:				100px;
	height:				1px;
}

a.subLink {
	color:				#000000;
	font-weight: 		normal;	
}

a.subLink:visited {
	text-decoration: none; 
	font-weight: normal; 
	color: #000000}

a.subLink:active {
	text-decoration: none; 
	font-weight: normal; 
	color: #000000}

a.subLink:hover {
	text-decoration: none; 
	font-weight: normal; 
	color: red}