/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

div#subMenu{
	width: auto; /*width of menu*/
	background: #27272e;
}

div#subMenu ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
	background: #27272e;
}

div#subMenu ul li{
	padding-bottom: 0; /*bottom spacing between menu items*/
	padding-left: 5px;
}

div#subMenu ul li a{
	color: #AAAAAA;
	background: #27272e url(img/greyBall.png) no-repeat center left; /*custom bullet list image*/
	display: block;
	padding: 2px 0;
	padding-left: 19px; /*link text is indented 19px*/
	padding-right: 10px;
	text-decoration: none;
	font-weight: bold;
	font-size: 90%;
}

div#subMenu ul li a:visited{
	color: white;
}

div#subMenu ul li a:hover{ /*hover state CSS*/
	color: white;
	background-color: black;
}
