﻿body
{
    padding: 0px;
    margin: 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: small;
}

.wrapper
{
    position: relative;
    margin-right: auto;
    margin-left: auto;
}

.header
{
    position: relative;
    margin-right: auto;
    margin-left: auto;
}

.headerleft
{
    width: 45%;
    float: left;
}

.headerright
{
    width: 45%;
    float: right;
}

.menu
{
    margin-top: 5px;
    margin-right: auto;
    margin-left: auto;
}

.main
{
    position: relative;
    margin-right: auto;
    margin-left: auto;
}

.footer
{
    position: relative;
    margin-right: auto;
    margin-left: auto;
    background-color: #000000;
    color: #FFFFFF;
    text-align: center;
}

.footerpcplus
{
    position: relative;
    margin-right: auto;
    margin-left: auto;
}

/* Begin Horizontal Menu Style */
 
.MenuGroup
{
    border-style: solid;
    border-width: 1px;
    border-color: #808080 #000000 #000000 #808080;
    background-color: #3F3F3F;
}

.MenuItem
{
    background-color: #3F3F3F;
    color: #DCDCDC;
    font-family: verdana;
    font-size: 12px;
    font-weight: bold;
    border: solid 1px #3F3F3F;
    cursor: pointer;
}

.MenuItemHover
{
    border-style: solid;
    border-width: 1px;
    border-color: #A4B6FF #000000 #000000 #A4B6FF;
    background-color: #A4B6FF;
    color: #FFFFFF;
    font-family: verdana;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
}

.MenuItemActive
{
    border-style: solid;
    border-width: 1px;
    border-color: #A4B6FF #000000 #000000 #A4B6FF;
    background-color: #A4B6FF;
    color: #FFFFFF;
    font-family: verdana;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
}

.MenuItemExpanded
{
    border-style: solid;
    border-width: 1px;
    border-color: #A4B6FF #000000 #000000 #A4B6FF;
    background-color: #C0C0C0;
    color: #000000;
    font-family: verdana;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
}

.MenuBreak
{
  width:100%;
  height:2px;
}

/* End Horizontal Menu Style */ 
