.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_40/bullet.jpg');*/
	position: relative;
	margin:0px;
	background-repeat: no-repeat;
	background-position: 1em .75em;
	font-size: 12px;
	font-weight:bold;
	text-align:left;
	line-height: 22px;
	color: #FFFFFF;
	text-align:left;
	}

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

	top: 0;

	}

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

	}

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

	}

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

	}

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

.list ul li a {

	display: block;
	text-decoration: none;
	color: #ffffff;
	 /* 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:underline; color:#ffffff;} /* Hover Styles */

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

.list li:hover ul, li.over ul { display: block;background: #848383;} /* The magic */


