﻿/**************** menu coding *****************/
#menu {
width: 100%;
float: left;
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
width: 125px;
float: left;
text-align: center;
}

#menu a {
font: bold 10px Verdana, Arial;
display: block;
border-width: 1px;
border-style: solid;
border-color:  #FFF4F4;
background-color: #FFF4F4;
margin: 2;
padding: 6px 2px 6px 2px;
}

#menu a {
color: #CC6600;
background: #FFF4F4;
text-decoration: none;
}

#menu a:hover {
color: CC6600;
background: #FFCC99;
}

#menu li {position: relative;}




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

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

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

<!--[if IE]>
<style type="text/css" >
 #menu ul li {float: left; width: 125px; text-align: center;}
</style>
<![endif]-->

<!--[if lt IE 7]>
<style type="text/css" >
body {
behavior: url(csshover.htc);
font: bold 10px Verdana, Arial;
}

#menu ul li {float: left; width: 125px; text-align: center;}
#menu ul li a {height: 50%;} 

#menu a {
font: bold 10px Verdana, Arial;}
</style>
<![endif]-->