﻿.menustyle
{
    font-weight: normal;
}

.menustyle:after
{ 
    /*Add margin between menu and rest of content in Firefox*/
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.menustyle ul
{
    width: 100%;
    padding: 5px 0;
    margin: 0;
    text-align: left;
}

.menustyle ul li
{
    display: inline;
}

.menustyle ul li a
{
    color: #ffffff;
    padding: 4px 7px;
    margin: 0;
    text-decoration: none;
    border-left: 1px solid #000000;
}

.menustyle ul li a:hover
{

}




/* ######### Style for Drop Down Menu ######### */

.dropmenudiv
{
    position:absolute;
    top: -100px;
    border: 1px solid #002441; /*THEME CHANGE HERE*/
    border-bottom-width: 0;
    font:normal 12px Verdana;
    line-height:18px;
    z-index:200;
    background-color: #012442;
    width: 150px;
    visibility: hidden;
    text-align: left;
    /* filter: progid:DXImageTransform.Microsoft.Shadow(color=yellow,direction=135,strength=4); */ /*Add Shadow in IE. Add if desired*/
}


.dropmenudiv a
{
    width: auto;
    display: block;
    text-indent: 7px;
    border-bottom: 1px solid #000000; /*THEME CHANGE HERE*/
    padding: 4px 0;
    text-decoration: none;
    font-weight: normal;
    color: #ffffff;
}

* html .dropmenudiv a
{ 
    /*IE only hack*/
    width: 100%;
}

.dropmenudiv a:hover
{ 
    /*THEME CHANGE HERE*/
    background-color: #002441;
}
.dropmenudiv{ top:38px;}
#dropmenuOrders
{
    left:104px;
   width:180px;
}
#dropmenuTemplates
{
    left:235px;  
}
#dropmenuOther{left:290px;  }