.menu {
font-family: verdana, sans-serif; /* main header fond */
font-size:9px;
width:82.6%; /*Menu expands with the window size*/
position:relative; 
background: url("../images/menu_bg_1x35.gif") repeat-x; /*tab background image path */ 
height:35px; 
margin:0;
z-index:20;
line-height:43px;
padding-left: 175px; /* width of Google Ads: 160px */
float: left;
/*text-transform: uppercase;*/
}

.menu ul li a, .menu ul li a:visited {
display:block; 
text-decoration:none;
padding: 0px 10px 0px 10px;
color: #F79D00; /* Orange color */
font-weight:bold;
background: url("../images/menu_bg_1x35.gif") repeat-x; 
overflow:visible;
cursor: pointer;
white-space:nowrap;
z-index:30;
}

.menu ul {padding:0; margin:0;list-style-type: none; }
.menu li{display:inline;margin:0 2px 0 0;padding:0;}
.menu ul li {float:left; position:relative; display:block;}
.menu ul li ul {display: none;}

* .table {
	margin:-1px; 
	border-collapse:collapse;
	font-size:1em;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.menu a {float:none;}
/* End IE5-Mac hack */

/* Main menu hover */
.menu ul li:hover a {
float:left;
color:#044F9F; 
background:url("../images/menu_hover_left.gif") no-repeat left top; 
height: 35px;
margin:0; 
padding:0 0 0 7px; 
}

.menu ul li:hover a span{
float:left;
display:block;
background:url("../images/menu_hover_right.gif") no-repeat right top;
padding: 0 10px 0 3px;
}

/* display dropdown1 while Hover main menu */
.menu ul li:hover ul {
display:block; position:absolute; 
top:35px;left:0;float:left; 
background-color:#00BAF0;
border-right: 2px solid #B0DFF8;
border-bottom: 2px solid #B0DFF8;
-moz-opacity: 0.9; opacity: 0.9; /* Non IE browser */
filter: alpha(opacity = 90); /* for IE we need this */
text-align:center;
font-size:10px;
}

 /*dropdown1 having sub menu2 only */
 /*
.menu ul li:hover ul li a.drop {background:#00BAF0 url(../images/arrow.gif) 108px 7px no-repeat; 
color:#FFFFFF; height:20px; line-height:20px; text-align:center;}
*/
.menu ul li:hover ul li:hover a.drop {background:#00BAF0; color:#B0DFF8;}
.menu ul li:hover ul li ul {display: none;}

/*IE only. Add 1em spacing between menu and rest of content*/
/** html .menu{ margin-bottom: 1em;}*/

/* Commented Backslash Hack hides rule from IE5-Mac */
.menu a span {float:none;} 
.menu a:hover, .menu li.selected a{background-position:0% -193px;}
.menu a:hover span, .menu li.selected a span{background-position:100% -193px;}
/*
.menu ul li:hover ul li a.drop:hover {background:#00BAF0 url(../images/arrow_roll.gif) 108px 7px no-repeat;}
.menu ul li:hover ul li:hover > a.drop {background:#00BAF0 url(../images/arrow_roll.gif) 108px 7px no-repeat;}
*/
/* Each dropdown row */
/* TODO Text align center doesn't work */
.menu ul li:hover ul li a {display:block; background:#00BAF0; color:#FFFFFF; 
margin:0; padding:0;left:0; 
text-align:center;
padding-left: 5px;
width: 208px;   /* width drop down menu */
height:20px;  /* sub menu level 1 height */
line-height:20px; 
font-weight:bold;
text-align:center;
}

/*dropdown1 hover menu item */
.menu ul li:hover ul li a:hover {background:#00BAF0; color:#B0DFF8;} 

/* dropdown menu 2 */
/* absolute is positioned at the specified coordinates relative to its containing block */
/*.menu ul li:hover ul li:hover ul {display:block; position:absolute;
left:122px; top:0; 
height:auto;  margin:0;
border-top: 2px solid #FFFFFF;
border-right: 2px solid #B0DFF8;
border-bottom: 2px solid #B0DFF8;
border-left: 2px solid #FFFFFF;
text-align:center;
}*/

.menu ul li:hover ul li:hover ul.left {left:-185px;}
