body { behavior:url( hover.htc ); }

#menu-container{ margin:0 auto; width:100%; height:30px;
background-image: url(../images/button.gif); background-repeat:repeat-x; 
 }
#menu{
width:680px;
float:left;
}

#menu a{
font:normal 11px tahoma,arial,helvetica,sans-serif;
border-width:1px;
border-style:solid;
border-color:#ccc #888 #555 #bbb;
white-space:nowrap;
margin:0;
padding:0 5px;
padding-top:5px;
background:#eee;
text-decoration:none;
display:block;  
height:20px;
}

#menu h2{
display:block;
border-width:1px;
border-style:solid;
border-color:#ccc #888 #555 #bbb;
white-space:nowrap;
margin:0;
padding:0 ;

}

#menu h2{
color:#232323;
background-image: url(../images/button.gif); background-repeat:repeat-x; 
}

#menu h2 a{
background:none;
text-align:center;

font:bold 12px tahoma,arial,helvetica,sans-serif;
border:none;
height:16px;
}
#menu a, #menu a:visited{
color:#232323;
display:block;  
}

#menu a:hover{
color:#fff;
background:#5C5B71;
background-image: url(../images/bgMenuON.gif); background-repeat:repeat-x; 
}
.dropdown a:hover{display:block;}

#menu a:active{
color:#343434;
background:#ccc;
}

#menu ul{
list-style:none;
margin:0;
padding:0;
float:left;
width:75px;
}

#menu li{
position:relative;

}

#menu ul ul{
position:absolute;
z-index:500;
top:auto;
display:none;
width:170px;
margin:0;
padding:0;
}

#menu ul ul ul{
top:0;
left:100%;
}

/* Begin non-anchor hover selectors */

/* Enter the more specific element (div) selector
on non-anchor hovers for IE5.x to comply with the
older version of csshover.htc - V1.21.041022. It
improves IE's performance speed to use the older
file and this method */

div#menu h2:hover{
color:#FFFFFF
background:#5C5B71;
background-image: url(../images/bgMenuON.gif)); background-repeat:repeat-x; 
}

div#menu li:hover{
color:#FFFFFF;
background:#5C5B71;
background-image: url(../images/bgMenuON.gif)); background-repeat:repeat-x; 
cursor:pointer;
z-index:100;
}

div#menu li:hover ul ul,
div#menu li li:hover ul ul,
div#menu li li li:hover ul ul,
div#menu li li li li:hover ul ul
{display:none;}

div#menu li:hover ul,
div#menu li li:hover ul,
div#menu li li li:hover ul,
div#menu li li li li:hover ul
{display:block;}

/* End of non-anchor hover selectors */

/* Styling for Expand */

#menu a.x, #menu a.x:visited{
color:#232323;
background:#eee;
}

#menu a.x:hover{
color:#fff;
background:#5C5B71;
}

#menu a.x:active{
color:#060;
background:#ccc;
}

#search{
	width:200px;
	 float:right;
	padding: 0px;
}
/* End CSS Popout Menu */