.menu, .menu li ul{
list-style-type: none;
margin: 0;
padding: 0;
width: 150px; /*WIDTH OF MAIN MENU ITEMS*/
border: 0px solid black;
}


.menu li{
position: relative;
}

.menu li ul{ /*SUB MENU STYLE*/
position: absolute;
width: 230px; /*WIDTH OF SUB MENU ITEMS*/
left: 0;
top: 0;
display: none;
filter:alpha(opacity=100);
-moz-opacity:1;
}

.menu li a{
background: white url("1-1.JPG") repeat-x bottom left;
font: bold 11px TAHOMA, Helvetica, sans-serif;
color: white;
display: block;
width: auto;
padding: 3px 0;
padding-left: 10px;
text-decoration: none;
}

.menu .arrowdiv{
position: absolute;
right: 1px;
background: transparent url("arr1.GIF") no-repeat center right;
}

.menu li a:visited, .menu li a:active{
color: white;
}

.menu li a:hover{
background: white url("2aa.JPG")
}

/* Holly Hack for IE \*/
* html .menu li { float: left; height: 1%; }
* html .menu li a { height: 1%; }.top         { font-family: Tahoma; font-size: 10px; text-decoration: none }

.top         { text-decoration: none; font-family: Tahoma; font-size: 10px }
.nav         { font-family: Arial; font-size: 12px; text-decoration: none }
h1           { font-family: Tahoma; font-size: 16px; text-decoration: none; font-weight: bold; color:#000080 }
li           { color: #FF9900 }
td {
	font-family:Tahoma;
	font-size:11px;
	color:#000000;
	text-decoration: none;
	}
.leftsidebar { font-family: Arial; font-size: 10px; color: #F7F7F7; text-decoration: none }