/* Estilos para el SolPartMenu completos */

.MainMenu_MenuContainer
{
    background-color: transparent;
	height:15px;
	
}
.MainMenu_MenuBar {
    cursor: pointer;
    cursor: hand;
    height: 12;
    background-color: Transparent;
	height:15px;
}
.MainMenu_MenuItem
{
    cursor: pointer;
    color: #FFFFFF;
    font-family: "Trebuchet MS";
    font-size: 11px;
    font-weight: bold;
    font-style: normal;
    border-left: red 0px solid;
    border-bottom: white 1px solid;
    border-top: purple 0px solid;
    border-right: blue 0px solid;
    background-color: Transparent;
	height:15px;
}
.MainMenu_MenuIcon
{
    cursor: pointer;
    background-color: Transparent;
    border-left: red 0px solid;
    border-bottom: white 1px solid;
    border-top: orange 0px solid;
    border-right: green 0px solid;
    text-align: center;
    width: 15px;
    height: 15px;
}
.MainMenu_SubMenu {
    z-index: 1000;
    cursor: pointer;
    cursor: hand;
    background-color: Transparent;
    filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=2);
    border-bottom: white 0px solid;
    border-left: red 0px solid;
    border-top: purple 0px solid;
    border-right: blue 0px solid;
}

.MainMenu_MenuBreak
{
    border-bottom: white 1px solid;
    border-left: #EEEEEE 0px solid;
    border-top: #EEEEEE 0px solid; 
    border-right: #EEEEEE 0px solid;
    background-color: #EEEEEE;
    height: 1px;
}
.MainMenu_MenuItemSel
{
    cursor: pointer;
    cursor: hand;
    color: #FF0000;
    font-family: "Trebuchet MS";
    font-size: 11px;
    font-weight: bold;
    font-style: normal;
    background-color:Transparent;
    border-left: red 0px solid;
    border-bottom: white 1px solid;
    border-top: orange 0px solid;
    border-right: green 0px solid;
}
.MainMenu_MenuArrow
{
    font-family: verdana;
    font-size: 16px;
    cursor: pointer;
    cursor: hand;
    border-right: red 0px solid;
    border-bottom: white 1px solid;
    border-top: blue 0px solid;
    background-color: Transparent;
    width: 30px;
}
.MainMenu_RootMenuArrow
{
    font-family: webdings;
    font-size: 10pt;
    cursor: pointer;
    cursor: hand;
}
.MainMenu_RootMenuItemBreadcrumb
{  
    border: solid 0px purple;
    background-color: green;
    height: 10px;
}
.MainMenu_SubMenuItemBreadcrumb
{  
    border: solid 1px purple;
    background-color: red;
    height: 10px;
}
.MainMenu_RootMenuItemActive
{
    border: solid 0px purple;
    background-color: Transparent;
    height:10px;
}
.MainMenu_SubMenuItemActive
{
    border: solid 0px purple;
    background-color: blue;
    height: 10px;
    padding: 5px;
}
.MainMenu_RootMenuItemSelected
{
	border-bottom: solid 1px #FFFFFF;
    background-color: Lime;
    height: 10px;
}
.MainMenu_SubMenuItemSelected
{
    border: solid 0px purple;
    background-color: Aqua;
    height: 10px;
}