.navcontainer 
{
	background-color: #FFFFFF;
	background-image: url(../../images/whiteblock-bot.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 147px;
	margin-left: 15px;
	padding: 3px;
	margin-bottom:10px;
}

.navcontainer ul
{
	margin: 0 0 5px 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
}

.navcontainer a
{
	display: block;
	padding: 0px;
	width: 135px;
	background-color: #FFF;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	line-height: 14px;
	padding: 0px 0px 7px 15px;
	background-image: url(../../images/menu-arrow.gif);
	background-repeat: no-repeat;
}

.navcontainer a:link, .navlist a:visited
{
	color: #000;
	text-decoration: none;
}

.navcontainer a:hover
{
	background-color: #FFF;
	color: #000;
}

#navcontainer 
{
	background-color: #FFFFFF;
	background-image: url(../../images/whiteblock-bot.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 147px;
	margin-left: 15px;
	padding: 3px;
	
	margin-bottom:10px;
}

#navcontainer ul
{
	margin: 0 0 5px 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
}

#navcontainer a
{
	display: block;
	padding: 0px;
	width: 135px;
	background-color: #FFF;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	line-height: 14px;
	padding: 0px 0px 7px 15px;
	background-image: url(../../images/menu-arrow.gif);
	background-repeat: no-repeat;
}

#navcontainer a:link, #navlist a:visited
{
	color: #000;
	text-decoration: none;
}

#navcontainer a:hover
{
	background-color: #FFF;
	color: #000;
}