/********************************* MAIN DROP DOWN MENU **************************************/

ul.dropdown {
	margin: 0;
	padding: 0;
	list-style: none;
	float: center;
	text-align:center;
}

.dropdown li {
	margin: 0;
	padding: 0;
	text-align:right;
	display:inline-block;
	font-size:0px !important;
	clear:right;
	position: relative;
	line-height:30px;
	/*background:url('../../images/top_but.png');*/
	border-right:1px solid #BBB;
	border-left:1px solid #FFF;
}

.dropdown .home{
	width:50px !important;
	border-right:0px !important;
}

.dropdown li img{
	float: right;
	position: relative;
	line-height:31px;
	
}

.dropdown li .drop_img{
	vertical-align:middle;
	background:url('../../images/drop.png') 7px 20px no-repeat;
	padding-left:17px;
	z-index:100;
}

.dropdown li .footer{
	height:5px;
	background:none !important;
}

.dropdown ul {
	display: none;
	float: none;
	margin: 0;
	padding: 0;
	list-style: none;
	width:220px;
}

.dropdown li:hover{
	background:#FAFAFA;
}

.dropdown li:hover a{
	color:#000;
}

.dropdown li:hover ul {
	position: absolute;
	display: block;
	z-index:200;
	padding:5px 0px 0px 0px;
    background: #FAFAFA;
	border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	box-shadow:0px 3px 3px #BBB;
}

.dropdown ul li {
	float: none;
	display: inline;
	white-space: nowrap;
	text-align:right;
	line-height:0px !important;
	border:0px !important;
	margin:0px;
	padding:0px;
}

.dropdown .inside{
	border-bottom:1px solid red !important;
}

.dropdown a{
	padding: 10px 10px 10px 10px;
	margin: 0px 0px 0px 0px;
	font-size: 11pt;
	font-weight: bold;
	background: transparent;
	color: #495596;
	text-decoration: none;
	display:block;
	font-family:'DroidKufi Normal','tahoma';
}

.dropdown a:hover{
	/*background: url('../../images/drop_down_on.png') repeat-x;*/
	color:#333;
}

.dropdown ul li a{
	color:#333;
	font-size:11pt;
	font-family:tahoma;
	display:block;
	line-height:15px !important;
	font-family:'DroidKufi Normal','tahoma';
}

.dropdown li ul li a:hover{
	background: #d9def9;
	color:#333;
}

.dropdown_nores{
	color:#333;
	font-size:11pt;
	font-weight:bold;
	line-height:50px;
	height:50px;
}