
/* CSS Document */

 /***** General formatting only Created by Sujit Dhar sujitdhar@gmail.com****/

/****************Popup menu coding *****************/
#menu {
width: 215px;
background: none;
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
}

#menu a, #menu h2 {
font: bold 11px/16px arial, helvetica, sans-serif;
text-align:left;
display: block;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width:0px;
border-right-width:0px;
border-style: solid;
border-color: #fff;
margin: 0;
height:38px;
padding: 11px 23px;
}

#menu h2 {
color: #000000;
background: #cecfce;
height:38px;
}

#menu a {
color: #5A6963;
background: none;
text-decoration: none;
}

#menu a:hover {
color: #000000;
background: none;
}

#menu li {
position: relative;

}

#menu ul ul {
position: absolute;
background:  #cecfce;
top: 0;
left: 100%;
width: 100%;
}

div#menu ul ul ,
div#menu ul  li:hover ul 
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul
{display: block;
width:215px;

}

/*<!--[if IE]>
<style type="text/css" media="screen">*/
#menu ul li {float: left; width: 100%;}
/*</style>
<![endif]-->

<!--[if lt IE 7]>
<style type="text/css" media="screen">*/
body {
behavior: url(css/csshover.htc);
font-size: 100%;
} 
#menu ul li {float: left; width: 100%;}
#menu ul li a {height: 1%;} 

#menu a, #menu h2 {
font: bold 0.7em/1.4em arial, helvetica, sans-serif;
} 
.bodytext {
	font-family: Verdana;
	font-size: 12px;
	color: #707070;
	text-decoration: none;
	line-height: 20px;
}
/*</style>
<![endif]-->*/



