div.menu	   {background-image:url(image/hmenu_background.jpg);
			background-repeat: repeat-x;
			color: #FFF;
			clear: left;
			margin-bottom: 10px;
			}
			
#ulMenu {
background-image:url(image/hmenu_background.jpg);
			background-repeat: repeat-x;
			color: #FFF;
			clear: left;
			margin-bottom: 10px;
			height: 35px;
	
	}			
div.menu li#m1, div.menu li#m2, div.menu li#m3, div.menu li#m4, div.menu li#m5, div.menu li#m6, div.menu li#m7 
{ float: left; list-style: none; /*margin: 4px 0 0 0;*/ margin:0px; padding: 0 10px; text-align: center; height: 26px; width:100px; text-align:center;}
/*
div.menu li#m1 { width: 160px; background: url(images/menu_k.jpg) repeat-x; }
div.menu li#m2 { width: 190px; background: url(images/menu_b.jpg) repeat-x; }
div.menu li#m3 { width: 210px; background: url(images/menu_k.jpg) repeat-x; }
div.menu li#m4 { width: 170px; background: url(images/menu_b.jpg) repeat-x; margin-right: 0; }
*/







div.menu li#m1 a.parent, div.menu li#m2 a.parent, div.menu li#m3 a.parent, div.menu li#m4 a.parent, div.menu li#m5 a.parent, div.menu li#m6 a.parent, div.menu li#m7 a.parent 
{ /*font-family:"Times New Roman", Times, serif;*/

/*display: block; margin:0; padding: 5px 0; color: #EFEFEF; text-decoration: none; font-weight: bold;  letter-spacing: 0.4px;*/

color:#fff;
display:block;
font-family:verdana;
font-size:8px;
font-weight:bold;
margin:0;
text-decoration:none;
text-transform:uppercase;
/*padding-bottom:20px;*/


}
div.menu li span {  }
div.menu li#m1 a:hover, div.menu li#m2 a:hover, div.menu li#m3 a:hover, div.menu li#m4 a:hover, div.menu li#m5 a:hover, div.menu li#m6 a:hover, div.menu li#m7 a:hover { color: #000; }

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
}
.menu ul ul {
width:180px;
}
/* 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;
}
.menu ul ul li {
width:120px;
}
/* style the links for the top level */
.menu ul ul a, .menu ul ul a:visited {
display:block;
font-size:10px;
text-decoration:none; 
text-align: left;
font-family:Arial, Helvetica, sans-serif;
font-weight: bold;
color:#fff; 
/*width:180px; */
height:25px; 
border:1px solid #D5D4CF; 
border-width:1px 0 0 0; 
background:#034693; 
padding-left:10px; 
line-height:20px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {

}

/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
background:#2d2d2d;
}

/* style the third level hover */
.menu ul ul ul a:hover {
background:#fff;
}
.menu ul ul ul :hover > a {
background:#2d2d2d;
}

/* 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:25px;
left:0; 
z-index:100;
/*width:180px;*/
}
/* 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:200px; 
top:0;
width:180px;
}


/* style the table so that it takes no part 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 {
background:#3a3a3c; 
color:#fff; 
height:auto; 
line-height:1em; 
padding:8px 10px; 
width:180px

filter:alpha(opacity=92);
-moz-opacity:0.92;
-khtml-opacity: 0.92;
opacity: 0.92;

/* yet another hack for IE5.5 */
}
* html .menu ul ul a{
width:180px;
w\idth:180px;
}


/* style the top level hover */
.menu a.parent:hover {
color:#fff; 
background:transparent;
}
.menu :hover > a.parent {
color:#fff;
background:transparent;
}

.menu a:hover, .menu ul ul a:hover{
color:#fff; 
background:#2C739F;
}
.menu :hover > a, .menu ul ul :hover > a {
color:#fff;
background:#3a3a3c;
}

/* 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;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover 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;
}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul { 
visibility:visible;
}
