#navigation { width:20em; }
#navigation {
	margin-top:10px;
	margin-left:3px; 
	margin-right:0px;
	margin-bottom:10px; 
	padding:0px;
	width:160px;
}
#navigation li {
height:28px;
}
#navigation a.head {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight:normal;
	color:#716b6b;
	text-decoration: none;
	text-transform:none;
	text-shadow:none;
	padding-left:2px;
	vertical-align:top;
	display:block;
	height:26px;
	background: url(up.png) no-repeat scroll 3px 4px;
	background-position:right;
}
#navigation li a.head img
{
	margin-right:10px;


}
#navigation a.head:hover {
	color:#333333;
}
#navigation a.selected {
	background-image: url(down.png);
}
#navigation a.current {
	background-color:#FFFF99;
}
#navigation ul {
	border-width:0px;
	margin:0px;
	padding:0px;
	text-indent:0px;
	
	width:auto;
}
#navigation li {
	list-style:none outside none; display:inline;
	height:auto;
	
}

#navigation li li{
	height:28px;
	margin-left:10px;
	padding-left:10px;
	background-image: url(black-bullet1.gif);
}

#navigation li li a {
	color:#000000;
	display:block;
	text-indent:10px;
	text-decoration: none;
	position:relative;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight:normal;
	color:#716b6b;
	text-decoration: none;
	text-transform:none;
	text-shadow:none;
	padding-left:20px;
	vertical-align:top;
	height:26px;	
}
#navigation li li a:hover {
	background-color:#FFFF99;
	color:#FF0000;
	height:auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight:normal;
	color:#716b6b;
	text-decoration: none;
	text-transform:none;
	text-shadow:none;
	padding-left:20px;
	vertical-align:top;
	height:26px;
	list-style:armenian;
}

