﻿.menuBox
{
	width:100%; 	
	height:34px;
	background: transparent url(../img/menu/menu.png) repeat-x;	
}

.aspMenuContainer 
{
	height:34px;
	width:65%;
	float:left;
	color:#ffffff;
}

.plainMenu
{
	width: 450px;
	height:35px;
	font-size:0.7em;
	float:right;
	text-align:right;
}

.plainMenu ul 
{
	height:25px;
	list-style: none;
    padding: 2px;
    display:inline;	
    vertical-align:middle;
}

.plainMenu li 
{
	padding: 0px 7px 0px 7px;
	margin:0px;
	display: inline;
	height:28px;	
	padding: 4px;		
}

.plainMenu a 
{
	height:28px;		
}

.normalItem
{
	border-right: 1px solid #A0A0B6;
	vertical-align:middle;
}

.basketItem
{
	height:25px;
	width:25px;
	vertical-align:text-top;
	border:none;
}

.basketImage
{
	height:22px;
	width:22px;
	vertical-align:text-top;
	border:none;
}

#webMenuBox
{
	width: 600px;
	height:20px;
	float:left;
	padding: 0px 0px 0px 0px;
	font-size:0.7em;
	margin-top:10px;
}

.webMenu a /* all anchors and spans (nodes with no link) */
{
	text-align:center;    
	color:#ffffff;
}

.webMenu li.AspNet-Menu-Leaf a, /* leaves */
.webMenu li.AspNet-Menu-Leaf span
{
    background-image: none !important;
    display: inline;
}

.webMenu li:hover a, /* hovered text */
.webMenu li:hover span,
.webMenu li.AspNet-Menu-Hover a,
.webMenu li.AspNet-Menu-Hover span,
.webMenu li:hover li:hover a,
.webMenu li:hover li:hover span,
.webMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover a,
.webMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover span,
.webMenu li:hover li:hover li:hover a,
.webMenu li:hover li:hover li:hover span,
.webMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover li.AspNet-Menu-Hover a,
.webMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover li.AspNet-Menu-Hover span
{
	color:#0dbfe0;	
	text-decoration:none;
}

.webMenu li:hover li a, /* the tier above this one is hovered */
.webMenu li:hover li span,
.webMenu li.AspNet-Menu-Hover li a,
.webMenu li.AspNet-Menu-Hover li span,
.webMenu li:hover li:hover li a,
.webMenu li:hover li:hover li span,
.webMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover li a,
.webMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover li span
{
	color:#0dbfe0;	
	text-decoration:none;	
}

.webMenu .AspNet-Menu-Horizontal
{
    z-index: 300;
}

/* This rule controls the width of the top tier of the horizontal menu. */
/* BE SURE TO MAKE THIS WIDE ENOUGH to accommodate all of the top tier menu items that are lined */
/* up from left to right. In other words, this width needs to be the width of the individual */
/* top tier menu items multiplied by the number of items. */
.webMenu .AspNet-Menu-Horizontal ul.AspNet-Menu
{
    width: 600px;
}

/* This rule effectively says: style all tiers EXCEPT THE TOP TIER in the menu this way... */
/* In other words, this rule can be used to style the second and third tiers of the menu without impacting */
/* the topmost tier's appearance. */
/* Remember that only the topmost tier of the menu is horizontal.  The second and third tiers are vertical. */
/* So, they need a much smaller width than the top tier.  Effectively, the width specified here is simply */
/* the width of a single menu item in the second and their tiers. */
.webMenu .AspNet-Menu-Horizontal ul.AspNet-Menu ul
{
    left: 0;
    top: 100%;
}

.webMenu .AspNet-Menu-Horizontal ul.AspNet-Menu li
{
	padding: 0px 10px 0px 2px;
	border-right: 1px solid #A0A0B6;
	margin: 0 5px 0 0;	    
}

.webMenu .AspNet-Menu-Selected /* this tier is selected */
{
	color: #0dbfe0;
	text-decoration:none;
}

.webMenu .AspNet-Menu-ChildSelected /* a tier below this one is selected */
{
	color: #0dbfe0;
}

.webMenu .AspNet-Menu-ParentSelected /* a tier above this one is selected */
{
	color: #0dbfe0;
}

#topMenuBox
{
	width: 167px;
	height:20px;
	float:left;
	padding: 0px 0px 0px 0px;
	font-size:0.7em;
}

.topMenu a /* all anchors and spans (nodes with no link) */
{
	text-align:center;    
	color:#ffffff;
}

.topMenu li.AspNet-Menu-Leaf a, /* leaves */
.topMenu li.AspNet-Menu-Leaf span
{
    background-image: none !important;
    display: inline;
}

.topMenu li:hover a, /* hovered text */
.topMenu li:hover span,
.topMenu li.AspNet-Menu-Hover a,
.topMenu li.AspNet-Menu-Hover span,
.topMenu li:hover li:hover a,
.topMenu li:hover li:hover span,
.topMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover a,
.topMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover span,
.topMenu li:hover li:hover li:hover a,
.topMenu li:hover li:hover li:hover span,
.topMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover li.AspNet-Menu-Hover a,
.topMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover li.AspNet-Menu-Hover span
{
	color:#0dbfe0;	
	text-decoration:none;
}

.topMenu li:hover li a, /* the tier above this one is hovered */
.topMenu li:hover li span,
.topMenu li.AspNet-Menu-Hover li a,
.topMenu li.AspNet-Menu-Hover li span,
.topMenu li:hover li:hover li a,
.topMenu li:hover li:hover li span,
.topMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover li a,
.topMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover li span
{
	color:#0dbfe0;	
	text-decoration:none;	
}

.topMenu .AspNet-Menu-Horizontal
{
    z-index: 300;
}

/* This rule controls the width of the top tier of the horizontal menu. */
/* BE SURE TO MAKE THIS WIDE ENOUGH to accommodate all of the top tier menu items that are lined */
/* up from left to right. In other words, this width needs to be the width of the individual */
/* top tier menu items multiplied by the number of items. */
.topMenu .AspNet-Menu-Horizontal ul.AspNet-Menu
{
    width: 175px;
}

/* This rule effectively says: style all tiers EXCEPT THE TOP TIER in the menu this way... */
/* In other words, this rule can be used to style the second and third tiers of the menu without impacting */
/* the topmost tier's appearance. */
/* Remember that only the topmost tier of the menu is horizontal.  The second and third tiers are vertical. */
/* So, they need a much smaller width than the top tier.  Effectively, the width specified here is simply */
/* the width of a single menu item in the second and their tiers. */
.topMenu .AspNet-Menu-Horizontal ul.AspNet-Menu ul
{
    left: 0;
    top: 100%;
}

.topMenu .AspNet-Menu-Horizontal ul.AspNet-Menu li
{
	padding: 0px 10px 0px 2px;
	border-right: 1px solid #A0A0B6;
	margin: 0 5px 0 0;	    
}

.topMenu .AspNet-Menu-Selected /* this tier is selected */
{
	color: #0dbfe0;
	text-decoration:none;
}

.topMenu .AspNet-Menu-ChildSelected /* a tier below this one is selected */
{
	color: #0dbfe0;
}

.topMenu .AspNet-Menu-ParentSelected /* a tier above this one is selected */
{
	color: #0dbfe0;
}

#productsMenuBox
{
	width:140px; 
	float:left;
	padding: 0px;
    font-size:1em;	
    border-bottom:1px solid #E2E2E2;     
}

.productsMenu .AspNet-Menu-Vertical
{
    position:relative;
    top:0;
    left:0;
    z-index:300;    	
}

.productsMenu ul
{
}

/* Top tier */
.productsMenu .AspNet-Menu-Vertical ul.AspNet-Menu
{
	width: 140px;
}

/* This rule effectively says: style all tiers EXCEPT THE TOP TIER in the menu this way... */
/* In other words, this rule can be used to style the second and third tiers of the menu without impacting */
/* the topmost tier's appearance. */
.productsMenu ul.AspNet-Menu ul
{
    width: 140px;
    left: 140px;
    top: -1em;
	z-index: 400;
}

.productsMenu ul.AspNet-Menu ul ul
{
    width: 140px;
    left: 140px;
}

/* The menu adapter generates a list item (li) in HTML for each menu item. */
/* Use this rule create the common appearance of each menu item. */
.productsMenu ul.AspNet-Menu li
{
	background:#E2E2E2 url(../img/menu/menuBackground.gif) bottom repeat-x;		
}

.productsMenu ul.AspNet-Menu li a,
.productsMenu ul.AspNet-Menu li span
{
    padding: 4px 2px 4px 6px;
    border:1px solid #E2E2E2;
    border-bottom: 0;
    background: transparent url(../img/icons/arrowRight.gif) right center no-repeat;
}

.productsMenu ul.AspNet-Menu li.AspNet-Menu-Leaf a,
.productsMenu ul.AspNet-Menu li.AspNet-Menu-Leaf span
{
    background-image: none;
}

.productsMenu ul.AspNet-Menu li a img
{
    border-style: none;
    vertical-align: middle;
}

/* When you hover over a menu item, this rule comes into play. */
/* Browsers that do not support the CSS hover pseudo-class, use JavaScript to dynamically change the */
/* menu item's li tag so it has the AspNet-Menu-Hover class when the cursor is over that li tag. */
/* See MenuAdapter.js (in the JavaScript folder). */
.productsMenu ul.AspNet-Menu li:hover, 
.productsMenu ul.AspNet-Menu li.AspNet-Menu-Hover
{
    background: #ffffff;	
    color:#0dbfe0;	
}

.productsMenu ul.AspNet-Menu li:hover a, 
.productsMenu ul.AspNet-Menu li:hover span, 
.productsMenu ul.AspNet-Menu li.AspNet-Menu-Hover a,
.productsMenu ul.AspNet-Menu li.AspNet-Menu-Hover span,
.productsMenu ul.AspNet-Menu li:hover li:hover a, 
.productsMenu ul.AspNet-Menu li:hover li:hover span, 
.productsMenu ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover a,
.productsMenu ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover span,
.productsMenu ul.AspNet-Menu li:hover li:hover ul a:hover, 
.productsMenu ul.AspNet-Menu li:hover li:hover ul span.Asp-Menu-Hover, 
.productsMenu ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover ul a:hover,
.productsMenu ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover ul span.Asp-Menu-Hover
{
}

.productsMenu ul.AspNet-Menu li:hover ul a, 
.productsMenu ul.AspNet-Menu li:hover ul span, 
.productsMenu ul.AspNet-Menu li.AspNet-Menu-Hover ul a,
.productsMenu ul.AspNet-Menu li.AspNet-Menu-Hover ul span,
.productsMenu ul.AspNet-Menu li:hover li:hover ul a, 
.productsMenu ul.AspNet-Menu li:hover li:hover ul span, 
.productsMenu ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover ul a,
.productsMenu ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover ul span
{
}

/* While you hover over a list item (li) you are also hovering over a link or span because */
/* the link or span covers the interior of the li.  So you can set some hover-related styles */
/* in the rule (above) for the li but set other hover-related styles in this (below) rule. */
.productsMenu ul.AspNet-Menu li a:hover,
.productsMenu ul.AspNet-Menu li span.Asp-Menu-Hover
{
    background: #ffffff url(../img/icons/activeArrowRight.gif) right center no-repeat;	
}

.productsMenu ul.AspNet-Menu li.AspNet-Menu-Leaf a:hover
{
    background-image: none;
    background-color:#ffffff;    
}

.productsMenu ul.AspNet-Menu li.AspNet-Menu-Selected
{
	background: #1d68ac; 
}

/*Breadcrumbs*/
#breadCrumbsAspMenuBox
{
	height:15px;
	font-size:smaller;
	float:left;
}

.breadcrumbMenu a /* all anchors and spans (nodes with no link) */
{
}

.breadcrumbMenu li.AspNet-Menu-Leaf a, /* leaves */
.breadcrumbMenu li.AspNet-Menu-Leaf span
{
    background-image: none !important;
    display: inline;
}

.breadcrumbMenu li:hover a, /* hovered text */
.breadcrumbMenu li:hover span,
.breadcrumbMenu li.AspNet-Menu-Hover a,
.breadcrumbMenu li.AspNet-Menu-Hover span,
.breadcrumbMenu li:hover li:hover a,
.breadcrumbMenu li:hover li:hover span,
.breadcrumbMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover a,
.breadcrumbMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover span,
.breadcrumbMenu li:hover li:hover li:hover a,
.breadcrumbMenu li:hover li:hover li:hover span,
.breadcrumbMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover li.AspNet-Menu-Hover a,
.breadcrumbMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover li.AspNet-Menu-Hover span
{
	text-decoration:none;
}

.breadcrumbMenu li:hover li a, /* the tier above this one is hovered */
.breadcrumbMenu li:hover li span,
.breadcrumbMenu li.AspNet-Menu-Hover li a,
.breadcrumbMenu li.AspNet-Menu-Hover li span,
.breadcrumbMenu li:hover li:hover li a,
.breadcrumbMenu li:hover li:hover li span,
.breadcrumbMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover li a,
.breadcrumbMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover li span
{
	color:#0dbfe0;	
	text-decoration:none;	
}

.breadcrumbMenu .AspNet-Menu-Horizontal
{
    z-index: 300;
}

/* This rule controls the width of the top tier of the horizontal menu. */
/* BE SURE TO MAKE THIS WIDE ENOUGH to accommodate all of the top tier menu items that are lined */
/* up from left to right. In other words, this width needs to be the width of the individual */
/* top tier menu items multiplied by the number of items. */
.breadcrumbMenu .AspNet-Menu-Horizontal ul.AspNet-Menu
{
}

/* This rule effectively says: style all tiers EXCEPT THE TOP TIER in the menu this way... */
/* In other words, this rule can be used to style the second and third tiers of the menu without impacting */
/* the topmost tier's appearance. */
/* Remember that only the topmost tier of the menu is horizontal.  The second and third tiers are vertical. */
/* So, they need a much smaller width than the top tier.  Effectively, the width specified here is simply */
/* the width of a single menu item in the second and their tiers. */
.breadcrumbMenu .AspNet-Menu-Horizontal ul.AspNet-Menu ul
{
    left: 0;
    top: 100%;
}

.breadcrumbMenu .AspNet-Menu-Horizontal ul.AspNet-Menu li
{
	padding: 0px 25px 0px 0px;
	margin: 0px 10px 0px 0px;
	background: transparent url(../img/menu/breadcrumb.gif) right center no-repeat;		    
}

.breadcrumbMenu .AspNet-Menu-Selected /* this tier is selected */
{
	color: #0dbfe0;
	text-decoration:none;
}

.breadcrumbMenu .AspNet-Menu-ChildSelected /* a tier below this one is selected */
{
	color: #0dbfe0;
}

.breadcrumbMenu .AspNet-Menu-ParentSelected /* a tier above this one is selected */
{
	color: #0dbfe0;
}

.productMenuBox
{
	z-index:999;
}

.nonProductMenuBox
{
	z-index:1;
}