div.left_pane {
	float: left;
	width: 180px;
	background-image: url(side_p.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

/* INVENTUA MENU */

#invsidemenu-Downloads A
{
  color: red!important;
  font-weight: bold;
}

#invsidemenu-Downloads A:hover, #invsidemenu-Downloads A:active
{
  color: white!important;
  font-weight: bold;
}

.MenuHdr
{
  padding-left: 10px;
  font-weight: bold;
  font-size: 9pt;
  padding-bottom: 2px;
  cursor: default;
  padding-top: 2px;
  font-family: Tahoma, Arial;
}
.MenuItem HR
{
  border-top: none;
  border-left: none;
  border-right: none;  
}

.MenuItem, .MenuItemMouseOver
{
  font-family: Tahoma, Arial; font-size: 9pt; font-weight: normal; 
padding-bottom: 1px;
  padding-top: 1px;
  border: white 1px solid;    
}

.currentItemHighlight {
color: #fff;
display:block;
width:89%;
padding-left:20px;
position:relative;
left:-20px;
background:#6b6490;
}

.MenuHdr A, .MenuHdr A:Active, .MenuHdr A:Hover, .MenuHdr A:Visited, .MenuHdr 

A:Link
{
  display: block;
  padding-bottom: 1px;
  width: 100%;
  cursor: pointer;
  color: black;
  padding-top: 1px;
  text-decoration: none;
}

.MenuItem A, .MenuItem A:Active, .MenuItem A:Hover, .MenuItem A:Visited, 

.MenuItem A:Link
{
  display: block;
  padding-left: 20px;
  padding-bottom: 1px;
  width: 100%;
  cursor: pointer;
  color: #fff;
  padding-top: 1px;
  text-decoration: none;
}
  
.MenuItemMouseOver
{
  background-color: #6b6490!important;
  padding-left: 20px; 
}

.MenuItemMouseOver A, .MenuItemMouseOver A:Active, 
.MenuItemMouseOver A:Hover, .MenuItemMouseOver A:Visited, .MenuItemMouseOver 

A:Link
{
  color: white;
  text-decoration: none; 
  width: 100%; 
  padding-top: 1px; 
  padding-bottom: 1px; 
  cursor: pointer; display: block; 
}



