.sdmenu {

    width: 220px;

    font-family: arial, sans-Serif;

    font-size: 10pt;

    padding-bottom: 10px;

    /*background: #eeeeee url(/images/leftmenu/bottom.gif) no-repeat  right bottom;*/

	background-color: #ffffff;
    color: #ננננננ;

}

.sdmenu .title, .sdmenu .titlehidden{

    display: block;

    padding: 5px 0;

    padding-top: 10px;

    padding-bottom: 10px;

    font-weight: bold;

    font-family: arial, sans_serif;

	font-size: 12pt;
	
    color: #003366;
    
    text-transform: uppercase;

    background: #ffffff url(/images/leftmenu/title.png) repeat-x;

	cursor:pointer;
	cursor:hand;    

}

.title:hover
{
	color: #aa0000;
}



.sdmenu .title {

	cursor:pointer;
	cursor:hand;    

}



.sdmenu .arrow {

	margin-left: 10px;

    margin-right: 7px;

}



.sdmenu .titlehidden {

    border-bottom: none;

}



.sdmenu #top {

    /*background: url(/images/leftmenu/toptitle.gif) no-repeat;*/

}



.sdmenu .submenu {

    overflow: hidden;

    display: hidden;

}

.submenu

{

	overflow: hidden;

}



.sdmenu .submenu a {

    padding: 5px 0;
    
    padding-left: 35px;

    text-indent: 10px;
    
    font-size: 10pt;
    
    font-weight: bold;

    /*background: #eeeeee url(/images/leftmenu/item.png) repeat-x;*/

    display: block;

    color: #d03875;

    text-decoration: none;
    
    text-transform: uppercase;

    overflow: hidden;

}



.sdmenu .submenu a:hover {

    /*background : #006699 url(/images/leftmenu/linkarrow.gif) no-repeat right center;*/

    color: #000000;
    
    background-color: #eeeeee;

}


.dMenu
{
position: absolute;
top: 229px;
width:167px;
visibility: hidden;
background: #ffffff;
z-index:500;
border-right: 1px solid #000000;
border-bottom: 1px solid #000000;

}

.dMenu a
{
background-image: url('../images/m_menu_3.png');
background-position: left top;
background-repeat: no-repeat;
display:block;
color:#ffffff;
font-family:Tahoma,sans-serif;
font-size:10px;
width:100%;
text-decoration:none;
line-height: 26px;
padding-left: 0px;
}

.dMenu a:hover
{
background-image: url('../images/m_menu_4.png');
}

.dMenu a b{display:block;}


td.horizont,td.horizont2 {

	cursor:pointer;

	cursor:hand;

	font-family: Arial; 

	color:#ffffff; 

	font-size:10pt;

	text-decoration: none; 
	
	text-transform: uppercase;

	font-weight: bold;

	text-align: center;

	width: 168px;

	height: 34px;

	background-image: url('../images/m_menu_1.png');
	
	background-color: #eeeeee;
}

td.horizont:hover
{
	color: #ffffff;
	background-image: url('../images/m_menu_2.png');
}