
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(http://static.ifork.com.ar/img/myshadow.png) no-repeat right top;
/*  background: url(http://static.ifork.com.ar/img/ifork_sprite_v4.png); 
  background-color     : transparent;
  background-repeat    : no-repeat;
  background-position  : -3691px -0px;
*/
}
html>body div.outerbox div.shadowbox2
{
	position: absolute;
	bottom: 0;
	right: 5px;
	height: 5px;
	width: 100%;
	background: url(http://static.ifork.com.ar/img/myshadow.png) left bottom;
/*  background: url(http://static.ifork.com.ar/img/ifork_sprite_v4.png); 
  background-color     : transparent;
  background-repeat    : no-repeat;
  background-position  : -2896px -595px;
*/
}
html>body div.outerbox div.shadowbox3
{
	position: absolute;
	bottom: 0;
	right: 0;
	height: 5px;
	width: 5px;
	background: url(http://static.ifork.com.ar/img/myshadow.png) no-repeat right bottom; 
/*  background: url(http://static.ifork.com.ar/img/ifork_sprite_v4.png); 
  background-color     : transparent;
  background-repeat    : no-repeat;
  background-position  : -3691px -595px;
*/
}
html>body .innerbox
{
	margin: 0;
	display: inherit;
}

#root-menu-div ul {
    border: 1px solid #DDDDDD;
}
#root-menu-div li{
	white-space:nowrap;
}

* html #root-menu-div li{
	height: 1.5em; /* fixing ie6 problem */
}

ul.menu,
#root-menu-div ul {
	font-family: Arial,Tahoma,Serif;
    font-size: 11px;
    /* background-color: #DDDDDD; */
    background-color: #dbe1e8;
	list-style: none;
	margin: 0;
	padding: 0;
}

li.menu-separator.active{
	background-color: transparent;
}
/*
li.active {
	color: #456c94;
	background-color: #ededed;
	cursor: pointer;
	text-decoration: underline;
}
*/
.activetarget{
	/* background-color: #2a2a2a; */ 
    /* background-color: #c5cdd6; */
    background-color: #3c4f65;
}

* html div.menu-item {
	display: inline; /* fixes problem in ie6 */
}

li.menumain {
	font-family: Arial,Tahoma,Serif;
    font-size: 11px;
/*	font-weight: bold;*/
	/* color: #505e6f; */
    color: #91a2b5;
    text-shadow: #000000 1px 1px 1px;
	float: left;
	height: 25px;
	padding: 0px;
	padding-right: 10px;
	padding-left: 10px;
  	line-height: 2.5em;
	cursor: pointer;
}

li.menumainlang {
	font-family: Arial,Tahoma,Serif;
    font-size: 9px;
/*	font-weight: bold;*/
/*	color: #505e6f; */
    color: #91a2b5;
	float: right;
	height: 27px;
	padding: 0px;
	padding-right: 10px;
    padding-left: 50px;
  	line-height: 2.5em;
	cursor: pointer;
/*  background: url(/img/world.gif) no-repeat left center;*/
width: 50px;
  background: url(http://static.ifork.com.ar/img/ifork_sprite_v4.png);
  background-color     : transparent;
  background-repeat    : no-repeat;
  background-position  : -3929px -0px;
}

.language-ico {
  float: left;
  display: block;
  height: 12px;
  width: 12px;
  margin-right: 5px;
  background: url(http://static.ifork.com.ar/img/ifork_sprite_v4.png);
  background-color     : transparent;
  background-repeat    : no-repeat;
}

.language-ico-spanish {
  background-position  : -993px -0px;
}
.language-ico-english{
  background-position  : -981px -0px;
}
.language-ico-portuguese {
  background-position  : -954px -0px;
}

li.menumain:hover {
	/* color: #6ea6e0; */
    /* color: #91a2b5; */
    color: #C5CDD6;
}

li.menumainlang:hover {
	/*color: #6ea6e0;*/
    color: #dbe1e8;
}

div.menu-item {
	/*padding: 1px 10px 1px 4px;*/
	padding: 4px 10px 4px 10px;
}
img.menu-item-arrow{
	position: absolute;
	right: 4px;
	top: 8px;
}
li.menu-separator{
	border-bottom: 1px solid #ededed;
	font-size: 0; /* for ie */
	height: 0;
	line-height: 0; /* for ie */
	margin: 2px 0;
}
li.red {
	color: red;
}
li.blue {
	color: blue;
}

