#mainwrapper #maincontent #newcolumn2 .message {
	height: 200px;
}
#mainwrapper #maincontent #newcolumn1 .overview a img {
	margin-bottom: 10px;
	margin-left: 10px;
}
.productdescription div h3 a img {
	height: 20px;
	width: 20px;
	margin: 0px;
	padding: 0px;
}
#backbutton {
	height: 25px;
	width: 100%;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding-top: 10px;
}
#breadcrumbsbottom {
	height: 25px;
	width: 100%;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding-top: 10px;
	margin: 20px;
}
#cssmenu ul,
#cssmenu li,
#cssmenu span,
#cssmenu a {
	margin: 0;
	padding: 0;
	position: relative;
}
/** **************************** handles the full background. ************************************* **/
#cssmenu {
	height: 35px;
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	background: #transparent;
	background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAxCAIAAACUDVRzAAAAA3NCSVQICAjb4U/gAAAALElEQVQImWMwMrJi+v//PxMDw3+m//8ZoPR/qBgDEhuXGLoeYswhXg8R5gAAdVpfoJ3dB5oAAAAASUVORK5CYII=) 100% 100%;
	background: transparent;
}
#cssmenu:after,
#cssmenu ul:after {
	content: '';
	display: block;
	clear: both;
}
/** **************************** handles all of the kanguru products backgrounds. ************************************* **/
#cssmenu a {
	background: transparent;
	background: transparent;
	color: #ffffff;
	display: inline-block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 35px;
	padding: 0 20px;
	text-decoration: none;
	border-right-width: thin;
	border-right-style: dotted;
	border-right-color: #FFF;
}
#cssmenu ul {
  list-style: none;
}
#cssmenu > ul {
  float: left;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu > ul > li:hover:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 50%;
	bottom: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	margin-left: -10px;
}
#cssmenu > ul > li:first-child > a {
  border-radius: 5px 0 0 0;
  -moz-border-radius: 5px 0 0 0;
  -webkit-border-radius: 5px 0 0 0;
}
#cssmenu > ul > li:last-child > a {
  border-radius: 0 5px 0 0;
  -moz-border-radius: 0 5px 0 0;
  -webkit-border-radius: 0 5px 0 0;
}
/** ********* handles the original backgrounds of all menu items except for the kanguru products and it's drop down ****************** **/
#cssmenu > ul > li.active a {
	background: transparent;
	background: transparent;
	border-right-width: thin;
	border-right-style: dotted;
	border-right-color: #FFF;
}
/********************** original backgrounds
#cssmenu > ul > li.active a {
	box-shadow: inset 0 0 3px #000000;
	-moz-box-shadow: inset 0 0 3px #000000;
	-webkit-box-shadow: inset 0 0 3px #000000;
	background: #4b82b6;
	background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAxCAIAAACUDVRzAAAAA3NCSVQICAjb4U/gAAAALklEQVQImWNQU9Nh+v//PxMDw3+m//8ZkNj/mRgYIHxy5f//Z0BSi18e2TwS5QG4MGB54HL+mAAAAABJRU5ErkJggg==) 100% 100%;
	background: -moz-linear-gradient(top, #1b8ab8 0%, #4b82b6 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1b8ab8), color-stop(100%, #4b82b6));
	background: -webkit-linear-gradient(top, #1b8ab8 0%, #4b82b6 100%);
	background: -o-linear-gradient(top, #1b8ab8 0%, #4b82b6 100%);
	background: -ms-linear-gradient(top, #1b8ab8 0%, #4b82b6 100%);
	background: linear-gradient(to bottom, #1b8ab8 0%, #4b82b6 100%);
}*/
/** ****************************** handles the rollovers in the nav bar itself   ********************************* **/
#cssmenu > ul > li:hover > a {
  background: #9a9059;
  background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAxCAIAAACUDVRzAAAAA3NCSVQICAjb4U/gAAAALklEQVQImWNQU9Nh+v//PxMDw3+m//8ZkNj/mRgYIHxy5f//Z0BSi18e2TwS5QG4MGB54HL+mAAAAABJRU5ErkJggg==) 100% 100%; 
  background: #9a9059;
  box-shadow: inset 0 0 3px #000000;
  -moz-box-shadow: inset 0 0 3px #000000;
  -webkit-box-shadow: inset 0 0 3px #000000;
}
#cssmenu .has-sub {
	z-index: 1;
}
#cssmenu .has-sub:hover > ul {
  display: block;
}
#cssmenu .has-sub ul {
  display: none;
  position: absolute;
  width: 200px;
  top: 100%;
  left: 0;
}
#cssmenu .has-sub ul li {
  *margin-bottom: -1px
}
#cssmenu .has-sub ul li a {
	border-bottom: 1px dotted #6fc7ec;
	filter: none;
	font-size: 11px;
	display: block;
	line-height: 120%;
	padding: 10px;
	background-color: #0f4fb6;
}
#cssmenu .has-sub ul li:hover a {
  background: #9a9059;
}
#cssmenu .has-sub .has-sub:hover > ul {
  display: block;
}
#cssmenu .has-sub .has-sub ul {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
}
#cssmenu .has-sub .has-sub ul li a {
  background: #0c7fb0;
  border-bottom: 1px dotted #6db2d0;
}
/** ****************************** handles the rollovers (in the menu drop downs only.)  ********************************* **/
#cssmenu .has-sub .has-sub ul li a:hover {
	background-color: #0fa1e0;
}
#menu_wrapper {
	clear: both;
	height: 40px;
	padding-top: 5px;
	width: 1000px;
}
.main_product_wrapper .productlistleft {
	padding-bottom: 10px;
}
.twoColFixRtHdr #container #mainContent .header_wrapper {
	height: 400px;
}
.twoColFixRtHdr #kanguru_logo {
	padding-top: 0px;
	height: 80px;
}
.menu_itemsmall {
	float: left;
	height: 180px;
	width: 103px;
	margin-right: 4px;
	background-color: #CCC;
}
#container #sidebar1 .rightcolumn p a #securefirmware {
	clear: left;
}
