@charset "utf-8";
* {
	margin-top: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-left: 0px;
}

/* Left side Navigation */

#left-nav {
	position: absolute;
	left: 5px;
	top: 135px;
	width:135px;
}

/* Member Tools Menu */
#member-tools {
	list-style-type: none;
	width:135px;
	margin: 0 0 2px 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	background: #e6f1de;
}

/* Menu title */
#member-tools #title	{
	background-image: url(../images/member-tools-title.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height:23px;
	width:135px;
}

#member-tools li {
	margin: 0 0 1px 0;
	padding: 0;
	background: #d9e9cd;
}

#member-tools a {
	display: block;
	color: #1e3d06;
	padding: 0 12px;
	font-size: 11px;
	text-decoration: none;
	line-height: 1.8;
}

/* to remove border on last menu item */
#member-tools #end a	{
	margin: 0;
}

#member-tools a:hover		{
	text-decoration: none;
	color: #ffffff;
	background: #92bf71;
}


#member-tools a.status {
	display: block;
	color: #F00;
	padding: 0 12px;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	line-height: 1.7;
}

#member-tools a.status:hover		{
	text-decoration: none;
	color: #fff;
	background: #92bf71;
}

/* Member Tools Menu - END */


/* Printing Products Menu */
#printing-products {
	list-style-type: none;
	width:135px;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}

/* Top Sellers title */
#printing-products #top-sellers	{
	background-image: url(../images/top-sellers.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height:27px;
	width:135px;
}

/* Large Format title */
#printing-products #large-format	{
	background-image: url(../images/large-format.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height:27px;
	width:135px;
	margin: 7px 0 0 0;
}

/* Print Products title */
#printing-products #print-products	{
	background-image: url(../images/print-products.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height:27px;
	width:135px;
	margin: 7px 0 0 0;
}

#printing-products li {
	margin: 0;
	padding: 0;
}

#printing-products a {
	display: block;
	color: #000000;
	padding: 0 0 0 2px;
	font-size: 11px;
	text-decoration: none;
	line-height: 1.6;
}

/* to remove border on last menu item */
#printing-products #end a	{
	margin: 0;
}

#printing-products a:hover	{
	text-decoration: none;
	background: #e2dcd4;
}

/* Printing Products Menu - END */

/* Left side Navigation - END */


