#menu_container td img {
/* Another Mozilla/Netscape bug with making sure our images display correctly */
	display: block; 
}

#menu_container {
/* The master div to make sure that our popup menus get aligned correctly.  Be careful when playing with this one. */
	position:relative;
	margin:0px;
	width:493px;
	/*height:18px;*/
	text-align:left;
	background-color:#FF0000;
}

#menu_div {
/* This ID is related to the master menu div for menu menu_div and contains the important positioning information for the menu as a whole */
	position:absolute;
	left:80px;
	top:17px;
	visibility:hidden;
	z-index:300; 
}

#dropdown_menu {
/* This class defines things about menu dropdown_menu's div. */
	position:absolute;
	left:0px;
	top:-19px;
	visibility:hidden;
	background-color:#00ffff;/**/
	border:0px solid #cccccc;
	width:167px;
	height:62px;
	
}


/*Item-1 borders*/
.style1_dropdown_menu { 
/* This class determines the general characteristics of the menu items in menu dropdown_menu */
	border-top:1px solid #4F8CB8;
	border-left:0px solid #ffffff;
	border-bottom:0px solid #ff00ff;
	border-right:0px solid #cccccc;
	width:175px;
	height:23px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:167px;
	height:14px;
	line-height:1.6em;
}

/*other all (three) items borders*/
.Style2_dropdown_menu {
/* This class determines the general characteristics of the menu items in menu dropdown_menu */
	border-top:0px;
	border-left:0px solid #ffffff;
	border-bottom:0px solid #ff00ff;
	border-right:0px solid #cccccc;
	width:175px;
	height:22px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:167px;
	height:14px;
		line-height:1.6em; 	
}

/*item-1 position*/

#dropdown_menu_Item_0 {
/* Unique ID for item 0 of menu dropdown_menu so we can set its position */
	left:0px;
	top:0px;
}


/*item-2 position*/

#dropdown_menu_Item_1 {
/* Unique ID for item 1 of menu dropdown_menu so we can set its position */
	left:0px;
	top:23px;
}

/*item-3 position*/
#dropdown_menu_Item_2 {
/* Unique ID for item 2 of menu dropdown_menu so we can set its position */
	left:0px;
	top:45px;
}

/*item-4 position*/
#dropdown_menu_Item_3 {
/* Unique ID for item 3 of menu dropdown_menu so we can set its position */
	left:0px;
	top:67px;
}

/*item-5 position*/ /*if u add more item after id4 (Item-5th coz ID started from 0) than add this below ID and five this .._Item_5 and +22 the top position */
#dropdown_menu_Item_4 {
/* Unique ID for item 3 of menu dropdown_menu so we can set its position */
	left:0px;
	top:89px;
}





#menu_div img {
/* needed for Mozilla/Camino/Netscape */
	border:0px;
}


/*start font color on menu */

#menu_div a {
/* Controls the general apperance for menu menu_div's items, including color and font */
	text-decoration:none;
	font-family: /*Verdana,*/ Arial, Helvetica, sans-serif;
	font-size:11px; font-weight:normal; 
/*color:#4F8CB8;*/color:#fff;

	text-align:left;
	vertical-align:middle;
/*	padding:3px;*/ 	padding:0px;  padding-left:4px;
	/*background-color:#ebebeb;*/ 	background-color:#1E8CAF;
	font-weight:bold;
	font-style:normal;
	display:block;
	position:absolute;
height:22px; 
		background-image:url(../images/dd_menu_Bg.gif);
	background-repeat:no-repeat;
}

#menu_div a:hover {
/* Controls the mouse over effects for menu menu_div */
	color:#00FFFF;
	background-color:#C7CCD3;  
}

