﻿

ul {
	margin: 0;
	padding: 0;
	ist-style: none;
	width: 120px;
	border-bottom: 1px solid #ccc;
	list-style-type:none;
	
	
	}

ul li {
	position: relative;
	
      }


li ul {
	position: absolute;
	left: 119px;
	top: 0px;
	display: none;
	list-style-type:none;

	}
ul li a {
	display: block;
	text-decoration: none;
	color: #00008b;
	background: #fff;
	padding: 5px;
	border: 1px solid #ccc;
	border-bottom: 0;
	background-color:#ffdead
	}

li:hover ul, li.over ul { 
	display: block; 

	background-color:#ff9933;
	color: #cc0033;
}

UL LI A:hover
{
    BACKGROUND: #f9f9f9;
    COLOR: #e2144a
}
