/* Menu STYLES START HERE */
#CompanyMenu {
	position:absolute;
	/*left:381px;*/
	top:58px;
	z-index:10;
	width: 150px;
	visibility: hidden;
}

#ProductMenu {
	position:absolute;
	/*left:474px;*/
	top:58px;
	width:225px;
	z-index:10;
	visibility: hidden;
}
#ServicesMenu {
	position:absolute;
	/*left:562px;*/
	top:58px;
	width:210px;
	z-index:10;
	visibility: hidden;
}
#ResourcesMenu {
	position:absolute;
	/*left:654px;*/
	top:58px;
	width:150px;
	z-index:10;
	height: 20;
	visibility: hidden;
}
#HelpSMenu {
	position:absolute;
	/*left:756px;*/
	top:58px;
	width:150px;
	z-index:10;
	visibility: hidden;
}
#LoginMenu {
	position:absolute;
	/*left:812px;*/
	top:58px;
	width:150px;
	z-index:10;
	visibility: hidden;

}
/* Menu STYLES ENDS HERE */

#DivStyle {
	overflow:auto;
	overflow-y:auto;
	WIDTH: 230px;
	HEIGHT: 149px;
	width:150px;
	z-index:10;

}
#DivStyle2 {
	overflow:auto;
	WIDTH: 230px;
	HEIGHT: 149px;
	width:150px;
	z-index:10;

}

/* Menu STYLES START HERE */

/* style for Context Menu Outside Border & BgColor*/
.CXTBorderShadow
{
	border-style:solid;
	border-width:1px;
	border-color:#cccccc;
	padding-left:2px;
	padding-Right:2px;
	padding-top:1px;
	padding-bottom:2px;
	filter:alpha(opacity=70);
	-moz-opacity:0.5;
	opacity:0.5;
	background-color:#ffffff;	
}
/* Style for Context Menu Item Style*/
.CXTItemStyle
{
	font-family:helvetica,sans-serif;
	font-size: 11px;
	color: #000000;
	background-color:#ffffff;
	font-weight:bold;
	height:18px;
	cursor:hand;
		
}
/* style for Context Menu Item Sytle Hover*/
.CXTItemStyleHover
{
	font-family:helvetica,sans-serif;
	font-size: 11px;
	color: #ffffff;
	background-color:#798595;
	font-weight:bold;
	height:18px;
	cursor:hand;
}
/* style for Context Menu Separator*/
.CXTSeparator
{
	/*background-image: url(Images/CXTSeparator.gif);*/
	height:3px;
}

/* Menu STYLES ENDS HERE */
