/* set up the overall width of the menu div, the font and the margins with a relative position*/
.menu 
{
float:left;
position:relative;

}

.menu A:link {
height:32px;cursor:pointer;
}
.menu A:visited {
height:32px;cursor:pointer;
	
}
.menu A:hover {
height:32px;cursor:pointer;
}

/* remove the bullets and set the margin and padding to zero for the unordered list */
.menu ul 
{padding:0px; margin:0px; list-style:none; border:0px;}

/* float the list so that the items are in a line */
.menu ul li
{float:left; width:125px; position:relative;}

/* style the links to be 155px wide by 27px high. Set the background color and the font size. */
.menu ul li a:link,
.menu ul li a:visited
{
color:#ffffff;
padding-top:8px;
font-size:16px;
font-family: Lucida Sans Unicode, verdana, tahoma, arial, san-serif;
display:block; 
width:125px; 
height:32px;   
text-decoration:none;
overflow:hidden;
}

.menu ul li a:hover
{
color:#00DDA1;
font-size:16px;
display:block; 
width:125px; 
padding-top:8px;
text-decoration:none;
background:url(../images_en/menu_hover_bg.gif);
font-family: Lucida Sans Unicode, verdana, tahoma, arial, san-serif;
}
/* Get rid of any default table style */



/* make the dropdown ul invisible */
.menu ul li ul
{display:none; position:absolute; top:40px;color:#ffffff;}

/* set the foreground color of the main menu li on hover and the border to trigger IE */
.menu ul li:hover a, 
.menu ul li a:hover
{border:0;color:#00DDA1;}

/* make the sub menu ul visible and position it beneath the first list item */
.menu ul li:hover ul
{display:block;color:#ffffff;} 
.menu ul li a:hover ul
{display:block;color:#ffffff;}

/* make the sub menu ul li the full width with padding and border. Add an auto scroll bar */
.menu ul li:hover ul li, 
.menu ul li a:hover ul li
{color:#ffffff;}
/* hack the widht for IE5.5 */
* html .menu ul li a:hover ul li 
{color:#ffffff;}
/* style the background and foreground color of the submenu links */
.menu ul li:hover ul li a, 
.menu ul li a:hover ul li a
{
float:left; 
width:111px;
padding-left:14px;
height:24px;
display:block;
text-align:left;
text-decoration:none; 
border:0;
color:#ffffff;
font-size: 12px;
font-family: Lucida Sans Unicode, verdana, tahoma, arial, san-serif;
padding-top:6px;
background: #00120D;
}

/* style the background and forground colors of the links on hover */
.menu ul li:hover ul li a:hover,
.menu ul li a:hover ul li a:hover
{
color:#ffffff;
font-size: 12px;
font-family: Lucida Sans Unicode, verdana, tahoma, arial, san-serif;
text-decoration:none; 
background: #33413D;

}

.menu_select {
padding-top:8px;
height:32px;
cursor:pointer;
background:url(../images_en/menu_hover_bg.gif);
}

.menu_bottombg {
    float:left;
	width:105px;
	height:10px;
	overflow:hidden;
	background:#00120D
	}

.menu_bottombg_t {
    float:left;
	width:177px;
	height:10px;
	overflow:hidden;
	background:#00120D
	}

.black_left_conner {
    float:left;
	width:10px;
	height:10px;
	overflow:hidden;
	background:url(../images_en/black_left_conner.png);
	behavior: url(iepngfix.htc);
	}

.black_right_conner {
    float:left;
	width:10px;
	height:10px;
	overflow:hidden;
	background:url(../images_en/black_right_conner.png);
	behavior: url(iepngfix.htc);
	}