/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Apr 23, 2014, 11:29:45 PM
    Author     : kevenken
*/

#menubar {
    list-style:none;
    height:30px; 
    min-width: 950px;
    background: #607890;
}

#menubar .list{
    float:left;
    display:block;
    text-align:center;
    position:relative;
    padding: 6px 0 0 0;
    height:24px;
    border:none;
}

#menubar .list a {
    color: #ffffff;
    text-decoration: none;
    padding: 0 10px 0 10px;
}

.columns {
    /* width: 420px; */
    margin: 7px auto;
    position: absolute;
    left:-999999px; /* Hides the drop down */
    text-align:left;
    padding: 10px 5px 10px 5px;
    border: none;
    background:#a9c1d9;
    z-index: 999999;
}

.col ul  {
    list-style-type: none;
    margin: 0 10px 10px 0;
    padding: 0;
}

.col ul li {
    margin: 0;
    padding: 6px 0 0 0;
}

.col ul span {
    font-weight: bold;
    color: #ff0000;
    margin: 0;
    padding-left: 10px;
}

.col ul li a {
    color: #ffffff;
    font-weight: normal;
    text-decoration: none;
}

.col {
    display:inline;
    float: left;
    position: relative;
}

.submenu a {
    display: block;
    text-decoration: none !important;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}