.tabmenu { 
	height:30px;
	width:854px; 
	position:relative; 
	z-index:2; 
	font-size:13px;
	font-family: Verdana;
	padding-left:18px;
	}
/* hack to correct IE5.5 faulty box model */
* html .tabmenu {
	width:844px; 
	w\idth:844px;
	padding-left:28px;
}
	
.tabmenu ul {
  margin: 0;
}
.tabmenu li {
  line-height: 0;
  margin-left: 0;
}

/* remove all the bullets, borders and padding from the default list styling */
.tabmenu ul {
	padding:0;
	margin:0;
	list-style-type:none;
	text-transform:uppercase;
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown tabmenu positon */
.tabmenu li {	
	float:left;
	width:auto;
	position:relative;
}
/* style the links for the top level */
.tabmenu a, .tabmenu a:visited {
	display:block;
	font-size:13px;
	text-decoration:none; 
	color:#3e3d40;
	width:auto;
	height:30px; 
	padding:0 10px; 
	line-height:29px; 
	font-weight:normal;
	}
/* a hack so that IE5.5 faulty box model is corrected */
* html .tabmenu a, * html .tabmenu a:visited {
	width:145px; 
	w\idth:134px; 
	margin:0;
	padding:0 10px 0 0px;
}
 
/* style the second level background */
.tabmenu ul ul a.drop, .tabmenu ul ul a.drop:visited {
	background-color:#000000; 
	filter:alpha(opacity=70); /* IE */
	-moz-opacity:0.7; /* Gecko-Browser */
	opacity:0.7; /* Opera 9+ */
	}
*html .tabmenu ul ul a.drop, *html .tabmenu ul ul a.drop:visited {background:#000000;}
/* style the second level hover */
.tabmenu ul ul a.drop:hover{
	background-color:#000000; 
	filter:alpha(opacity=70); /* IE */
	-moz-opacity:0.7; /* Gecko-Browser */
	opacity:0.7; /* Opera 9+ */
	}
.tabmenu ul ul :hover > a.drop {
	background-color:#000000; 
	filter:alpha(opacity=70); /* IE */
	-moz-opacity:0.7; /* Gecko-Browser */
	opacity:0.7; /* Opera 9+ */ 
}
*html .tabmenu ul ul a.drop:hover{background:#000000;}
*html .tabmenu ul ul :hover > a.drop {background:#000000;}

 
/* hide the sub levels and give them a positon absolute so that they take up no room */
.tabmenu ul ul {	
	visibility:hidden;
	position:absolute;
	top:30px;
	left:0; 
	padding:5px 0px 5px 0px; 
	width:180px;
	text-transform:none; 
	font-size:12px;
	background-color:#000000; 
	filter:alpha(opacity=70); /* IE */
	-moz-opacity:0.7; /* Gecko-Browser */
	opacity:0.7; /* Opera 9+ */
}


/* another hack for IE5.5 */
* html .tabmenu ul ul {top:29px;t\op:30px;}


  
/* style the table so that it takes no ppart in the layout - required for IE to work */
.tabmenu table {	
	position:absolute; 
	top:0; 
	left:0; 
	border-collapse:collapse;
}
 
/* style the second level links */
.tabmenu ul ul a, .tabmenu ul ul a:visited {
	background-color:#000000; 
	filter:alpha(opacity=70); /* IE */
	-moz-opacity:0.7; /* Gecko-Browser */
	opacity:0.7; /* Opera 9+ */  
	color:#ffffff; 
	height:auto; 
	line-height:1em; 
	padding:5px 0 5px 10px; 
	width:170px;
}
*html .tabmenu ul ul a, *html .tabmenu ul ul a:visited {background:#000000; color:#ffffff; height:auto; line-height:1em; padding:5px 0 5px 10px; 
	width:170px;}
/* yet another hack for IE5.5 */
* html .tabmenu ul ul a, * html .tabmenu ul ul a:visited {width:170px;w\idth:148px;}
 
/* style the top level hover */
.tabmenu a:hover {
	color:#c25359; 
	background:#ffffff; 
	text-decoration:none;
}
.tabmenu ul ul a:hover{
	color:#c25359; 
	background-color:#000000; 
	filter:alpha(opacity=70); /* IE */
	-moz-opacity:0.7; /* Gecko-Browser */
	opacity:0.7; /* Opera 9+ */   
	text-decoration:none;
}
.tabmenu :hover > a {
	color:#c25359; 
	background:#ffffff; 
	text-decoration:none;
}
.tabmenu ul ul :hover > a {
	color:#c25359; 
	background-color:#000000; 
	filter:alpha(opacity=70); /* IE */
	-moz-opacity:0.7; /* Gecko-Browser */
	opacity:0.7; /* Opera 9+ */   
	text-decoration:none;
}

 
/* make the second level visible when hover on first level list OR link */
.tabmenu ul li:hover ul,
.tabmenu ul a:hover ul{visibility:visible; }


/* Active Links style */
#tabmenu a .dropact {
color:#c25359;
text-decoration:none;}
#tabmenu a .dropact_sub {
color:#c25359;
text-decoration:none;}
.tabmenu .dropact {
color:#c25359;
text-decoration:none;
}
.tabmenu .dropact_sub {
color:#c25359;
text-decoration:none;
}
.tabmenu ul li .dropact {
color:#c25359;
text-decoration:none;
}
.tabmenu ul li .dropact_sub {
color:#c25359;
text-decoration:none;
}