﻿
#mainmenu
{
    padding-left: 0px;
    padding-bottom: 5px;
    padding-top: 5px;
    background-color: #222;
    border-top: solid 1px black;
    border-bottom: solid 1px black;
    height: 20px;
    
}

#mainmenu table
{
   /* margin-left: 330px;*/
}
#mainmenu table *
{
    margin: 0;
}

.menuStyle
{
    text-transform: uppercase;
    font-weight: bold;
}
.menuItemStyle
{
    color: #cccc66;
}
.selectedItemmenu
{
    color: #ffcc33;
}
.hoverItemmenu  
{
    color: #ffcc33;
}


#breadcrumb
{
    padding: 0;
    padding-left: 10px;
    padding-bottom: 10px;
    padding-top: 2px;
    background-image: url('../Repository/sfondo444.png');
    border-top: solid 1px #666;
    border-bottom: solid 1px black;
    height: 10px;
}

.pathSeparatorItemStyle
{
    font-size: 10px;
    text-transform: uppercase;
    color: #aaa;
    font-weight: bold;
}
.breadICurrentItemStyle
{
    font-size: 10px;
    text-transform: uppercase;
    color: #aaa;
    text-decoration: blink;
}


.breadItemStyle
{
    font-size: 10px;
    text-transform: uppercase;
    color: #999;
}

.breadItemStyle:hover
{
    font-size: 10px;
    text-transform: uppercase;
    color: #fff;
}

.whiteseparator
{
    border-style: none;
    height: 1px;
    background-color: #555;
}