/**************************************************************************************

H STREET MEDIA CSS MENU STYLE

***************************************************************************************/

dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menu dl {
	float: left;
	width: 130px;
	padding-right: 6px;
}

#menu dt {
	cursor: pointer;
	text-align: center;
	line-height: 39px;
	font-weight: bold;
	background-image: url(/images/btn-normal.gif);
	background-repeat: repeat-x;
	background-position: 20px;
	color: #FFFFFF;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#menu dd {
	display: none;
	font-size: 9px;
	font-weight: bold;
	line-height: 30px;
}

#menu li {
	text-align: center;
}

#menu li a {
	color: #ffffff;
	text-decoration: none;
	display: block;
	height: 100%;
	border: 0 none;
	background-image: url(/images/btn-hover.gif);
	background-repeat: no-repeat;
}

#menu dt a {
	color: #ffffff;
	text-decoration: none;
	display: block;
	height: 100%;
	border: 0 none;
}

#menu li a:hover, #menu li a:focus {
	color: #000000;
	background-image: url(/images/btn-visited.gif);
	background-repeat: repeat-x;
	background-position: 20px;
}

#menu dt a:hover, #menu dt a:focus {
	color: #000000;
	background-image: url(/images/btn-visited.gif);
	background-repeat: repeat-x;
	background-position: 20px;
}