﻿#navitabs {
margin-bottom: -2px;
margin-left: -1px;
text-align: left;
float: left;
}

#admintab {
float: left;
height: 23px;
left: 1px;
position: relative;
z-index: 100;
margin-bottom: -2px;
width: 200px;
}

.navitab {
display: block;
padding: 4px 8px;
margin: 0px;
text-decoration: none;
letter-spacing: 1px;
background: #EFECDD top right no-repeat;
border-bottom: 1px solid #ffffff;
border-left: 1px solid #ffffff;
color: #520012;
font-weight: bold;
float: left;
}

.navitab:hover {
text-decoration: none;
background: #CFCFA0 top right no-repeat;
}

.activenavitab {
padding: 4px 8px 4px 8px;
color: #520012;
font-weight: bold;
margin: 0px;
text-decoration: none;
background: #CFCFA0 top right no-repeat;
}

.activenavitab:hover {
text-decoration: none;
}

.activenavitab a:hover {
	background: transparent;
}


/* -------------------------------------------------------- */
/*    Dropdown menu               */

.DropMenu 
{
    left: 0px;
    width: 200px;
    height: 1.68em;
    overflow: hidden;   
    margin: 0px;  
    position: absolute;
    padding: 0px;    
    background-color: white;    
    border-bottom: solid 10px white;
    color: #fff;   
    background: white url(../img/DropBackFill.png) !important;
    background: none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/DropBackFill.png',sizingMethod='scale');
    border-bottom: solid 1px #ccc;
}

.DropMenu:hover, .DropMenu.over, ul.over
{
    height: auto !important;
    cursor: pointer;
}

.DropMenu a:hover
{
	color: #AF0034;
}

.DropMenu li 
{    
    border-top: 0px; 
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
    border-bottom: solid 1px #fff;
    padding: 3px;
    margin: 0px;   
    display: block;
    text-align: left;  
    list-style-position: outside;  
    list-style-type: none;
}

.DropMenu li a 
{
    display: block;
    text-decoration: none;
    padding-left: 5px;
}

.DropMenu li.FirstMenu
{
    border: 0px;
    margin: 0px;
    background: #CFCFA0 url(../img/corner.gif) top right no-repeat;    
    padding: 4px 0px 4px 2px;
    text-decoration: none;
    color: #520012;
    font-weight: bold;
}

.DropMenu li.FirstMenu a
{
    text-decoration: none;
}
