﻿#dropDownBrand, #dropDownBrand li ul
{
	display: block;
	margin: 0px;
	list-style: none outside none;
	padding: 0px;
	position: relative;
	z-index: 21;
}

#dropDownBrand li
{
	background-position: center bottom;
	background-repeat: no-repeat;
	display: block;
	float: left;
    height:auto;
	margin: 0px;
	padding: 0px;
	position: relative;
	padding:0 0 5px 0;
}

#dropDownBrand li:hover
{
	background-image: url('/images/dropDownBrand-li-bg.png');
}

#dropDownBrand li a
{
	background-image: url('/images/downArrow.png');
	background-position: right 7px;
	background-repeat: no-repeat;
	display: block;
    color:#cccccc;
    font-size:1.3em;
    padding:0 20px 0 0;
    text-decoration:none;
}

#dropDownBrand li:hover a
{
	background-image: url('/images/downArrow-hover.png');
}

#dropDownBrand li ul
{
	display: none;
	left: 0px;
	padding: 5px;
	position: absolute;
	top: 20px;
	width: 360px;
}

.transparent
{
	background-image: url('/theme/main/images/transparent.png');
}

#dropDownBrand li ul li
{
	background-color: #ffffff;
	background-position: left top;
	background-repeat: repeat-x;
	border-left: 1px #990000 solid;
	border-right: 1px #990000 solid;
	float: none;
}

#dropDownBrand li ul li a
{
	background-image: none;
	color: #d4d4d4;
	font-size: 16px;
	height: auto;
	padding: 1px 0px 1px 10px;
}

#dropDownBrand li:hover ul li a
{
	background-image: none;
	color: #d4d4d4;
}

#dropDownBrand li ul li ul
{
	display: block;
	left: auto;
	position: relative;
	top: auto;
}

#dropDownBrand li ul li ul li
{
	background-image: url('/images/nav-bullet.gif');
	background-position: left 10px;
	background-repeat: no-repeat;
	border: none;
	display: list-item;
	float :left;
	padding: 2px 0 2px 8px;
	height:auto;
	width: 165px;
}

#dropDownBrand li ul li ul li:hover
{
	background-image: url('/images/nav-bullet.gif');
}

#dropDownBrand li ul li ul li a
{
	color: #333333;
	display: inline;
	font-size: 12px;
	font-weight: normal;
	padding: 0px;
}

#dropDownBrand li:hover ul li ul li a
{
	color: #333333;
}

#dropDownBrand li ul li ul li a:hover
{
	color: #991100;
	text-decoration: underline;
}

#dropDownBrand .borderTop
{
	border-top: 1px #990000 solid;
}

#dropDownBrand .borderBottom
{
	border-bottom: 1px #990000 solid;
}
