/* CSS Document MENU 02 / 20.12.2004 // DeCo Media Oy 
	Peter Westerlund
*/

#left {
	float:left;
	z-index: 999;
	padding-left: 100px;
	padding-top: 25px;
	margin-top: -5px;
}

#navcontainer { width: 193px; }

#navcontainer ul
{
	margin-left: 15px;
	padding-left: 0px;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-image: url(../menu/menu_02_MAIN.gif);
}

#navcontainer li { margin: 0 0 0px 0; }
 
#navcontainer ul ul
{
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #F7F7F7;
	border-left-color: #CCCCCC;
	background-image: url(../menu/menu_02_SUB.gif);
}
/*
#navcontainer ul ul
{

	margin-left: 0px;
	padding-left: 0;
	*/
	/*list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}*/

#navcontainer  a
{
	display: block;
	padding: 3px;
	width: 165px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #F1F1F1;
	background-color: none;
	height: 20px;
	padding-left: 10px;
}

#subnavlist a
{
	display: block;
	padding: 3px;
	width: 165px;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #F1F1F1;
	background-color: none;
	height: 20px;
	padding-left: 10px;
}

#navcontainer a:link, #navcontainer a:visited
{
	color: #666666;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

#navcontainer a:hover
{
	background-color: #A2A2A2;
	color: #FFFFFF;
}
