﻿.foo {} /* W3C CSS validator likes CSS files to start with a class rather than a comment. Soooooo.... */

/* This style sheet is intended to contain RARELY CHANGED rules used when the Menu control adapter is enabled. */
/* These rules correspond to the "pure CSS menu" technique that have been evolving over the past several years. */ 
/* See WhitePaper.aspx for details. */

ul.AspNet-Menu 
{
	color: White;
	
}

ul.AspNet-Menu, 
ul.AspNet-Menu ul
{
    margin: 0px 0px 0px 0px;
    padding: 0px;
    
}

ul.AspNet-Menu ul
{
    position: absolute;
    visibility: hidden;  
}

ul.AspNet-Menu li
{
	color: White;
	font-weight: bold;
	background-color: #ae0101;
	display: inline;
    position: relative;
    list-style: none;    
    padding: 7px 4px 7px 4px;
    font-size:12px;
    border-right: solid 1px white;
    line-height: 29px;
}

ul.AspNet-Menu li a,
ul.AspNet-Menu li span
{	padding-left: 5px;
	color: White;
	text-decoration: none;
}


ul.AspNet-Menu li a.AspNet-Menu-Selected
{
    font-weight: bold;
    text-decoration: none;
    color: #ae0101 !important;
}

ul.AspNet-Menu li.AspNet-Menu-Selected
{
	
    font-weight: bold;
    background-color: White !important;
}

ul.AspNet-Menu li a:hover
{
   text-decoration: underline;
}

/* Add more rules here if your menus have more than three (3) tiers */
ul.AspNet-Menu li:hover ul ul,
ul.AspNet-Menu li.AspNet-Menu-Hover ul ul
{
    visibility: hidden;
}

/* Add more rules here if your menus have more than three (3) tiers */
ul.AspNet-Menu li:hover ul,
ul.AspNet-Menu li li:hover ul,
ul.AspNet-Menu li li li:hover ul,
ul.AspNet-Menu li.AspNet-Menu-Hover ul,
ul.AspNet-Menu li li.AspNet-Menu-Hover ul,
ul.AspNet-Menu li li li.AspNet-Menu-Hover ul
{
    visibility: visible;
}



.AspNet-Menu-Horizontal 
{
    
    padding-bottom: 5px;
}

.ul.AspNet-Menu li
{
	width: 100px;	
}

.ProfitMenu
{
    width: 1000px;    
}

.BolMenu
{
    width: 800px;
    float: left;    
}

.bolLanguageSelector
{
    width: 200px;
    height: 29px;
    background-color: #CF1925;    
    float: right;
    text-decoration: none;
    vertical-align: middle;
    text-align: right;
    color: White;
    font-size: 12px;
    font-weight: bold;    
}

.bolLanguageSelector a
{
    color: White;
    font-size: 12px;
    font-weight: bold;   
    line-height: 29px;
    text-decoration: none;
}

.bolLanguageSelector a:hover
{
    text-decoration: underline;
}

.btnLanguageSelector_en
{
    margin-right: 10px;    
}

.ProfitMenu ul.AspNet-Menu li
{
	background-color: #CF1925; 
}

.CBWMenu ul.AspNet-Menu li
{
	background-color: #A70912;
}

.BolMenu ul.AspNet-Menu
{
	background-color: #CF1925; 
}

.BolMenu ul.AspNet-Menu li
{
	background-color: #CF1925;
}