

body {font-family: arial, verdana, helvetica, sans-serif;margin:0px;padding:0px;font-size: 13px;background-color:#fdfdfe;}

.divmen{font-size:10px;font-weight:bold;font-family:Arial;background:transparent url(images70.png) repeat-x;width:110px;height:24px;text-align:center}
.divmen1{font-size:9px;font-weight:bold;font-family:Arial;background:transparent url(images70.png) repeat-x;width:110px;text-align:left;padding-left:10px}


/* menu styles */
ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px; /* Width of Menu Items */
	border-bottom: 1px solid #ccc;
	}

ul li {
	position: relative;
	
	}
	
li ul {
	position: absolute;
	left: 149px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	}

ul li a {
	display: block;
	text-decoration: none;
	color: #777;
	background: #fff; /* IE6 Bug */
	padding-top: 5px;
	padding-bottom: 2px;
	padding-left:7px;
	border: 1px solid #ccc;
	border-bottom: 0;
	font-size:10px;
	}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

ul li a:hover { color:Blue;background:transparent url(images70.png) repeat-x;} /* background: #f9f9f9; }*/ 
		
li ul li a { padding: 2px 5px; }
		
li:hover ul, li.over ul { display: block; } 

