﻿
#fugmenu{
	width: 160px; /*width of menu*/
	float: left;
	height: 2900px;
}

#fugmenu .headerbar{
	font: bold 13px Verdana;
	margin-bottom: 0; /*bottom spacing between header and rest of content*/
	text-transform: uppercase;
	color: white;
	padding: 7px 0 7px 0;
	text-align: center;
	background-color: #09F;
	border: thin solid #000;
}

#fugmenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}

#fugmenu ul li{
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}




#fugmenu .current a{
	background-color: #09F;
}



#fugmenu ul li a{
	font: bold 10px Verdana;
	color: black;
	display: block;
	padding: 5px 0;
	line-height: 17px;
	padding-left: 8px; /*link text is indented 8px*/
	text-decoration: none;
	background-color: #CECECE;
}


#fugmenu ul li a:hover{ /*hover state CSS*/
	color: white;
	background-color: #06F;
}

#fugmenu .sub{
	padding-left: 10px;
}

#fugmenu .subcurrent{
	padding-left: 10px;
	background-color:#09F;
	
}

#fugmenu .sub2{
	padding-left: 17px;
	
}

#fugmenu .sub2current{
	padding-left: 17px;
	background-color:#09F;
}
