.ddmenustyle{
	position: relative;
	padding: 0 0 0 0px;
	margin: 0;
	height: 38px;
	list-style: none;
	white-space: nowrap;
	/*background-color: #000000;*/
}

.ddmenustyle ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.ddmenustyle li{
	white-space: nowrap;
}

body.ltr .ddmenustyle li{
	float:left;
}

body.rtl .ddmenustyle li{
	float:right;
}

.ddmenustyle li a
{
	float: left;
	display: block;
	color: #000000;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding: 0 0px 0 16px; /*Padding to accomodate left tab image. Do not change*/
	height: 38px;
	line-height: 38px;
	text-align: center;
	cursor: pointer;
}

.ddmenustyle li a span{
	float: left;
	display: block;
	color: #fff;
	padding: 0 24px 0 8px; /*Padding of menu items*/
}

.ddmenustyle li a.selected, .ddmenustyle li a:hover{
	color: #000;
	background: url(images/menubw_hover_left.gif) no-repeat; /*left tab image path*/
	background-position: 0 0px;
}

.ddmenustyle li a.selected span, .ddmenustyle li a:hover span{
	color: #000;
	background: url(images/menubw_hover_right.gif) no-repeat right top; /*right tab image path*/
}




.ddsubmenustyle, .ddsubmenustyle ul
{
	/*topmost and sub ULs, respectively*/
	border-top-width: 0px;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	border-top-width: 0;
}

.ddsubmenustyle li a
{
	background-color: #ffffff;
	color: #000000; /*background-color: #03658C;
	color: #71BBF4;*/
	font-weight: bold;
}

.ddsubmenustyle li a:hover
{
	background-color: #000000;
	color: #ffffff; /*background-color: #71BBF4;
	color: #03658C;*/
}

