.suckertreemenu {
	clear: both;
	margin: auto;
	padding: 0;
	width: 100%;
	background: #2d2f33;
	border: 1px solid black;
	border-left: 0px solid;
	}
	
.suckertreemenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	}

/*Top level list items*/
	.suckertreemenu ul li{
	position: relative;
	display: inline;
	float: left;
	background-color: #2d2f33; /*overall menu background color*/
	list-style: none;
	}

/*Top level menu link items style*/
.suckertreemenu ul li a {
	display: block;
	padding: 3px 10px;
	border-right: 1px solid black;
	border-left-width: 0;
	text-decoration: none;
	color: white;
	}
	
/*1st sub level menu*/
.suckertreemenu ul li ul{
	left: 0;
	position: absolute;
	top: 1em; /* no need to change, as true value set by script */
	display: block;
	visibility: hidden;
	filter:alpha(opacity=95);-moz-opacity:.95;opacity:.95;
	}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
	display: list-item;
	float: none;
	background-color: #4f545b;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
	left: 200px; /* no need to change, as true value set by script */
	top: 0;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a {
	display: block;
	width: 200px; /*width of sub menu levels*/
	color: white;
	text-decoration: none;
	padding: 3px 10px;
	border: 0px solid #ccc;
}

.suckertreemenu ul li a:hover{
	background-color: #FF9900;
	color: white;
}

.suckertreemenu ul li a:active{
	background-color: #519421;
	color: white;
}

/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{
	background: #2d2f33;
}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
	background: #2d2f33;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
	padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
/* End */






/*  Navigation Bar */

.chromestyle {
	clear: both;
	margin: auto;
	padding: 0;
	width: 940px;
	}

.chromestyle:after {
	margin: 0;
	padding: 0;
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

.chromestyle ul {
	background-color: #2d2f33;
	padding: 4px 0 18px 0;
	margin: 0;
	list-style: none;
	}

.chromestyle ul li {
	float: right;
	margin: 0;
	padding: 0;
	}

.chromestyle ul li a {
	color: white;
	padding: 4px 6px 5px 6px;
	margin: 0;
	text-decoration: none;
	border-left: 0px solid white;
	font-size: 11px;
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	}

.chromestyle ul li a:hover {
	background-color: #FF9900;
	color: white;
	}

.chromestyle ul li a:active {
	background-color: #519421;
	}

.chromestyle ul li a[rel]:after { /*HTML to indicate drop down link*/
	content: "";
	/*content: " " url(http://www.mymacproduct.com/chrometheme/downimage.gif); /*uncomment this line to use an image instead*/
	}

/* Style for Drop Down Menu */

.dropmenudiv {
	position:absolute;
	font:normal 11px Verdana;
	line-height:12px;
	z-index: 100;
	background-color: #4f545b;
	width: 200px;
	visibility: hidden;
	filter:alpha(opacity=97);-moz-opacity:.97;opacity:.97;
	padding: 5px 0 5px 0;
	}

.dropmenudiv a {
	width: auto;
	display: block;
	border-bottom: 1px solid transparent;
	padding: 3px 5px 4px 5px;
	text-decoration: none;
	color: white;
	}

* html .dropmenudiv a {
	width: 100%;
	border: 1px solid transparent;
	}

.dropmenudiv a:hover { 
	color: white;
	text-decoration: none;
	background-color: #519421;
	}
	
.postreviewclass a {
	margin: 0;
	padding: 2px 5px 4px 5px;
	font-size: 15px;
	background-color: green;
	border: 1px solid #005c00;
	}
	
.postreviewclass a:hover {
	background-color: #009e00;
	color: white;
	text-decoration: none;
	}
	
.showproductwhat {
	display: block;
	margin: 0;
	padding: 5px;
	color: #6d6d6d;
	font-size: 11px;
	background: #d4d4d4;
	text-align: right;
	}
