﻿/* Pass Time USA CSS Document */

/*************** Main Menu *************/

.menu {
    font-size: 12px;
    font-family: Verdana, Geneva, sans-serif;
    border-width: 1px;
    border-style: solid;
    border-color: #FFFFFF;
    padding: 0px;
    margin: 0px;
}

.menuText {
    vertical-align: middle;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    color: White;
    background-color: #000000;
}

.menulinks {
    font: normal 10px Trebuchet MS, verdana, Helvetica, sans-serif;
    text-decoration: none;
}

.mainmenu {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    font-style: normal;
    color: #FFFFFF;
}

.mainmenuHover a:hover {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    font-style: normal;
    color: #D3D3D3;
}

.mainmenuSelected {
}

.headerlinks {
    height: 30px;
    background: url(images/menusstrip.jpg) repeat-x;
    margin: 0px 0px 0px 0px;
}

/********* Left Side Menu **********/
.urbangreymenu {
}

    .urbangreymenu .headerbar {
        font: bold 14px Arial;
        color: white; /*background: url(../Images/blackgradient.png);*/ /*last 2 values are the x and y coordinates of bullet image*/
        background-color: #0F316D;
        margin-top: 7px; /*top spacing between header and rest of content*/
        margin-bottom: 0; /*bottom spacing between header and rest of content*/
        padding: 7px 10px 7px 10px; /*31px is left indentation of header text*/
        cursor: default;
    }

    .urbangreymenu ul li {
        padding-bottom: 1px; /*** bottom spacing between menu items*/
    }

        .urbangreymenu ul li a {
            font: bold 13px Arial;
            color: black;
            background-color: #67C1F2;
            display: block;
            padding: 5px 0;
            line-height: 17px;
            padding-left: 12px;
            text-decoration: none;
        }

    .urbangreymenu .headerbar2 {
        font: bold 14px Arial;
        color: white;
        background: url(../Images/drkredgradient.gif); /*last 2 values are the x and y coordinates of bullet image*/
        margin-top: 7px; /*top spacing between header and rest of content*/
        margin-bottom: 0; /*bottom spacing between header and rest of content*/
        padding: 7px 0 7px 10px; /*31px is left indentation of header text*/
        cursor: default;
    }

        .urbangreymenu .headerbar2 a {
            text-decoration: none;
            color: white;
            display: block;
        }

    .urbangreymenu .headerbar a {
        text-decoration: none;
        color: white;
        display: block;
    }

    .urbangreymenu ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
    }

        .urbangreymenu ul li a:visited {
            color: black;
        }

        .urbangreymenu ul li a:hover {
            /*hover state CSS*/
            color: #CEEDFE;
        }

/* Apply this CSS class go to Menu Control Properties->StaticMenuItemStyle->CssClass. Here type this class Name */
.StaticMenuStyle {
    font-family: Arial;
    font-size: 12px;
    color: White;
    position: relative;
    width: 120px;
    height: 30px;
}

/* Apply this CSS class go to Menu Control Properties->StaticHoverStyle->CssClass. Here type this class Name */
.StaticHoverStyle {
    background: url(images/hoverimage1.gif) no-repeat;
    width: 120px;
    height: 30px;
}

/* Apply this CSS class go to Menu Control Properties->DynamicMenuItemStyle->CssClass. Here type this class Name */
.DynamicMenuStyle {
    display: block;
    width: 160px;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 20px;
    text-decoration: none;
    padding: 2px 8px;
    background-color: #3c6992;
    border-bottom: 1px solid #d6f0fd;
    text-align: left;
    height: 25px;
}

    /* This is to set image width which is in Dynamic Menu Items. */
    .DynamicMenuStyle img {
        padding-right: 8px;
    }

/* Apply this CSS class go to Menu Control Properties->DynamicHoverStyle->CssClass. Here type this class Name */
.DynamicHoverStyle {
    width: 160px;
    height: 25px;
    color: #000000;
    border: 1px solid #3c6992;
    background-color: #d6f0fd;
}

.menu ul li ul {
    display: none;
}

.menu ul li {
    position: relative;
    float: left;
    list-style: none;
}
