#site_menu {
	
	width:350px;
	text-align: center;	
}
#menu_selected_cont
{
	color:#dfb426;
}
#site_menu #menu_selected{

}
#site_menu .box{	
	
}
#site_menu .element1{
	width:346px;
	height: 20px;		
	background: url(/templates/img/menu_element.png) no-repeat;
	color: #9f1e24;
	font-size: 12px;
	font-weight: bold;	
	font-family:  "Times New Roman",Georgia,Serif;
	text-transform:uppercase;
}

#site_menu .children
{
	display:none;
}
#site_menu .menu_divider
{	
	height: 20px;
	background: url(/templates/img/menu_divider.png) no-repeat center;
}

.menu_link{color: #9f1e24;text-decoration: none;}
.darkblue{color:#2d6bc2}
.green{color:#329a1c}
.red{color:#ea2823}

