/** 
* @link		http://www.lwis.net/
* @copyright	2008 Live Web Institute. All Rights Reserved.
*/

#categories {
	height:23px;
	margin: 0px;
	padding: 0px;
}

ul.dropdown a{
	color:#FFCB35;
	text-decoration:none;
}

ul.dropdown  li {
	margin-right: 3px;
	padding: 12px ;
	background:#2f5367;
	
}


ul.dropdown li.hover,
ul.dropdown li:hover {
	background-color: #0e202a;
	color: #000;
	text-decoration:underline;
	cursor:pointer;
}



ul.dropdown ul {
	width: 150px;
	margin-top: 1px;
}

ul.dropdown ul li {
	font-weight: normal;
	
}

ul.dropdown *.dir:hover {
	color:#000;
	text-decoration:none;
	background:#0e202a;
	padding-right: 20px;
	padding-top: 12px ;
	padding-bottom: 12px ;
	padding-left: 12px ;
	background-image: url(images/nav-arrow-down.png);
	background-position: 100% 50%;
	background-repeat: no-repeat;
	cursor:pointer;
}

ul.dropdown *.dir {
	color:#FFCB35;
	margin-right: 3px;
	background:#2f5367;
	padding-right: 20px;
	padding-top: 12px ;
	padding-bottom: 12px ;
	padding-left: 12px ;
	background-image: url(images/nav-arrow-down.png);
	background-position: 100% 50%;
	background-repeat: no-repeat;
	cursor:pointer;
}

ul.dropdown-horizontal ul *.dir {
	padding-right: 15px;
	background-image: url(images/nav-arrow-right.png);
	background-position: 100% 50%;
	background-repeat: no-repeat;
	color: #FFCB35;
}

ul.dropdown-horizontal li a:active{
	color: #000;
}

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%;
}
