/*-------------------Right Menu------------------------------*/
#menu
{
	list-style-type:none;
	margin:0;
	padding:0;
	width:187px;
	float:right;
	border-top:dotted 1px #e4e4e2;
	text-align:right;
	font-size:13px;
}

	.main_menu
	{
		list-style-type:none;
		width:162px;
		padding:5px 20px 5px 5px;
		float:right;
		border-bottom:dotted 1px #e4e4e2;
	}

	.main_menu_hover, .sel_main_menu, .sel_main_menu2
	{
		list-style-type:none;
		width:162px;
		padding:5px 20px 5px 5px;
		float:right;
		border-bottom:dotted 1px #e4e4e2;
	}
	
	.main_menu_hover,.sel_main_menu2
	{
	    background:url('images/main_menu_ar.gif') no-repeat top right;
	}
	
	.sel_main_menu
	{
	    background:url('images/arrow_down.gif') no-repeat 97% 12px;
	}
	
		.main_link
		{
			width:162px;
			padding:1px 0;
			display:block;
			float:right;
			font-size:12px;
			color:#7c7c7c;
			text-decoration:none;
		}

		.main_link:hover, .sel_main_link
		{
			width:162px;
			padding:1px 0;
			display:block;
			float:right;
			font-size:12px;
			color:#6c8416;
			text-decoration:none;
		}
		
#smenu
{
	list-style-type:none;
	margin:0;
	padding:0;
	width:100%;
	float:right;
	border-top:dotted 1px #fff;
	text-align:right;
	font-size:13px;
}

	.sub_menu
	{
		list-style-type:none;
		min-height:14px;
		padding:5px 15px 0 0;
		margin:0;
		display:block;
		border-bottom:dotted 1px #fff;
		background:url('images/arrow_side_s.gif') no-repeat 97% 10px;
		overflow:visible;
	}

	.sub_menu_hover, .sel_sub_menu
	{
		list-style-type:none;
		padding:5px 15px 0 0;
		margin:0;
		display:block;
		border-bottom:dotted 1px #fff;
		background:url('images/arrow_side_s.gif') no-repeat 97% 10px;
	}
	
		.sub_link
		{
			width:100%;
			padding:1px 0;
			display:block;
			float:right;
			font-size:12px;
			color:#6c8416;
			text-decoration:none;
		}

		.sub_link:hover, .sel_sub_link
		{
			width:100%;
			padding:1px 0;
			display:block;
			float:right;
			font-size:12px;
			color:#6c8416;
			text-decoration:none;
		}
		
.smenu2
{
	list-style-type:none;
	margin:0;
	padding:0;
	width:100%;
	float:right;
	border-top:dotted 1px #fff;
	text-align:right;
	font-size:13px;
}

	.sub_menu2
	{
		list-style-type:none;
		min-height:14px;
		padding:5px 15px 0 0;
		margin:0;
		display:block;
		border-bottom:dotted 1px #fff;
		background:url('images/arrow_side_s.gif') no-repeat 97% 12px;
	}

	.sub_menu_hover2, .sel_sub_menu2
	{
		list-style-type:none;
		padding:5px 15px 0 0;
		min-height:14px;
		margin:0;
		display:block;
		border-bottom:dotted 1px #fff;
		background:url('images/arrow_side_s.gif') no-repeat 97% 12px;
	}
	
		.sub_link2
		{
			width:100%;
			padding:1px 0;
			display:block;
			float:right;
			font-size:12px;
			color:#7c7c7c;
			text-decoration:none;
		}

		.sub_link2:hover, .sel_sub_link2
		{
			width:100%;
			padding:1px 0;
			display:block;
			float:right;
			font-size:12px;
			color:#7c7c7c;
			text-decoration:none;
		}


