.ddsmoothmenu {
	width:100%;
	height:34px !important;
	margin:7px 0 7px 4px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	display:inline-block;
	*overflow:hidden;
}
.ddsmoothmenu ul {
	z-index:100;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
/*Top level list items*/
.ddsmoothmenu ul li {
	margin-right:4px;
	*margin-right:4px;
	position: relative;
	display: inline;
	float: left;
	font-weight:bold;
	
	
}
.ddsmoothmenu ul li.last_lnk {
	margin-right:0px !important;
	*margin-left:1px !important;
}
/*Top level menu link items style*/
.ddsmoothmenu ul li a {
	display: inline-block;
	color: #fff;
	font-weight:normal;
	padding:0 30px 0 0;
	*padding:0 30px 0 0;
	background:url(images/menuright.jpg) top right no-repeat;
	text-decoration: none !important;
	line-height:34px;
	height:34px;
	cursor:pointer !important;
}
@media screen and (-webkit-min-device-pixel-ratio:0) { /* Safari FIX */
.ddsmoothmenu ul li a {
padding:0 28px 0 0;
}
}
.ddsmoothmenu ul li a span {
	display:inline-block;
	padding:0 0 0 29px;
	background:url(images/menuleft.jpg) top left no-repeat;
}
* html .ddsmoothmenu ul li a { /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
}
.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited {
	color: #fff;
}
.ddsmoothmenu ul li a:hover {
	color: #fff;
	background:url(images/blackright.jpg) top right no-repeat;
}
.ddsmoothmenu ul li a:hover span{
	color: #fff;
	background:url(images/blackleft.jpg) top left no-repeat;
}
/*1st sub level menu*/
.ddsmoothmenu ul li ul {
	position: absolute;
	left: 0;
	display: none; /*collapse all sub menus to begin with*/
	visibility: hidden;
	margin-left:2px;
	background-color:#70151a;
opacity:8.5;filter:alpha(opacity=80);
background:url(images/menu_op.png) top left repeat;
	width:260px;
}

/*.sec_tab{}
.sec_tab ul{ width:250px!important;}
.sec_tab ul li a{ width:240px!important;}

.fourth_tab{}
.fourth_tab ul{ width:400px!important;}
.fourth_tab ul li a{ width:390px!important;}

.six_tab{}
.six_tab ul{ width:265px!important;}
.six_tab ul li a{ width:255px!important;}*/

/*Sub level menu list items (undo style from Top level List Items)
.ddsmoothmenu ul li ul li {
	display: list-item;
	float: none;
}
/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul {
	top: 0;
}
/* Sub level menu links style */
.ddsmoothmenu ul li ul li a {
	width:250px; /*width of sub menus*/

	line-height:17px; padding:5px 0 5px 10px; 
	margin: 0;
	height:auto;
	border-top-width: 0;
	
	/*background:url(images/navigation_middle.gif) bottom left repeat-x;*/
	background-image:none;
}
.ddsmoothmenu ul li ul li a:hover {
   
background:url(images/menu_black.png) top left repeat;
	
}
/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass {
	position: absolute;
	top: 0px;
	right: 0px;
}
.rightarrowclass {
	position: absolute;
	top: 0px;
	right:0px;
}
/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	background: none;
}
.toplevelshadow { /*shadow opacity. Doesn't work in IE*/
	opacity: 0.8;
}
