﻿.navigation:after{ /*Add margin between menu and rest of content in Firefox*/
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.navigation ul{
    width: 100%;
    /*padding: 4px 0;*/
    margin: 0;
    text-align: center;
}

.navigation ul li{
    display: inline;
}

/* ######### Style for Drop Down Menu ######### */
.dropmenudiv{
    text-align: left;
    position:absolute;
    top: 0px;
    border: 1px solid #BBB; /*THEME CHANGE HERE*/
    border-bottom-width: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
    line-height:18px;
    z-index:100;
    background-color: #3F0A15;
    width: 220px;
    visibility: hidden;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}

.dropmenudiv a{
    width: auto;
    display: block;
    text-indent: 3px;
    padding: 2px 0;
    text-decoration: none;
    font-weight: normal;
    color: #FFFFFF;
}

* html .dropmenudiv a{ /*IE only hack*/
    width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
    color: #88a8c8;
}