.menu {
	z-index: 200;
	}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
position:absolute;
padding:0;
margin:0;
list-style-type:none;
/*z-index:100; */
}
.menu ul li ul {
width:150px;
padding-bottom:15px;
/*z-index:100 !important;*/
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
float:left;
position:relative !important;
	
	width:139px;
	height:22px;
	padding-top:5px;
	color:#FFFFFF;
	font-size:12px;
	list-style-type:none;
	text-align:center;
	background-image:url(../images/mainmenu_seperator.gif);
	background-repeat:no-repeat;
	background-position:left;
	text-transform:lowercase;
	z-index:100 !important;
}

.menu li a {
	display:block;
	height:22px;
}
/* style the links for the top level */
.menu a /*, .menu a:visited*/ {
	color:#FFFFFF;
	text-decoration:none;	
}
li a.dropact {
	background-position: center -80px;
	color: #ffffff;
	}
li a.dropact:hover {
	background-position: center -120px;
	color: #ffffff;
	}

.menu ul li ul li {	
	height:auto;
	display: inline;
	clear:both !important;
	padding-left:15px;
	padding-bottom:3px;
	list-style-position:inside;
	background-image:url(../images/submenu_bullet.gif);
	background-repeat:no-repeat;
	background-position:10px 12px;
	background-color:#D80019;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	text-align:left;
	opacity: 0.9;
	filter: alpha(opacity=90);
	z-index:100 !important;
	}
.menu ul li ul li ul li{	
	opacity: 1;
	filter: alpha(opacity=100);
	}

.menu ul ul li a {
	height: auto;
	display: block;
	margin: 0px ! important;
	margin-bottom: -1px ! important;
	color:#FFFFFF;
	}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
width:auto;
w\idth:auto;
}
* html .menu ul ul a, * html .menu ul ul a:visited {
width:150px;
w\idth:150px;
}
 
/* style the third level background */
.menu ul ul ul a /*, .menu ul ul ul a:visited*/ {
}
/* style the third level hover */
.menu ul ul ul a:hover {
}
 
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
height:0;
top:27px;
left:0; 
width:150px;
}
/* another hack for IE5.5 */
* html .menu ul ul {
top:25px;
t\op:26px;
}
 
/* position the third level flyout menu */
.menu ul ul ul {
left:150px; 
top:0;
width:150px;
}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
left:-150px;
}
 
/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0;}
 
/* style the second level links */
.menu ul ul a /*, .menu ul ul a:visited*/ {
color:#000; 
height:auto; 
line-height:1em; 
padding:5px 10px; 
width:129px;
	height: auto;
	background-image: none;
/* yet another hack for IE5.5 */
}
* html .menu ul ul a{
width:150px;
w\idth:150px;
}
 
 
/* style the top level hover */
.menu a:hover {
color:#fff; 
	background-position: center -40px;
}
.menu ul ul a:hover{
color:#fff; 
font-weight:normal;
}

.menu :hover > a {
color:#fff;
}
.menu ul ul :hover > a {
color:#fff;
}
 
/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul {
visibility:visible; 
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul {
visibility:hidden;
}
 
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul {
visibility:visible;
}

a.dropact {
	font-weight:bold;
	color:#DB002F !important;
}