@charset "utf-8";
/* CSS Document */

#navcontainerGrey{
	width: 16em;
	margin: 0em;
	padding: 0em;
}

#navcontainerGrey ul
{
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.86em;
	font-weight: bold;
	margin: 0em;
	padding: 0em;
	list-style-image: none;
	list-style-position: outside;
}
#navcontainerGrey ul li
{
	margin: 0em;
	padding: 0em;

}

#navcontainerGrey a
{
	display: block;
	width: 17em;
	background-color: #666666;
	border-bottom: 1px solid #ffffff;
	_border-bottom: 0px solid #ffffff;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
	padding-left: 1.63em;
	background-image: url(../../images/grey-arrow.gif);
	background-repeat: no-repeat;
	background-position: 8px 50%;
	color: #FFFFFF;
	text-decoration: none;
}

#navcontainerGrey a:link, #navlistGrey a:visited
{
color: #EEE;
text-decoration: none;
}

#navcontainerGrey a:hover
{
background-color: #4d4848;
color: #fff;
}

