﻿/* Support Menu Style */

.SupportMenu {
    list-style: none;
     *zoom: 1;
     background:#003d80;     
}

.SupportMenu:before,
.SupportMenu:after {
    content: " "; 
    display: table; 
    margin: 0.5em 0;   
}

.SupportMenu:after {
    clear: both;
}

.SupportMenu > li {
    float: left;
    position: relative;
    border-top: 1px solid #104336;
}

.SupportMenu > li > a {
    display: block;
    padding: 10px 15px;
    color:#fff;
}

.SupportMenu > li > a:hover     
{
    background-color:#2eb800;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 3px 3px 5px 0px rgba(0, 255, 255, 0.65);
    -moz-box-shadow:    3px 3px 5px 0px rgba(0, 255, 255, 0.65);
    box-shadow:         3px 3px 5px 0px rgba(0, 255, 255, 0.65);
}

.SupportMenu > li:nth-of-type(1)  {
    display: block;
    padding: 10px 15px;
    color:#fff;   
    text-transform:uppercase;
    font-weight:bolder;
    font-style:italic;    
    text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.9);
}

.SupportMenu > li:nth-of-type(2) > a:hover {
    background:red;    
}

.SupportMenu > li:nth-of-type(3) > a:hover {
    background:#F53d00;    
}

.SupportMenu > li:nth-of-type(4) > a:hover {
    background:#ffcc33;    
}

.SupportMenu > li:nth-of-type(5) > a:hover {
    background:#2eb800;    
}

.SupportMenu > li:nth-of-type(6) > a:hover {
    background:#008abb;    
}

.SupportMenu > li:nth-of-type(7) > a:hover {
    background:#0000ad;    
}

.SupportMenu > li:nth-of-type(8) > a:hover {
    background:#7500eb;    
}

.SupportMenu > li:nth-of-type(9) > a:hover {
    background:#5c5c5c;    
}

.SupportMenu > li:nth-of-type(10) > a:hover {
    background:black;    
}

/* Support Content Style */

.SupportContent 
{
 text-align:left; 
 margin-bottom: 3em;
}

.SupportContent h3, .SupportContent h4 {
    margin-top: 15px;
    padding: 0 20px;
    font-family: 'Droid Sans', Helvetica, Arial, sans-serif;
    font-size: 16px;    
    margin-left:1em;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px rgba(255,255,255,.7);
}