html>body div.outerbox
{
	padding: 0 5px 5px 0;
}
html>body div.outerbox div.shadowbox1
{
	position: absolute;
	right: 0;
	bottom: 5px;
	width: 5px;
	height: 100%;
	background: url(myshadow.png) no-repeat right top;
}
html>body div.outerbox div.shadowbox2
{
	position: absolute;
	bottom: 0;
	right: 5px;
	height: 5px;
	width: 100%;
	background: url(myshadow.png) left bottom;
}
html>body div.outerbox div.shadowbox3
{
	position: absolute;
	bottom: 0;
	right: 0;
	height: 5px;
	width: 5px;
	background: url(myshadow.png) no-repeat right bottom;
}
html>body .innerbox
{
	margin: 0;
	display: inherit;
}

#root-menu-div ul {
	border: 1px solid #525152;
}
#root-menu-div ul li{
	white-space:nowrap;
	height: 20px;
	border-bottom: 1px solid #f7f3f7;
	background-repeat: no-repeat;
	background-position: left 2px;
}
* html #root-menu-div li{
	height: 1.5em; /* fixing ie6 problem */
}
ul.menu,
#root-menu-div ul {
	background-color: #fff;
	list-style: none;
	margin: 0;
	padding: 1px;
}
li.menu-separator.active{
	background-color: transparent;
}
li.active {
	background-color: #525152;
}
li.active div, li.active div a {
	color: #fcfc4e;
	text-decoration: none;
}

* html div.menu-item {
	display: inline; /* fixes problem in ie6 */
}

li.menumain {
	float: left;
	padding: 0 10px;
}
div.menu-item {
	padding: 2px 10px 2px 20px;
	line-height: 16px;
}
div.menu-item, div.menu-item a {
   color: #000000;
   text-decoration: none;
   font-family: arial, sans-serif;
   font-size: 11px;
   font-weight: bold;
   cursor: pointer;
   cursor: hand;
}
img.menu-item-arrow{
	position: absolute;
	right: 4px;
	top: 8px;
}
li.menu-separator{
	border-bottom: 1px solid #525152;
	font-size: 0; /* for ie */
	height: 0;
	line-height: 0; /* for ie */
	margin: 2px 0;
}
li.red {
	color: red;
}
li.blue {
	color: blue;
}
ul.ddmenu {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ul.ddmenu li {
  float: left;
  padding-left: 6px;
  padding-right: 6px;
  border-right: 1px solid #cecfce;
  font-weight: bold;
}
ul.ddmenu li.last {
  border-right: 0;
}
ul.ddmenu li a {
  color: #000000;
  text-decoration: none;
}
ul.ddmenu li.selected a {
  color: #dea600;
}
ul.ddmenu li a:hover {
  color: #dea600;
  text-decoration: none;
}
ul.ddmenu li a.activetarget{
  color: #dea600;
}

.menu-div .column {
    float: left;
}
.menu-div .column li {
    display: block;
}