﻿@charset "UTF-8";
/*-------------------------------------------------/
 * @section		Base Drop-Down Styling
 * @structure	ul (unordered list)
 *				ul li (list item)
 *				ul li a (links)
 *				/*\.class|(li|a):hover/
 * @level sep	ul
 */


ul.dropdown {
    height: 28px;
    list-style: none;
    margin: 0px;
    padding: 0px;
    background-image: url(../../Images/Design/Box/BGHeaderMenuRight.gif);
    background-repeat: no-repeat;
    background-position: top right;
    padding-right: 9px;

}

	ul.dropdown li {
	
	float: right;
    width: 100px;
    height: 28px;
    line-height: 28px;
	}

	ul.dropdown li.hover,
	ul.dropdown li:hover {
	}
	
	
	ul.dropdown li  a {
	width: 100%;
    height: 28px;
    line-height: 28px;
    vertical-align: middle;
    display: block;
    color: #fff;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    background-image: url(../../Images/Design/Box/BGHeaderMenuSeparate.gif);
    background-repeat: no-repeat;
    background-position: top left;
	}

	ul.dropdown a { }
	ul.dropdown a:link,
	ul.dropdown a:visited	{ }
	ul.dropdown a:hover		{ }
	ul.dropdown a:active	{ }


	/* -- level mark -- */

	ul.dropdown ul {
		direction:rtl;
		padding-bottom:10px;
		margin-bottom:10px;
		background-color:#94bbde;
		width:220px;
	}

		ul.dropdown ul li {
			height:20px;
			text-align:right;
			vertical-align:middle;
			width:200px;
			padding: 0 10px 5px 10px;
			background-color:#94bbde;
			color:#ffffff;
		}
		
		ul.dropdown ul li {
			height:20px;
			text-align:right;
			vertical-align:middle;
			width:200px;
			padding: 0 10px 5px 10px;
			background-color:#94bbde;
			color:#ffffff;
		}
		
		ul.dropdown ul li a
		{
			text-align:right;
			font-size:16px;
			text-decoration:none;
			color:#ffffff;
			font-weight:bold;
			background-image:none;
		}

/*-------------------------------------------------/
 * @section		Support Class `dir`
 * @level sep	ul, .class
 */


ul.dropdown *.dir {
}


/* -- Components override -- */

ul.dropdown-horizontal ul *.dir {
}

ul.dropdown-upward *.dir {
}

ul.dropdown-vertical *.dir,
ul.dropdown-upward ul *.dir {
}

ul.dropdown-vertical-rtl *.dir {
}