/*Commented out on template files: upload., site.master, sell.master, guest.master, account.master, on January 28, 2011 - see if this affects anything*/

.ddsmoothmenu{
font:  14px Arial;
background: #c1c2c6; /*background of menu bar (default state)*/
width: 100%;
font-weight:bold;
color:Black;
height: 1%;
}

.ddsmoothmenu ul{
z-index:100;
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.ddsmoothmenu ul li{
position: relative;
display: inline;
float: left;
color: black;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
display: block;
background: #c1c2c6; /*background of menu items (default state)*/
color:#000;
padding: 9px 20px 9px 20px;
border-right: 1px solid white;
text-decoration: none;
}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
color: black;
}

.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/

color: white;
}

.ddsmoothmenu ul li a:hover{
/*background of menu items during onmouseover (hover state)*/
color: white;
}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
left: 0;
padding-top:5px;
border:0px solid black;


display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
font: normal 11px Verdana;
width:250px; /*width of sub menus*/
padding: 7px;
margin-left:0px;
border-top-width: 0;
border-bottom: 0px solid gray;
}

/* Holly Hack for IE \*/
* html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{

top: 17px;
padding-left:7px;
margin-right:0px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;

}

.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
opacity: 0.8;
}




  
  
  .blacksubmenu{display:block; }
.blacksubmenu *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#000000}
.blacksubmenu1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #8e8e8e;
  border-right:1px solid #8e8e8e;
  background:#3e3e3e}
.blacksubmenu2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #e1e1e1;
  border-right:1px solid #e1e1e1;
  background:#2f2f2f}
.blacksubmenu3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #2f2f2f;
  border-right:1px solid #2f2f2f;}
.blacksubmenu4{
  border-left:1px solid #8e8e8e;
  border-right:1px solid #8e8e8e}
.blacksubmenu5{
  border-left:1px solid #3e3e3e;
  border-right:1px solid #3e3e3e}
.blacksubmenufg{
  background:#000000;

    padding:0px;}
  
  
  
  
  	
 .gray{display:block;
       }
.gray *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#c1c2c6}
.gray1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #e4e4e6;
  border-right:1px solid #e4e4e6;
  background:#d0d1d4}
.gray2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #f8f8f9;
  border-right:1px solid #f8f8f9;
  background:#cccdd0}
.gray3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #cccdd0;
  border-right:1px solid #cccdd0;}
.gray4{
  border-left:1px solid #e4e4e6;
  border-right:1px solid #e4e4e6}
.gray5{
  border-left:1px solid #d0d1d4;
  border-right:1px solid #d0d1d4}
.grayfg{
  background:#c1c2c6;
   }
  
  
  
.navtable
{height:40px;
	
	
	
	}


.navtable a
{
	font-size:14px;
	
		font-weight: 800;
	text-decoration:none;
	color:Black;
	
	
	
	}
	
.navtable a:hover
{
	font-size:14px;
	
	font-weight: 800;
	text-decoration:none;
	color:white;
	height:100%;
	width:100%;
	
	
	
	
	}
.navtable td

{padding: 0px 15px 0px 15px;
 border-right:1px solid #8e9096;
 vertical-align:middle;
 font-size:13px;
 }
 
 
