.ddsmoothmenu{
font-weight: bold;
background: url(/img/common/topnav-bg-left.gif) no-repeat; /*background of menu bar (default state)*/
width: 100%;
font-size: 13px;
margin: 10px 0px;
}

.ddsmoothmenu ul{
z-index:100;
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.ddsmoothmenu ul li{
position: relative;
display: inline;
float: left;
left: 15px;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
display: block;
color: white;
padding: 0px 15px;
height: 27px;
line-height: 26px;
text-decoration: none;
}

* 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: white;
}

.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background: url(/img/common/topnav-bg-over.jpg) repeat-x;
color: #007CCC;
}

.ddsmoothmenu ul li a:hover{
background: url(/img/common/topnav-bg-over.jpg) repeat-x;  /*background of menu items during onmouseover (hover state)*/
color: #007CCC;
}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
border-bottom: 1px solid #ccc;
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
background-color: #F8F8F8;
padding: 5px 15px;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;
float: none;
left: 0;
}

/*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{
font-weight: normal;
width: auto; /*width of sub menus*/
padding: 0px;
line-height: 2.0;
font-size: 12px;
margin: 0;
background-color: #F8F8F8;
color: #007CCC  !important;
white-space: nowrap;
}

.ddsmoothmenu ul li ul li a:hover{
	text-decoration: underline;
	background-image: none !important;
	background-color: #F8F8F8 !important;
}

/* 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: 0px;
}

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

/* ######### CSS for shadow added to sub menus  ######### */

/* not using in current script but do not remove can cause problem */
.ddshadow{
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
background: none;
}

/* not using in current script but do not remove can cause problem */
.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
opacity: 0.8;
}

#toolbox-search form {
	margin: 0;
	padding: 0;
}
#toolbox-search {
	padding-top: 3px;
	padding-bottom: 2px;
	padding-right: 8px;
	height:22px;
	float: right;
	background: url(http://www.kace.com/img/common/topnav-bg-right.gif) right no-repeat;
}
#toolbox-search #topbar_search_wrapper {
	background: transparent url(http://www.kace.com/img/common/header-toolbox-search.gif) no-repeat;
	position: relative;
	height:20px;
	width: 140px;
	margin: 0;
	border: 0;
	float: left;
}
#toolbox-search #topbar_search {
	background: none;
	position: absolute;
	top: 4px;
	left: 8px;
	color:#777777;
	font-family:Arial,Helvetica,sans-serif;
	font-size: 11px;
	width: 105px;
	margin: 0;
	border: 0;
}
#toolbox-search #topbar_search_submit {
	border: 0;
	float: right;
	width: 30px;
	height: 20px;
	background: transparent;
	cursor: pointer;
}

#toolbox #rightborder {
	background: transparent url(http://www.kace.com/img/common/header-toolbox-right.gif) no-repeat left bottom;
	width: 17px;
	height: 100% !important;
	height: 574px;
	position: absolute;
	bottom: 0 !important;
	bottom: -1px;
	right: 0;
	margin: 0;
	padding: 0;
}