/*****************************************menyen***************************************/
.menu
{
	font-size: 13px;
    font-family:Arial;
	color:#333332;
	font-weight:bold;
	text-decoration: none;
}
/*ved hover*/
.menu_h 
{
	font-size: 13px;
    font-family:Arial;
	color:#333332;
	font-weight:bold;
	text-decoration: none;
}

/*UNDERMENY*/
.undermenu
{
	cursor: hand;
	font-size: 13px;
    font-family:Arial;
	color:#636366;
	font-weight:bold;
    text-decoration: none;	
}
.undermenu a:link
{
	cursor: hand;
	font-size: 13px;
    font-family:Arial;
	color:#636366;
	font-weight:bold;
    text-decoration: none;	
}
.undermenu a:visited
{
	cursor: hand;
	font-size: 13px;
    font-family:Arial;
	color:#636366;
	font-weight:bold;
    text-decoration: none;	
}
.undermenu a:active
{
	cursor: hand;
	font-size: 13px;
    font-family:Arial;
	color:#636366;
	font-weight:bold;
    text-decoration: none;	
}
.undermenu a:hover
{
	cursor: hand;
	font-size: 13px;
    font-family:Arial;
	color:#636366;
	font-weight:bold;
    text-decoration: none;	
}


/*UNDER UNDERMENY*/
.underundermenu
{
	cursor: hand;
	font-size: 10px;
    font-family:Arial;
	color:#636366;
	font-weight:bold;
    text-decoration: none;	
}
.underundermenu a:link
{
	cursor: hand;
	font-size: 10px;
    font-family:Arial;
	color:#636366;
	font-weight:bold;
    text-decoration: none;	
}
.underundermenu a:visited
{
	cursor: hand;
	font-size: 10px;
    font-family:Arial;
	color:#636366;
	font-weight:bold;
    text-decoration: none;	
}
.underundermenu a:active
{
	cursor: hand;
	font-size: 10px;
    font-family:Arial;
	color:#636366;
	font-weight:bold;
    text-decoration: none;	
}
.underundermenu a:hover
{
	cursor: hand;
	font-size: 10px;
    font-family:Arial;
	color:#636366;
	font-weight:bold;
    text-decoration: none;	
}

/*TOPMENY*/
.topmenu
{
	cursor: hand;
	font-size: 14px;
    font-family:Arial;
	color:#D2CFC8;
    text-decoration: none;	
}
.topmenu a:link
{
	cursor: hand;
	font-size: 14px;
    font-family:Arial;
	color:#D2CFC8;
    text-decoration: none;		
}
.topmenu a:visited
{
	cursor: hand;
	font-size: 14px;
    font-family:Arial;
	color:#D2CFC8;
    text-decoration: none;	
}
.topmenu a:active
{
	cursor: hand;
	font-size: 14px;
    font-family:Arial;
	color:#D2CFC8;
    text-decoration: none;	
}
.topmenu a:hover
{
	cursor: hand;
	font-size: 14px;
    font-family:Arial;
	color:#D2CFC8;
    font-style:italic;
    text-decoration: none;	
}