/* Estilos para el SolPartMenu completos */

.MainMenu_MenuContainer
{
    background-color: transparent;

}
.MainMenu_MenuBar {
    cursor: pointer;
    cursor: hand;
    height: 16;
    background-color: Transparent;
	font-size: 12px;
}
.MainMenu_MenuItem
{
    cursor: pointer;
    color: #FFFFFF;
    font-family: Tahoma;
	font-size: 12px;
    font-weight: normal;
    font-style: normal;
	text-align:left;
    border-left:0;
    border-bottom: solid 1px  #999999;
    border-top: 0;
    border-right:0;
	text-align: left;
    background-color: Transparent;
    height: 30px;
	
}
.MainMenu_MenuIcon
{
	cursor: pointer;
	border-left:0;
	border-bottom: solid 1px  #999999;
	border-top:0;
	border-right: 0;
	text-align: left;
	width: 0px;
	height: 0px;
	text-align:left;
	background-color:transparent;
}
.MainMenu_SubMenu {
	z-index: 1000;
	cursor: pointer;
	cursor: hand;
    border-bottom: solid 1px  #999999;
	border-left: 0;
	border-top:0;
	border-right: 0;
	padding:5px;
	width:140px;
	text-align:left;
	font-family: Tahoma;
    font-size: 12px;
	background-image:url(/Portals/0/Skins/skin_lineas/images/bk_menu.png);
}

.MainMenu_MenuBreak
{
    border-bottom: solid 0px  #333333;
    border-left: #EEEEEE 0px solid;
    border-top: #EEEEEE 0px solid; 
    border-right: #EEEEEE 0px solid;
    background-color:transparent ;
    height: 0px;
	width:0px;

}
.MainMenu_MenuItemSel
{
    cursor: hand;
    color: #FFFFFF;
    font-family: Tahoma;
	border-bottom: solid 1px  #999999;
    font-size: 12px;
    font-weight: normal	;
    font-style: normal;
	padding:0px;
	width:140;
	background-image:url(/Portals/0/Skins/skin_lineas/images/bk_menu_over.png);
		
}

.MainMenu_RootMenuItemBreadcrumb
{  
    border: solid 10px purple;
    background-color: green;
    height:30px;
}
.MainMenu_SubMenuItemBreadcrumb
{  
    border:o;
    background-color: transparent;
    height: 30px;
}
.MainMenu_RootMenuItemActive
{
	border: solid 10px purple;
	background-color: transparent;
	height: 30px;
}
.MainMenu_SubMenuItemActive
{
    border:0;
    background-color: blue;
    height: 30px;

}
.MainMenu_RootMenuItemSelected
{
    cursor: pointer;
    color: #FFFFFF;
    font-family: Tahoma;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    border-left:0;
    border-bottom:0;
    border-top: 0;
    border-right:0;
	text-align: left;
   	width:140px;
    height: 30px;
	background:transparent;
	
}
.MainMenu_SubMenuItemSelected
{
    cursor: pointer;
    color: #FFFFFF;
    font-family: Tahoma;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    border-left:0;
    border-bottom:1px;
    border-top: 0;
    border-right:0;
	text-align: left;
    background-color: transparent;
	width: 140px;
    height: 30px;