﻿#SideMenuAndContent
{
	min-height: 423px;
	height: 100%;	
}

#SideMenuContent
{   
	min-height: 423px;
	height: 100%;
	width: 750px;
}

.SideMenuContent
{   
	min-height: 423px;
	height: 100%;
	width: 750px;
}

.SideMenuMenu{
	margin: 0;
    padding: 0;
    font-size: 9px;
	width: 129px;
	background-color: #7F7F7F;
	border-right: solid 1px black;
	min-height: 423px;
	height: 100%;
}

    .SideMenuMenuMain a{
        color: white;
        width: 121px;	
        padding: 3px 0px 0px 8px;
        text-decoration: none;
        letter-spacing: 0.9px;
        height: 17px;
        display:block;
        border-bottom: solid 1px white;
    }

    .SideMenuMenuMain a:hover{
        color: white;
        background-color: black;
        text-decoration:none;	
    }

    .SideMenuMenuMainInactive{
        color: white;
        width: 121px;	
        padding: 3px 0px 0px 8px;
        text-decoration: none;
        letter-spacing: 0.9px;
        height: 17px;
        display:block;
        border-bottom: solid 1px white;
    }

    .SideMenuMenuMainInvers a{
        color: white;
        width: 121px;	
        padding: 3px 0px 0px 8px;
        text-decoration: none;
        letter-spacing: 0.9px;
        height: 17px;
        display:block;
        border-bottom: solid 1px white;
    }
    
    .SideMenuMenuMainInvers a:hover{
        color: black;
        background-color: white;
        text-decoration:none;	
    }

    .SideMenuMenuMainInversInactive{
        color: white;
        width: 121px;	
        padding: 3px 0px 0px 8px;
        text-decoration: none;
        letter-spacing: 0.9px;
        height: 17px;
        display:block;
        border-bottom: solid 1px white;
    }

    .SideMenuMenuSub a{
        color: white;
        width: 121px;	
        padding: 3px 0px 0px 8px;
        text-decoration: none;
        letter-spacing: 0.9px;
        height: 17px;
        display:block;
        border-bottom: solid 1px white;
    }

    .SideMenuMenuSub a:hover{
        color: white;
        background-color: black;
        text-decoration:none;	
    }

    .SideMenuMenuSubInactive{
        color: white;
        width: 121px;	
        padding: 3px 0px 0px 8px;
        text-decoration: none;
        letter-spacing: 0.9px;
        height: 17px;
        display:block;
        border-bottom: solid 1px white;
    }

    .SideMenuMenuSubInvers a{
        color: white;
        width: 121px;	
        padding: 3px 0px 0px 8px;
        text-decoration: none;
        letter-spacing: 0.9px;
        height: 17px;
        display:block;
        border-bottom: solid 1px white;
    }

    .SideMenuMenuSubInvers a:hover{
        color: Black;
        background-color: White;
        text-decoration:none;	
    }


