﻿#linkMenu
{
	font-family: Arial,Verdana;
	color:White;
	text-align:left;
}

#linkMenu .logo
{
	width:152px;
	height:45px;
	background:none;
	background: url(../../Media/Images/menu_logo_blank.gif) no-repeat;
	color:White;
	padding-right:5px;
	font-size:20px;
	text-align:right;
	vertical-align:bottom;
	font-family: Arial,Verdana;
}

#linkMenu .logo-products
{
	width:152px;
	height:45px;
	background:none;
	background: url(../../Media/Images/decor_brands.gif) no-repeat;
	color:White;
	padding-right:5px;
	font-size:20px;
	text-align:right;
	vertical-align:bottom;
	font-family: Arial,Verdana;
}

#linkMenu .logo-usage
{
	width:152px;
	height:45px;
	background:none;
	background: url(../../Media/Images/decor_products.gif) no-repeat;
	color:White;
	padding-right:5px;
	font-size:20px;
	text-align:right;
	vertical-align:bottom;
	font-family: Arial,Verdana;
}

#linkMenu .logo-spacer
{
	height:5px;
}

#linkMenu .header-active
{
	background: #BCBDBF url(../../Media/Images/leftmenu-usage-active.gif) no-repeat;
	height:24px;
	text-align:center;
	vertical-align:middle;
}

#linkMenu .header-active a
{
	text-decoration:none;
	color:White;
}

#linkMenu .header-active a:hover
{
	color:White;
}

#linkMenu .header-inactive
{
	background-color:#6E6F71;
	height:24px;	
	vertical-align:middle;
	padding-left:10px;
	font-weight:bold;
}

#linkMenu .header-inactive a
{
	text-decoration:none;
	color:White;
}

#linkMenu .header-inactive a:hover
{
	color:White;
}

#linkMenu .header-bkg-inactive
{
	background: #BCBDBF url(../../Media/Images/leftmenu-usage-inactive.gif) no-repeat;
	height:24px;
	text-align:center;
	vertical-align:middle;
}

#linkMenu .header-inactive a
{
	text-decoration:none;
	color:White;
}

#linkMenu .header-inactive a:hover
{
	color:White;
}

#linkMenu .items-spacer
{
	height:5px;
}

#linkMenu .items
{
	width:100%;
	height:20px;
	background-color:#6E6F71;	
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
}

* html #linkMenu .items
{
	min-height:20px;
}

#linkMenu .items .selected
{
	background:none;
	/*background: url(../../Media/Images/menu-arrow.gif) no-repeat;*/
	width:1px;
	padding-right:5px;
}

#linkMenu .items .not-selected
{
	background:none;
	/*background: url(../../Media/Images/menu-blank.gif) no-repeat;*/
	width:1px;
	padding-right:5px;
}

#linkMenu .items .item
{
	padding-bottom:5px;
	font-size:11px;
}

#linkMenu .items .item a
{
	text-decoration:none;
	color:White;
}

#linkMenu .items .item a:hover
{
	text-decoration:none;
	color:Black;
}

#linkMenu .items .item-selected
{
	padding-bottom:5px;
	font-size:11px;
}

#linkMenu .items .item-selected a
{
	text-decoration:none;
	color:White;
}

#linkMenu .items .item-selected a:hover
{
	text-decoration:none;
	color:White;
}

#linkMenu .items .item .subItems
{
	padding-left:15px;
}

#linkMenu .items .item .subItems .selected
{
	background:none;
	background: url(../../Media/Images/menu-arrow.gif) no-repeat;
	width:14px;
	padding-right:5px;
}

#linkMenu .items .item .subItems .not-selected
{
	background:none;
	background: url(../../Media/Images/menu-blank.gif) no-repeat;
	width:14px;
	padding-right:5px;
}

#linkMenu .items .item .subItems .subItem
{
	font-size:10px;
}

#linkMenu .items .item .subItems .subItem a
{
	text-decoration:none;
	color:#6D6E70;
}

#linkMenu .items .item .subItems .subItem a:hover
{
	text-decoration:none;
	color:White;
}

#linkMenu .items .item .subItems .subItem-selected
{
	font-size:10px;
}

#linkMenu .items .item .subItems .subItem-selected a
{
	text-decoration:none;
	color:White;
}

#linkMenu .items .item .subItems .subItem-selected a:hover
{
	text-decoration:none;
	color:White;
}