/*header part*/


div#main_cat 
{
	background-image:url(http://www.habcotest.com/images/grey_button1.jpg);
	width:190px;
} 
div#main_cat:hover
{
	background:url(http://www.habcotest.com/images/grey_button2.jpg);
	width:190px;
}

div#main_cat a
{
	display:block; padding:3px 7px 5px;text-decoration:none; color: #ffc600;
	font-weight: bold;
} 

div#main_cat a:hover
{
	text-decoration:none;color:#903;/*old color:#5a7df9;*/
	font-weight: bold;
}


li.sub_cat2 
{
	background-image:url(http://www.habcotest.com/images/grey_button1.jpg);
	width:200px;
	font-weight: bold;
} 
li.sub_cat2:hover
{
	background:url(http://www.habcotest.com/images/grey_button2.jpg);
	width:200px;
	font-weight: bold;
}

li.sub_cat2 a
{
	display:block; padding:3px 7px 5px;text-decoration:none; color: #FFFFFF;
	/*color: #999999;*/
	
} 

li.sub_cat2 a:hover
{
	text-decoration:none;color:#ffc600;/*old color: #ff4971;*/
	/*color: #FFFFFF;*/
}

div.sub_cat3 
{
	background-image:url(http://www.habcotest.com/images/grey_button3.jpg);
	width:150px;
	font-weight: bold;
	float:left;

	
}


div.sub_cat3:hover
{
	background:url(http://www.habcotest.com/images/grey_button4.jpg);
	width:150px;
	font-weight: bold;
	float:left;

	
}

div.sub_cat3 a
{
	display:block; padding:3px 7px 5px;text-decoration:none; color: #FFFFFF;

	/*color: #999999;*/
}


div.sub_cat3 a:hover
{
	text-decoration:none;color:#ffc600;

	/*color: #FFFFFF;*/
}


div.sub_cat4 
{
	background-image:url(http://www.habcotest.com/images/grey_button3.jpg);
	width:40px;
	font-weight: bold;
	list-style:circle;
	position:relative; float:left;
} 
div.sub_cat4:hover
{
	background:url(http://www.habcotest.com/images/grey_button4.jpg);
	width:40px;
	font-weight: bold;
	list-style:circle;	
	position:relative; float:left;
}

div.sub_cat4 a
{
	display:block; padding:3px 7px 5px;text-decoration:none; color: #FFFFFF;
	/*color: #999999;*/
} 

div.sub_cat4 a:hover
{
	text-decoration:none;color: #ff4971;
	/*color: #FFFFFF;*/
}
/*header part end*/

#menuList
{
	width:200px;
}

.bodyContent 
{
	width:550px;
}
#mainTab
{
	width:550px;
}

#leftMenu
{
	width:230px;
	height:190px;
}
/*Drop down*/
ul.menu {list-style:none; margin:0; padding:0; list-style-type: none}
ul.menu * {margin:0; padding:0}
ul.menu a {display:block; color:#000; text-decoration:none}
ul.menu li {position:relative; float:left; margin-right:2px;list-style-type: none; width:125px}
ul.menu ul {position:absolute; top:26px; left:0; background:#ffffff; display:none; opacity:0; list-style:none}
ul.menu ul li {position:relative; border:1px solid #aaa; border-top:none; width:148px; margin:0;list-style-type: none}
ul.menu ul li a {display:block; padding:3px 7px 5px; background-color:#d1d1d1}
ul.menu ul li a:hover {background-color:#c5c5c5}
ul.menu ul ul {left:148px; top:-1px}
ul.menu .menulink {border:1px solid #aaa; padding:5px 7px 7px; font-weight:bold; background:url(http://www.habcotest.com/images/header.gif); width:134px}
ul.menu .menulink:hover, ul.menu .menuhover {background:url(http://www.habcotest.com/images/header_over.gif)}
ul.menu .sub {background:#d1d1d1 url(http://www.habcotest.com/images/arrow.gif) 125px 8px no-repeat}
ul.menu .topline {border-top:1px solid #aaa}
