﻿/***********************************************************************************************
*  Copyright (c) 2005-2009 Brand X. All rights reserved.
*
*   Created by: Stephan Redon       
*   Date: 27/05/2009
*   Latest Update: 01/07/2009   By  Stephan Redon
*
*   Important:  This stylesheet and the associated ascx or html file should not be modified  
*               in any ways. For further information contact Brandx: www.brandx.eu
*
************************************************************************************************/

.BX_DropLineMenu {
height:26px; 
background: url(images/bg_topnav.gif) repeat-x;
position:relative; 
z-index:500; 
font-family:Georgia, "Times New Roman", Times, serif;
font-weight:normal;
font-size:1em;
width:983px; 
}

.BX_DropLineMenu ul a, .BX_DropLineMenu ul a b, .BX_DropLineMenu ul li a, .BX_DropLineMenu ul li a b {
    font-family:Georgia, "Times New Roman", Times, serif;
    font-weight:normal;
    font-size:1em;
    outline: none;    
}

BX_DropLineMenu ul li ul a, BX_DropLineMenu ul li ul a b, .BX_DropLineMenu ul li ul li a, .BX_DropLineMenu ul li ul li a b {
    font-family:Georgia, "Times New Roman", Times, serif;
    font-weight:normal;
    font-size:1em;
    text-decoration: none;
    height: 26px;
    outline: none;
}


.BX_DropLineMenu .Content {
display:table; 
margin:0 auto;
}

.BX_DropLineMenu .select,
.BX_DropLineMenu .current {
margin:0; 
padding:0; 
list-style:none; 
display:table-cell; 
white-space:nowrap;
}

.BX_DropLineMenu li {
margin:0; 
padding:0; 
height:auto; 
float:left;
}

.BX_DropLineMenu .select a {
display:block; 
height:26px; 
float:left; 
padding:0 8px 0 8px; 
text-decoration:none; 
line-height:26px; 
white-space:nowrap; 
color:#c9cc86;
}

.BX_DropLineMenu .current a b {
display:block; 
height:26px; 
float:left; 
background: transparent;
padding:0 8px;  
text-decoration:none; 
line-height:26px;
white-space:nowrap; 
color: #C9CC86;/*#fff*/
cursor: pointer; 
}

.BX_DropLineMenu .current b {
display:block; 
height:26px; 
float:left; 
background: transparent;
padding:0 8px;  
text-decoration:none; 
line-height:26px;
white-space:nowrap; 
color: #C9CC86;/*#fff*/
}

.BX_DropLineMenu .select a:hover, 
.BX_DropLineMenu .select li:hover a {
background: transparent;
padding:0 0 0 8px; 
cursor:pointer; 
color:#fff;
text-decoration:none; 
}

.BX_DropLineMenu .select a:hover b, 
.BX_DropLineMenu .select li:hover a b {
display:block; 
float:left; 
padding:0 8px 0 0px; 
background: transparent; 
cursor:pointer;
}

.BX_DropLineMenu .select_sub {
display:none;
}


/* IE6 only */
.BX_DropLineMenu .sub {
display:table; 
margin:0; 
padding:0; 
list-style:none;
font-size:0.9em;
}

.BX_DropLineMenu Content {
border-collapse:collapse; 
margin:-1px; 
font-size:1em; 
width:0; 
height:0;
}

.BX_DropLineMenu .sub {
display:table; 
margin:0 auto; 
padding:0; 
list-style:none;
}

.BX_DropLineMenu .sub_active .current_sub a, 
.BX_DropLineMenu .sub_active a:hover {
background:transparent; 
}


.BX_DropLineMenu .select :hover .select_sub, 
.BX_DropLineMenu .current .show {
display:block; 
position:absolute; 
width:983px;
top:26px; 
background: transparent url(images/bg_topnav2.gif) repeat-x 0 0;
padding:0; 
z-index:100; 
left:0; 
text-align:left; 
}

.BX_DropLineMenu .current .show {
z-index:10;
}


.BX_DropLineMenu .select :hover .sub li a, .BX_DropLineMenu .current .show .sub li a {
display:block; 
float:left; 
background:transparent; 
padding:0 10px 0 10px; 
margin:0; 
white-space:nowrap; 
border:0; 
color:#2b1000;
line-height: 2em;
}

.BX_DropLineMenu .current .sub li.sub_show {
    display:block; 
    float:left; 
    background:transparent; 
    padding:0 10px 0 10px; 
    margin:0; 
    white-space:nowrap; 
    border:0; 
    color:#2b1000;
    line-height: 2em;
    cursor:default; 
    background: url(images/bg_topnav3.gif) repeat-x;
}

.BX_DropLineMenu .current .sub li.sub_show:hover {
color: #2B1000;
}

.BX_DropLineMenu .select :hover .sub li a:hover, 
.BX_DropLineMenu .current .sub li a:hover {
visibility:visible; 
color:#624028; 
background: background:url(images/bg_topnav3.gif) repeat-x;
text-decoration: none; 
}