/* CSS Milwaukee Connector - Appleby -test 2008*/

dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
	position: relative;
	top: 6px;
	left: 16px;
	overflow: hidden;
}
dl#menu {
	width: 205px;
}
dl#menu dt {
	cursor: pointer;
	margin: 1px 0;
	height: 16px;
	line-height: 16px;
	text-align: left;
	font-weight: bold;
	border: 1px solid gray;
	background: #777775;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
dl#menu dd {
border: 1px solid gray;
}
dl#menu li {
text-align: left;
background: #999999;
	height: 14px;
	line-height: 12px;
}
dl#menu li a, dl#menu dt a {
color: #FFFFFF;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
}

dl#menu li a:hover, dl#menu dt a:hover {
background: #518FCA;
}

#mentions {
font-family: verdana, arial, sans-serif;
position: absolute;
bottom : 200px;
left : 9px;
color: #000;
background-color: #ddd;
}
#mentions a {
	text-decoration: none;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
#mentions a:hover{
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.style6 {font-size: 75%}

