.mainDiv
{
	width:198px;
}
.topItem
{
	width:195px;
	height:27px;
background-image: url(images/prod_nav.jpg);
background-repeat:no-repeat;
  font-weight:bold;
	text-decoration: none;
	color: white; 
	  font-family:arial;

	font-size:9px;
  
  position:relative;
}

.topItemOver, .topItem a:hover, .topItem a:visited:hover, .topItem:hover
{
background-image: url(images/prod_nav1.jpg);
background-repeat:no-repeat;

  text-decoration: none;
color: FF8502; 
  cursor:hand;
	width:195px;
	height:27px;
    font-family:arial;

  font-weight:bold;
  font-size:9px;
     
    position:relative;

}


.dropMenu
{

padding-left:0px;
  background-color:663333;
  border-top:0px solid gray;
  border-left:0px solid #818a89;
  border-right:0px solid black;
  border-bottom:0px solid black;
  	width:206px;

  }


.subMenu
{
   display:none;
}

.subItem
{
	width:206px;
	padding-left:10px;
   text-align:left;   
   cursor:pointer;
   font-weight:normal;
   text-decoration:none;
   color:white;
   font-family:arial;
   font-size:10px;   
}

.navItem a
{
   cursor:hand;
   font-weight:bold;
   text-decoration:none;
   color:white;
   font-family:arial;
   font-size:10px;
}

.subItem a

{
display:block;
text-decoration:none;
color:white;   
padding-left:20px;
}

.subItem a:visited
{

display:block;
color:white;
text-decoration:none;   
padding-left:20px;
}

.subItemOver, .subItem a:hover
{

display:block;
color:#e0e0e0;
text-decoration:underline;   
padding-left:20px;
}
.subItemOver  a
{
   color:black;
   font-family:arial;
   font-size:10px;
}

.drop
{
   border-left:1px solid black;
   border-right:1px solid black;	
}