@charset "utf-8";
/* CSS Document */

.pad {clear:left; padding-top:270px;}
#nav {margin-left:25px;}
/* ================================================================
This copyright notice must be kept untouched in the stylesheet at
all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/multi-column.html
Copyright (c) 2005-2009 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any
way to fit your requirements.
=================================================================== */

#nav {	
	height: 61px;
	float:left;
	margin: 0 auto;
	padding-left:20px;	
	font-family:"Trebuchet MS" ,arial, sans-serif;	
	width:980px;
	background-color: #fff;
	background-image: url(http://www.indiaparenting.com/commonfiles/multicolumn/tabLeft_white.gif);
	background-repeat: no-repeat;
	background-position: left top;	
}

#menu {	
	height: 61px;
	position:relative;
	font-size:11px;
	margin: 0;
	z-index:1000;
	width:980px;
	float:left;	
	/*padding-right:20px;	*/
	background-image: url(http://www.indiaparenting.com/commonfiles/multicolumn/tabRight_white.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#menu table.ie6 {border-collapse:collapse; margin:0; padding:0;}

#menu ul {padding:0; margin:0; list-style: none;}
#menu ul li {float:left;background:url(http://www.indiaparenting.com/commonfiles/multicolumn/line.gif) top left  repeat-x;}
#menu ul li a {display:block; float:left;padding:0 10px 0 0;text-decoration:none; color:#fff; font-weight:bold; height:61px;/*line-height:60px;*/font-size:12px; background:url(http://www.indiaparenting.com/commonfiles/multicolumn/tabCenter_white.gif) no-repeat right top;}
#menu ul li a b {
	display:block;
	/*border:1px solid #333333;*/
	float:left;
	padding:15px 0 0 15px;
	text-decoration:none;
	color:#666666;
	font-weight:bold;
	height:46px;
	/*line-height:60px;*/	
	text-align:center;	
	font-size:12px;
	cursor:pointer;
	background-image: url(http://www.indiaparenting.com/commonfiles/multicolumn/tabCenter_white.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#menu ul li div.holder {position:absolute; left:-9999px;}

#menu ul li div .leftSide {float:left;background:  url(http://www.indiaparenting.com/commonfiles/multicolumn/dropLeft.gif) no-repeat left bottom;z-index:1000;}
#menu ul li div .rightSide {float:left; margin-left:10px; display:inline; padding:0 10px 0 0; background: url(http://www.indiaparenting.com/commonfiles/multicolumn/dropRight.gif) no-repeat right bottom;overflow:visible;}

#menu ul li:hover {position:relative;}
#menu ul li a:hover {color:#910; background-position:right ; white-space:nowrap; position:relative;}
#menu ul li a:hover b {color:#910; background-position:left ;}
#menu ul li a.sub:hover {color:#910; background-position:right bottom; white-space:nowrap; position:relative;}
#menu ul li a.sub:hover b {color:#910; background-position:left bottom;}

#menu ul li:hover > a {color:#910; position:relative;}
#menu ul li:hover a.sub {color:#910; background-position:right bottom; white-space:nowrap; position:relative;}
#menu ul li:hover a.sub > b {color:#910; background-position:left bottom;}

#menu ul :hover div.holder {position:absolute; top:61px; left:4px; margin: 0; padding: 0;}

#menu ul li.right a:hover div.holder {left:auto; right:3px; top:61px;}
#menu ul li.right:hover div.holder {left:auto; right:4px; top:61px;}

#menu ul dl {width:auto; margin:5px 0 10px 0; padding:0 5px;list-style:none;}
#menu ul dl dt {padding:0 10px; margin:0; line-height:20px; background:#488; color:#fff; white-space:nowrap;}
#menu ul dl dd {display:block; padding:0; margin:0;}
#menu ul dd a {background-image: none; display:block; height: 20px; line-height: 20px; color:#666666; text-align:left; margin: 0; padding:0 10px;font-weight:normal; white-space:nowrap; float:none; border-bottom:1px #666666 dotted;}
#menu ul dd a:hover {color:#c60;}

#menu ul #conTable td {vertical-align:top;}

