
.dynamic_menu
{
	z-index:50;
}

.static_menu_item
{
	color:White;
	background-color:#0B44B4;
	border:0px;
	border-right:dotted 2px #0038a8;
	/*background-image:url(../../img/imagenes/img03.jpg);
	background-repeat:repeat-x;*/
}

.static_menu_item_hover
{
	color:White;
	border:0px;
	border-right:dotted 2px #0038a8;
	background-image:url(../../img/imagenes/img03.jpg);
	background-repeat:repeat-x;
	
}

.dynamic_menu
{
	color:#333;
	
}

.dynamic_menu_item
{
	height:10px;
	color:#333;
	
}

.dynamic_menu_item_hover
{
	
}
