/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/
.yuimenu {
	top: -999em;
	left: -999em;
}

.yuimenubar {
	position: static;
}

.yuimenu .yuimenu,.yuimenubar .yuimenu {
	position: absolute;
}

.yuimenubar li,.yuimenu li {
	list-style-type: none;
}

.yuimenubar ul,.yuimenu ul,.yuimenubar li,.yuimenu li,.yuimenu h6,.yuimenubar h6
	{
	margin: 0;
	padding: 0;
}

.yuimenuitemlabel,.yuimenubaritemlabel {
	text-align: left;
	white-space: nowrap;
}

.yuimenubar ul { *
	zoom: 1;

}

.yuimenubar .yuimenu ul { *
	/*Changed the zoom value from normal to 1, to add gradient color to submenu. - Changed by Bharath on 22-SEP-09*/
	zoom: 1;
}

.yuimenubar>.bd>ul:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	line-height: 0;
}

.yuimenubaritem {
	float: left;
}

.yuimenubaritemlabel,.yuimenuitemlabel {
	display: block;
}

.yuimenuitemlabel .helptext {
	font-style: normal;
	display: block;
	margin: -1em 0 0 10em;
}

.yui-menu-shadow {
	position: absolute;
	visibility: hidden;
	z-index: -1;
}

.yui-menu-shadow-visible {
	top: 2px;
	right: -3px;
	left: -3px;
	bottom: -3px;
	visibility: visible;
}

.hide-scrollbars * {
	overflow: hidden;
}

.hide-scrollbars select {
	display: none;
}

.yuimenu.show-scrollbars,.yuimenubar.show-scrollbars {
	overflow: visible;
}

.yuimenu.hide-scrollbars .yui-menu-shadow,.yuimenubar.hide-scrollbars .yui-menu-shadow
	{
	overflow: hidden;
}

.yuimenu.show-scrollbars .yui-menu-shadow,.yuimenubar.show-scrollbars .yui-menu-shadow
	{
	overflow: auto;
}

.yui-overlay.yui-force-raw {
	margin-bottom: 0px;
}

.yui-skin-sam .yuimenubar {
	font-size: 93%;
	line-height: 2; *
	line-height: 1.9;
	border: solid 1px #808080;
	background: url(../../../../assets/skins/sam/sprite.png) repeat-x 0 0;
}

.yui-skin-sam .yuimenubarnav .yuimenubaritem {
	/*border-right property set on load changed from #084549 to #b6c2c6 - changed by Bharath on 22-SEP-09*/
	border-right: solid 1px #b6c2c6;
}

.yui-skin-sam .yuimenubaritemlabel {
	padding: 0 10px;
	/* color property will be set on load - Bharath on 21-SEP-09*/
	color: #ffffff  ;
	text-decoration: none;
	cursor: default;
	position: relative;
	margin: -1px 0;
	/*Edited by NIIT S.k.J.*/
	/* font property will be set on load - Bharath on 22-SEP-09*/
	font-weight:normal;
	text-align:center; 
	font-family:Verdana; 
	font-size:12px;
}

.yui-skin-sam .yuimenubarnav .yuimenubaritemlabel {
	padding-right: 20px; *
	display: inline-block;
}

.yui-skin-sam .yuimenubarnav .yuimenubaritemlabel-hassubmenu {
		;
}

.yui-skin-sam .yuimenubaritem-selected {
	background: url(../../../../assets/skins/sam/sprite.png) repeat-x 0
		-1700px;
		/* Edited By NIIT S.K.J. change the UL color once the Top Menu is Selected*/
	background-color:#0D4A51;
	color:#ffffff ;
	/*on mouse over, the filter property sets the requi#535353 color gradient - Changed by Bharath on 22-SEP-09*/
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#535353',EndColorStr='#535353'); 
	
}

.yui-skin-sam .yuimenubaritemlabel-selected {
	border-color: #7D98B8;
}

.yui-skin-sam .yuimenubarnav .yuimenubaritemlabel-selected {
	border-left-width: 1px;
	margin-left: -1px; *
	left: -1px;
}

.yui-skin-sam .yuimenubaritemlabel-disabled {
	cursor: default;
	color: #A6A6A6;
}

.yui-skin-sam .yuimenubarnav .yuimenubaritemlabel-hassubmenu-disabled {
}

.yui-skin-sam .yuimenu {
	font-size: 93%;
	line-height: 1.5; *
	line-height: 1.45;
}

.yui-skin-sam .yuimenubar .yuimenu,.yui-skin-sam .yuimenu .yuimenu {
	font-size: 100%;
}

.yui-skin-sam .yuimenu .bd { *
	zoom: 1;
	_zoom: normal;
	border: solid 1px #808080;
	background-color: #ffffff ;
}

.yui-skin-sam .yuimenu .yuimenu .bd { *
	zoom: normal;
}

.yui-skin-sam .yuimenu ul {
	padding: 3px 0;
	border-width: 1px 0 0 0;
	border-color: #ccc;
	border-style: solid;
}

.yui-skin-sam .yuimenu ul.first-of-type {
	border-width: 0;
	
}

.yui-skin-sam .yuimenu h6 {
	font-weight: bold;
	border-style: solid;
	border-color: #ccc;
	border-width: 1px 0 0 0;
	color: #a4a4a4;
	padding: 3px 10px 0 10px;
}

.yui-skin-sam .yuimenu ul.hastitle,.yui-skin-sam .yuimenu h6.first-of-type
	{
	border-width: 0;
}

.yui-skin-sam .yuimenu .yui-menu-body-scrolled {
	border-color: #ccc #808080;
	overflow: hidden;
}

.yui-skin-sam .yuimenu .topscrollbar,.yui-skin-sam .yuimenu .bottomscrollbar
	{
	height: 16px;
	border: solid 1px #808080;
	background: #ffffff   url(../../../../assets/skins/sam/sprite.png) no-repeat
		0 0;
}

.yui-skin-sam .yuimenu .topscrollbar {
	border-bottom-width: 0;
	background-position: center -950px;
}

.yui-skin-sam .yuimenu .topscrollbar_disabled {
	background-position: center -975px;
}

.yui-skin-sam .yuimenu .bottomscrollbar {
	border-top-width: 0;
	background-position: center -850px;
}

.yui-skin-sam .yuimenu .bottomscrollbar_disabled {
	background-position: center -875px;
}

.yui-skin-sam .yuimenuitem {
	_border-bottom: solid 0px #ffffff  ;
}

.yui-skin-sam .yuimenuitemlabel {
	padding: 0 20px;
	color: #ffffff  ;
	text-decoration: none;
	cursor: default;
}

.yui-skin-sam .yuimenuitemlabel .helptext {
	margin-top: -1.5em; *
	margin-top: -1.45em;
}

.yui-skin-sam .yuimenuitem-hassubmenu {
	background-image: url(menuitem_submenuindicator.png);
	background-position: right right;
	background-repeat: no-repeat;
}

.yui-skin-sam .yuimenuitem-checked {
	background-image: url(menuitem_checkbox.png);
	background-position: left center;
	background-repeat: no-repeat;
}

.yui-skin-sam .yui-menu-shadow-visible {
	background-color: #000;
	opacity: .12;
	filter: alpha(opacity = 12);
}

.yui-skin-sam .yuimenuitem-selected {
	/* menu item on mouse over, changes the background color from #B3D4FF to #c9c9ab - Changed by Bharath on 22-SEP-09 */
	background-color: #c9c9ab;
	
}

.yui-skin-sam .yuimenuitemlabel-disabled {
	cursor: default;
	color: #A6A6A6;
}

.yui-skin-sam .yuimenuitem-hassubmenu-disabled {
	background-image: url(menuitem_submenuindicator_disabled.png);
}

.yui-skin-sam .yuimenuitem-checked-disabled {
	background-image: url(menuitem_checkbox_disabled.png);
}

.yuiMenuSubmenu{
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#535353',EndColorStr='#535353'); 
	color:#ffffff  ;
	border-style:solid;
	border-color:#00000;
 	border-width:2px;
 	background-color:#A5BDBD;
}

.yuiMenubarUL
{
	/* Edited By NIIT S.K.J. change the UL color of Main Menu*/
	/* filter property will be set on load - Bharath on 21-SEP-09*/
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#535353',EndColorStr='#535353'); 
	color:#ffffff  ; 
	text-align:left; 
	font-size:11px; 
	font-weight:normal; 
	text-decoration:none; 
	border-style:none;
	border-color:#084549; 
	border-width:1px;
}