﻿.container_menu
{
	width:180px;
	right:0px;
    top:-1px;
    position:relative;
}

/*///////////////////////////*/
.container_menu .item-title
{
	font-family:Arial;
	font-size:11pt;
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
}
.container_menu .item
{
	height:35px;
	width:180px;
	BACKGROUND-IMAGE:url(menu_item_bg.gif);
}
.container_menu .item:hover
{
    background: url(menu_item_bg.gif) bottom center;
}
.container_menu .sub-item
{
	height:25px;
	width:80px;
	padding-right:30px;
	background: url(sub_menu_bg.jpg) bottom  right;
	background-repeat:repeat-y;
	background-color:#f6f6f6;
}
.container_menu .sub-item:hover
{
	background-color:#ffeec2;
}
.container_menu .sub-item a
{
	font-family:Arial;
	font-size:11pt;
	font-weight:bold;
		line-height:25px;
	color:#000000;
	text-decoration:none;
}
.container_menu .arrow
{
    width:5px;
    height:9px;
    display: inline-block;
    margin-left:5px;
    BACKGROUND-IMAGE:url(arrow_5.gif);
}
.container_menu .separator
{
	height:6px;
	BACKGROUND-IMAGE:url(menu_bar.jpg);
}
/*///////////////////////////*/

.container_menu .top_bg
{
	/*height:18px;
	background-image:url(menu_top.jpg);*/
}
.container_menu .top_l
{
    /*width:0px;
    height:0px;
    background-image:url(container_top_l.gif);
    position: absolute;top: 0px;left: 0px;*/
}
.container_menu .top_center
{
    margin-right: 0px;
    margin-left: 0px;
    height:18px;
    background-repeat:no-repeat; 
    background-position:center;
    background-image:url(menu_top.jpg);
}
.container_menu .top_r
{
    /*width:17px;
    height:33px;
    background-image:url(container_top_r.gif);
    position: absolute;top: 0px;right: 0px;*/
}
.container_menu .center_l
{
    /*width:8px;
    height:100%;
    background-image:url(container_center_l.gif);
    position: absolute;top: 0px;left: 0px;*/
}
.container_menu .center_bg
{
    margin-right: 0px;
    margin-left: 0px;
    height:100%;
    background-image:url(menu_bg.jpg);
}
.container_menu .center_r
{
    /*width:8px;
    height:100%;
    background-image:url(container_center_r.gif);
    position: absolute;top: 0px;right: 0px;*/
 }
.container_menu .bottom_l
{
    /*width:17px;
    height:17px;
    background-image:url(container_bottom_l.gif);
    position: absolute;top: 0px;left: 0px;*/
}
.container_menu .bottom_bg
{
    height:11px;
    margin-right:0px;
    margin-left:0px;
	background-image:url(menu_bottom.jpg);
}
.container_menu .bottom_r
{
    /*width:17px;
    height:17px;
    background-image:url(container_bottom_r.gif);
    position: absolute;top: 0px;right: 0px;*/
}

