html body{
	font-size: 9pt;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 181px;
	white-space: nowrap;
}

ul li {
	position: relative;
	width: 179px;
}
/* keep folowing styles together..........................*/
* html ul ul {
	margin-left:-16px;/* ie5 fix */
	voice-family: "\"}\""; 
	voice-family: inherit;
}	
* html ul li {float:left;/* hide float from ie5*/}
* html ul ul {
	width: 181px;	
	w\idth: 179px;
	voice-family: "\"}\""; 
	voice-family: inherit;	
}
* html ul ul {margin-left:0;/* hide margin from ie5*/}

/* keep above styles together .............*/

li ul {
	position: absolute;
	top: 0;
	left:-999em;
}
/* Styles for Menu Items */
ul li a {
	display:block;
	text-decoration: none;
	color: #FFF;
	BACKGROUND: url(../images/mbg1.gif) #2372AB no-repeat 0px 0px;
	line-height:2em;
	height:2em;	
	padding:1px 0px 0px 16px;
	font-size: 9pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

/* this sets all hovered lists to red */
li:hover a, li.over a,
li:hover li a:hover, li.over li a:hover {
   color: #fff;
   BACKGROUND: url(../images/mbg2.gif) #2372AB no-repeat 0px 0px;
}

/* set dropdown to default */
li:hover li a, li.over li a {
    color: #FFF;
	BACKGROUND: url(../images/mbg1.gif) #2372AB no-repeat 0px 0px;
}
li ul li a {  } /* Sub Menu Styles */
li:hover ul, li.over ul { 	left:179px;  } /* The magic */

