/* ALL LEVELS (INCLUDING FIRST LEVEL) */

ul.dropdown
{
	font-weight: bold;
	font-size: 11px;
	background-image: url(images/menu/menu_bg.gif);
}

ul.dropdown li
{
	padding: 7px 25px;
	border: none;
	border-style: solid;
	border-width: 0 1px 1px 0;
	border-color: #fff #007AAD #007AAD;
	/*background-color: #f6f6f6;*/
	color: #f6f6f6;
}

ul.dropdown li.end 
{
	border-right: none;
}


ul.dropdown li a,
ul.dropdown li a:active,
ul.dropdown li a:visited
{
	color: #99ccff;
	text-decoration: none;
}

ul.dropdown li:hover a,
ul.dropdown li:hover a:active,
ul.dropdown li:hover a:visited,
ul.dropdown li a:hover
{
	color: #000;
	text-decoration: none;
}

ul.dropdown li.fixed a,
ul.dropdown li.fixed a:active,
ul.dropdown li.fixed a:visited
{
	color: #fff;
}

ul.dropdown li.fixed:hover a,
ul.dropdown li.fixed:hover a:active,
ul.dropdown li.fixed:hover a:visited,
ul.dropdown li.fixed a:hover,
ul.dropdown li.fixed ul a,
ul.dropdown li.fixed ul a:active,
ul.dropdown li.fixed ul a:visited
{
	color: #000;
}


ul.dropdown li.hover,
ul.dropdown li:hover
{
	background: #eee;
	cursor: pointer;
	font-weight: bold;
}

/* NON-FIRST LEVEL MENU */

ul.dropdown ul
{
	width: 220px;
	margin-top: 1px;
}

ul.dropdown ul li 
{
	font-weight: normal;
	background: #fff;
	border-style: solid;
	border-width: 1px 0 0 0;
	border-color: #cccccc;
}

ul.dropdown ul li a,
ul.dropdown ul li a:active,
ul.dropdown ul li a:visited
{
	color: #000;
	text-decoration: none;
}

ul.dropdown ul li:hover a,
ul.dropdown ul li:hover a:active,
ul.dropdown ul li:hover a:visited,
ul.dropdown ul li a:hover
{
	color: #000;
	text-decoration: none;
}

/*-------------------------------------------------/
 * @section		Support Class `dir`
 * @level sep	ul, .class
 */

ul.dropdown *.dir {
	padding-right: 20px;
	background-image: url(images/menu/nav-arrow-down.png);
	background-position: 100% 50%;
	background-repeat: no-repeat;
}

/* -- Components override -- */

ul.dropdown-horizontal ul *.dir {
	padding-right: 15px;
	background-image: url(images/menu/nav-arrow-right.png);
	background-position: 100% 50%;
	background-repeat: no-repeat;
}
