/*
	*	Mohammed Derbashi, Estarta Solutions
	*	26.12.2005
	*	Vertical menu style sheet file
	*	This file contains the classes for the general menu for Estarta website
*/

/* main links, level 0*/
.main_lnk:active, .main_lnk:link, .main_lnk:visited
{
	font: 10px Tahoma, Verdana, sans-serif;
	font-weight: bold;
	height: 17px;
	width: 165px;
	text-decoration: none;
	color: white;
	text-indent: 30px;
}

.main_lnk:hover
{
	background-image: url('./../Images/arrow3.gif');
	background-repeat: no-repeat;
	font: 10px Tahoma, Verdana, sans-serif;
	font-weight: bold;
	height: 17px;
	width: 165px;
	text-decoration: none;
	color: Black;
	text-indent: 30px;
}

/* sublinks, levels 1,2,3 */
.sub_lnk:active, .sub_lnk:link, .sub_lnk:visited
{
	font: 10px Tahoma, Verdana, sans-serif;
	color: Black;
	text-decoration: none;
	width: 100%;
	height: 100%;
}

.sub_lnk:hover
{
	font: 10px Tahoma, Verdana, sans-serif;
	color: Black;
	text-decoration: none;
	width: 100%;
	height: 100%;
	background-color: #DAD9D9;
}

/* sub DIV, levels 1,2,3 */
.sub_DIV
{
	width: 150px;
	background-color: #FFFFFF;
	/*border: 1px solid #FF0000;*/
	/*z-index: 1;*/
}

/* the table that contain the sub links */
.subLnk_table
{
	border: 0px solid #FF0000;
	background-color: White;
}

/* td that contain the sub links */
.subLnk_TD
{
	height: 17px;
	border-top: 1px solid #FF0000;
	border-bottom: 1px solid #FF0000;
	border-left: 1px solid #FF0000;
	border-right:1px solid #FF0000;
	vertical-align:bottom; 
}

.searchLable
{
	font: 10px Tahoma, Verdana, sans-serif;
	font-weight: bold;
	color: white;
}
.sLink:active, .sLink:link, .sLink:visited
{
	font: 12px Tahoma, Verdana, sans-serif;
	font-weight:normal ;
	text-decoration: none;
	color: white;
	text-indent: 30px;
}

.sLink:hover
{
	font: 12px Tahoma, Verdana, sans-serif;
	text-decoration: none;
	color: white;
	text-indent: 30px;
}