.list ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 0px; /* Width of Menu Items */
	font-size: 11px;
	}

.list ul li {
	/*background-image: url('../../img/Temlate_51/sml-bullet.gif');*/
	
	position: relative;
	margin:0px;
	background-repeat: no-repeat;
	background-position: 1em 1.25em;
	font-size: 12px;
	text-align:left;
	line-height: 22px;
	color: #5b5c5c;
	padding-left:15px;
	text-align:left;
	}

.list li ul.left {
	position: absolute;
	left: 170px; /* Set 1px less than menu width */

	top: 0;

	}

.list li ul.left li ul.left{
	position: absolute;
	left: 170px; /* Set 1px less than menu width */
	top: 0;

	}

.list li ul.right {
	position: absolute;
	right: 100px; /* Set 1px less than menu width */
	top: 0;

	}

.list li ul.right li ul.right{
	position: absolute;
	right: 100px; /* Set 1px less than menu width */
	top: 0;

	}

/* Styles for Menu Items */
.list li{
  width: 200px;
	}

.list ul li a {

	display: block;
	text-decoration: none;
	color: #5b5c5c;
	 /* IE6 Bug */
	padding: 5px 10px;
	border-bottom: 0;
  
	}

/* Fix IE. Hide from IE Mac \*/
* html .list ul li { float: left; height: 1%; }
* html .list ul li a { height: 1%; }
/* End */
/* f2f2f2 */

.list ul li a:hover { text-decoration:none; color:#000000; background:#f25e2e;} /* Hover Styles */

.list li ul li a { border: 1px solid #FFFFFF;background: #d6dadb;} /* Sub Menu Styles */

.list li:hover ul, li.hover ul { display: block; background:#5b5c5c; color:#5b5c5c;} /* The magic */


