UL.dropdown
{
	font-weight: bold;
}
UL.dropdown LI
{
	padding: 7px;
	color: #000;
}
UL.dropdown LI.hover, UL.dropdown LI:hover
{
	color: #000;
	background: #F5F5F5 repeat left top;
}
UL.dropdown A:link, UL.dropdown A:visited
{
	color: #000;
	text-decoration: none;
}
UL.dropdown A:hover
{
	color: #000;
}
UL.dropdown A:active
{
	color: #FF0B00;
}
UL.dropdown UL
{
	width: 150px;
	margin-top: 1px;
}
.dropdown-horizontal
{
}
UL.dropdown UL
{
	font-weight: normal;
	background: #FFFFFF url(images/bg.jpg) repeat-x;
}
UL.dropdown UL LI
{
	font-weight: normal;
}
/*-------------------------------------------------/
* @section        Support Class `dir`
* @level sep    ul, .class
 */
UL.dropdown *.dir
{
	padding-left: 20px;
	padding-right: 20px;
	background-image: url(images/plus.gif);
	background-position: 5% 50%;
	background-repeat: no-repeat;
}
/*-- Components override --*/
UL.dropdown-horizontal UL *.dir
{
	padding-right: 15px;
	background-image: url(images/nav-arrow-right.png);
	background-position: 100% 50%;
	background-repeat: no-repeat;
}
UL.dropdown-upward *.dir
{
	background-image: url(images/nav-arrow-top.png);
}
UL.dropdown-vertical *.dir, UL.dropdown-upward UL *.dir
{
	background-image: url(images/nav-arrow-right.png);
}
UL.dropdown-vertical-rtl *.dir
{
	padding-right: 10px;
	padding-left: 15px;
	background-image: url(images/nav-arrow-left.png);
	background-position: 0 50%;
}

