﻿.ddsmoothmenu{float:right;
}


/*Top level list items*/
.ddsmoothmenu ul li{
	float:left;height:75px;font-size:14px;font-family:Segoe UI,Arial,Tahoma,Verdana,sans-serif;position:relative;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a {
	display:inline-block;color:#fff;height:26px;padding:40px 18px 0 18px;text-decoration:none;
}

.ddsmoothmenu ul li a:hover, .ddsmoothmenu ul li a.selected, .ddsmoothmenu ul li.selected {
	color:#ff780d!important;background:url(/images/nav_on_bg.png);text-decoration:none;
}
.selected a {
	color:#ff780d!important;background:url(images/nav_on_bg.png);
}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul {
	background:#191919;position:absolute;left:0;display:none;visibility:hidden;filter:alpha(opacity=95)!important;-moz-opacity:0.95;opacity:0.95;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li {
	width:100%;height:28px;border-top:1px solid #202020;zoom:1;font-size:12px;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a {
	display:inline-block;width:140px;line-height:28px!important;color:#a5a5a5!important;_zoom:1;background:#191919;margin:0;padding:2px 0 2px 18px!important;
}
.ddsmoothmenu ul li ul li a:hover{
	background:#232323;color:#ff780d;
}
ul.companymenu {width:106px;}
ul.companymenu li a {
	display:inline-block;width:88px!important;
}


/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
top: 0;
}

/* Holly Hack for IE \*/
* html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/

/* ######### CSS classes applied to down and right arrow images  ######### */
.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

/* ######### 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;
}