<style type="text/css" media="all">

.MPStyle_LightGraySmall
{
    color: #999a9d;
    font-family: Trebuchet MS;
    font-size: 11px;
    font-weight: lighter;
    line-height: 15px;
}

.MPStyle_Footer
{
    color: #999a9d;
    font-family: Trebuchet MS;
    font-size: 9px;
    font-weight: lighter;
    line-height: 11px;
}

.MPColor_000000 {}
.MPColor_76777a {}
.MPColor_999a9d {}
.MPColor_ffffff {}

.default, p, td, ul, li
{
    font-family: Trebuchet MS;
    font-size: 11px;
    line-height: 22px;
    font-weight: lighter;
    color: #626365;
}

h1
{
    margin-bottom: 10px;
    font-family: Trebuchet MS;
    font-weight: lighter;
    font-size: 16px;
    color: #626365;    
    text-transform: uppercase;
}

h2
{
    padding: 0px;
    margin: 0px;
    font-family: Trebuchet MS;
    color: #626365;
    font-weight: lighter;
    font-size: 13px;
}

h3
{
    padding: 0px;
    margin: 0px;
    font-family: Trebuchet MS;
    font-size: 12px;
    color: #000000;
}

html, #gresk_body
{
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: auto;
}

a, a:active, a:visited
{
    color: #555555;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

table
{
    border-spacing: 0px;
    border-collapse: collapse;
}

td
{
    padding: 0;
    vertical-align: top;
}

hr
{
    color: #ffffff;
    border-top: 1px solid #e4e4e4;
    border-bottom: 0px;
    border-left: 0px;
    border-right: 0px;
    margin-top: 20px;
    margin-bottom: 5px;
}

#tblContainer
{
    background-color: #ffffff;
    width: 100%;
    height: 100%;
}

#trTop
{
    height: 116px;
}

#tdPageOuterTop
{
    border-top: 1px solid #e8e8e8; 
    border-bottom: 1px solid #e8e8e8;
    vertical-align: middle;
    width: 960px;
}

#tdTopLeft
{
    border-top: 1px solid #e8e8e8; 
    border-bottom: 1px solid #e8e8e8;
}

#tdTopRight
{
    border-top: 1px solid #e8e8e8; 
    border-bottom: 1px solid #e8e8e8;
}

#tblInnerTop
{
    width: 960px;
}

#tdMidLeft
{
    border-bottom: 1px solid #e8e8e8;
}

#tdMidRight
{
    border-bottom: 1px solid #e8e8e8;
}

#tblBanner, #tdBanner
{
    width: 960px;
    height: 103px;
}

#tdLogo
{
    height: 116px;
    width: 139px;
}

#tdMenu
{
    height: 116px;
}

#divPageMenu
{
    padding-top: 70px;
    text-align: right;
}

#tdPage
{
    height: 250px;
    width: 960px;
    border-bottom: 1px solid #e8e8e8;
}

#trBottom
{
    height: 30px;
}

#tdFooter, #tdFooter p
{
    padding-top: 9px;
    color: #a7a9ac;
    font-family: Trebuchet MS;
    font-size: 10px;
    font-weight: lighter;
    line-height: 11px;
}
  
        /**************************** REQUIRED BY ALL **************************************
        //* make the second level visible when hover on first level list OR link */
        #Default ul li:hover ul,
        #Default ul a:hover ul{visibility:visible; }
  
        /**************************************************************************************/
        #Default
        {
            height: 25px;
            position: relative;
            z-index: 100;
            font-family: arial, sans-serif;
            text-align: right;
            margin-top: 70px;
        }
        /* remove all the bullets, borders and padding from the default list styling */
        #Default ul
        {
            padding: 0;
            margin: 0;
            list-style-type: none;
        }
        /* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
        #Default li
        {
            float: right;
            position: relative;
        }
        /* style the links for the top level */
        #Default a, #Default a:visited
        {    
            font-family: Trebuchet MS;
            font-size: 12px;
            padding-left: 16px;
            padding-right: 16px;
            padding-top: 54px;
            color: #626365;
            cursor: pointer;
            background-image: url(http://www.gresksingleton.com/images/4742/menuitem.jpg);
            background-position: top center;
            background-repeat: no-repeat;
            text-transform: uppercase;
        }
        /* style the top level hover */
        #Default a:hover, #Default ul ul a:hover        
        {    
           background-image: url(http://www.gresksingleton.com/images/4748/menuitemover.jpg);
           text-decoration: none;
         }  

        #Default :hover > a, #Default ul ul :hover > a
        {    
          background-image: url(http://www.gresksingleton.com/images/4748/menuitemover.jpg);
          text-decoration: none;
        }  

