.RadMenu_Stockhouse
{	
	font:11px/15px tahoma, verdana, sans-serif;
}

.RadMenu_Stockhouse .group, 
.RadMenu_Stockhouse .rootGroup
{
	background:  transparent;
	
}

.RadMenu_Stockhouse .rootGroup:after
{
    content:".";
    display:block;
    clear:both;
    visibility:hidden;
    height:0;
    
}
.RadMenu_Stockhouse .rootGroup
{
    display:inline;
    list-style-type: none;
}

/* hidden from IE/Mac \*/
.RadMenu_Stockhouse .rootGroup
{
    display:block;
    margin-bottom:-4px;
}
/**/

.RadMenu_Stockhouse .horizontal
{
	border-left:0;
	
}

.RadMenu_Stockhouse .vertical .first
{
    margin-top:-1px;
}

.RadMenu_Stockhouse .link,
.RadMenu_Stockhouse .disabled,
.RadMenu_Stockhouse .disabled:hover
{
	color:#666655;
	padding:0px;
	/*padding:3px 0px;*/
	text-decoration:none;
	/*background-color:#fffffc;*/
	cursor:pointer;
}

.RadMenu_Stockhouse .link:hover
{
	background-color:#666666;
	color:#fffffc;
	cursor:pointer;
}

/*.RadMenu_Stockhouse .expanded
.RadMenu_Stockhouse .expanded
.RadMenu_Stockhouse_rtl .vertical .expanded .text

{
    
}
*/
.RadMenu_Stockhouse .text
{
	cursor:pointer;
	padding:0 10px;
	margin-right:0px;
}

.RadMenu_Stockhouse .horizontal .link
{
	border-top:0;
}

.SpecialButtonSmall
{
   font-size: 10px;
   vertical-align: middle;
   
}
.SpecialButtonLarge
{
	font-size: 12px;
   vertical-align: middle;
   font-weight:bold; 
}
.RadMenu_Stockhouse .vertical .link
{
	border-left:0;
	/*border-top:1px solid #666655;*/
}

.RadMenu_Stockhouse .link:hover .expandLeft,
.RadMenu_Stockhouse .link:hover .expandRight
{
	background-image:url(Img/arrowWhite.gif);
}


.RadMenu_Stockhouse .expandLeft,
.RadMenu_Stockhouse .expandRight,
.RadMenu_Stockhouse .disabled:hover .expandLeft,
.RadMenu_Stockhouse .disabled:hover .expandRight
{
	background:transparent url('Img/arrow.gif') right center no-repeat;
}

.RadMenu_Stockhouse_rtl .expandLeft,
.RadMenu_Stockhouse_rtl .expandRight
{
	background: transparent url(img/left.gif) left center no-repeat;
	
}

.RadMenu_Stockhouse .leftArrow,
.RadMenu_Stockhouse .rightArrow,
.RadMenu_Stockhouse .topArrow,
.RadMenu_Stockhouse .bottomArrow,
.RadMenu_Stockhouse .leftArrowDisabled,
.RadMenu_Stockhouse .rightArrowDisabled,
.RadMenu_Stockhouse .topArrowDisabled,
.RadMenu_Stockhouse .bottomArrowDisabled
{
	background: #666655 url('img/left.gif') center center no-repeat;
	width: 15px;
	text-decoration:none;
}

.RadMenu_Stockhouse .topArrow,
.RadMenu_Stockhouse .topArrowDisabled
{
	background-image:url('img/top.gif');
	width: 100%;
}

.RadMenu_Stockhouse .bottomArrow,
.RadMenu_Stockhouse .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width: 100%;
}

.RadMenu_Stockhouse .rightArrow,
.RadMenu_Stockhouse .leftArrow
{
	height:100%;
}

.RadMenu_Stockhouse .rightArrow,
.RadMenu_Stockhouse .rightArrowDisabled
{
	background-image:url('img/right.gif');
}

/* right to left */
.RadMenu_Stockhouse_rtl
{
    text-align:right !important;
}

.RadMenu_Stockhouse_rtl .rootGroup
{
    zoom:1; /*trigger hasLayout*/
}

.RadMenu_Stockhouse_rtl .link:hover .expandLeft,
.RadMenu_Stockhouse_rtl .link:hover .expandRight,
.RadMenu_Stockhouse_rtl .horizontal .group .expanded .text
{
	background:#666 url(Img/arrowWhiteRTL.gif) no-repeat left center;
}

.RadMenu_Stockhouse_rtl .leftArrow,
.RadMenu_Stockhouse_rtl .rightArrow,
.RadMenu_Stockhouse_rtl .topArrow,
.RadMenu_Stockhouse_rtl .bottomArrow,
.RadMenu_Stockhouse_rtl .leftArrowDisabled,
.RadMenu_Stockhouse_rtl .rightArrowDisabled,
.RadMenu_Stockhouse_rtl .topArrowDisabled,
.RadMenu_Stockhouse_rtl .bottomArrowDisabled
{
    text-indent:-3000px !important;
    color:#666;
    font-size:1px;
}

.RadMenu_Stockhouse_rtl .text
{
	margin-right:0px;
	margin-left:6px;
}
.RadMenu_Stockhouse .Button_Special
{
   background: #d0e5f1;
   background: -webkit-gradient(linear, left top, left bottom, from(#82c3e8), to(#d0e5f1));
   background: -moz-linear-gradient(top, #82c3e8, #d0e5f1);
   /* For Internet Explorer 5.5 - 7 */
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#82c3e8, endColorstr=#d0e5f1);
   /* For Internet Explorer 8 */
   -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#82c3e8, endColorstr=#d0e5f1)";
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: 122f44;
   -webkit-border-top-right-radius:: 8px;
   -webkit-border-top-left-radius:: 8px;
   -moz-border-radius-topright: 8px;
   -moz-border-radius-topleft: 8px;
   border-top-right-radius: 8px;
   border-top-left-radius: 8px;
   font-family: Arial Unicode MS;
   text-decoration: none;
   position: relative;
   text-align:center;
   top:-8px;
}
.RadMenu_Stockhouse .Button_Image
{
	top:-8px;
	border-width:0px;
	position: relative;
	padding:0px 0px;
	
}

.RadMenu_Stockhouse .button_active
{
	background: #d0e5f1;
   background: -webkit-gradient(linear, left top, left bottom, from(#ff9421), to(#ffae45));
   background: -moz-linear-gradient(top, #ff9421, #ffae45);
   /* For Internet Explorer 5.5 - 7 */
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff9421, endColorstr=#ffae45);
   /* For Internet Explorer 8 */
   -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff9421, endColorstr=#ffae45)";
   padding: 11px 0px;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: 122f44;
   font-size: 14px;
   font-family: Arial Unicode MS;
   text-decoration: none;
   vertical-align: middle;
   font-weight:bold; 
   position: relative;
   margin-right:1px;
}
.RadMenu_Stockhouse .Button_Normal
{	
   background: #d0e5f1;
   background: -webkit-gradient(linear, left top, left bottom, from(#82c3e8), to(#d0e5f1));
   background: -moz-linear-gradient(top, #82c3e8, #d0e5f1);
   /* For Internet Explorer 5.5 - 7 */
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#82c3e8, endColorstr=#d0e5f1);
   /* For Internet Explorer 8 */
   -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#82c3e8, endColorstr=#d0e5f1)";
   padding: 11px 0px;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: 122f44;
   font-size: 14px;
   font-family: Arial Unicode MS;
   text-decoration: none;
   vertical-align: middle;
   font-weight:bold; 
   position: relative;
   margin-right:1px;
   }
.RadMenu_Stockhouse .Button_Normal:hover {
   background: #d6dbeb;
   background: -webkit-gradient(linear, left top, left bottom, from(#d3d4eb), to(#d6dbeb));
   background: -moz-linear-gradient(top, #d3d4eb, #d6dbeb);
   /* For Internet Explorer 5.5 - 7 */
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#d3d4eb, endColorstr=#d6dbeb);
   /* For Internet Explorer 8 */
   -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#d3d4eb, endColorstr=#d6dbeb)";
   color: #00000b;
   }
 .RadMenu_Stockhouse .Button_Special:hover {
   background: #d6dbeb;
   background: -webkit-gradient(linear, left top, left bottom, from(#d3d4eb), to(#d6dbeb));
   background: -moz-linear-gradient(top, #d3d4eb, #d6dbeb);
   /* For Internet Explorer 5.5 - 7 */
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#d3d4eb, endColorstr=#d6dbeb);
   /* For Internet Explorer 8 */
   -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#d3d4eb, endColorstr=#d6dbeb)";
   color: #00000b;
   }
.RadMenu_Stockhouse .Button_down{}



.RadMenu_Stockhouse ul .vertical
{
	width:230px;font-family:Arial;font-size:11px;
	border-top:1px solid #FFFFFF;
	background: transparent;
}
.RadMenu_Stockhouse ul .horizonal li 
{
	float: left;
}
.RadMenu_Stockhouse ul .vertical li a {
	background:#DDDDDD url(images/menunormalbkg.png) top left repeat-x; 
	padding:5px 15px 4px 15px;
	color:#404040;
	text-decoration:none;
	border:1px solid #FFFFFF;
	border-top:none;
}

.RadMenu_Stockhouse ul .vertical li a:hover {
	background:#FF7902 url(images/navactivebkg.png) top left repeat-x;
	color: #FFFFFF;
}


.ComboBoxDropDown_Stockhouse
{
	/*background-color: #ebeeef;*/
	background:#f8f8f8 url(menubkg.png) top left repeat-x;
	cursor: pointer;
	_cursor: hand;
	border:1px solid #ffffff;
	border-right:1px solid #666;
	border-bottom:1px solid #666;
}

/* disabled for Safari and Opera 
.ComboBoxDropDown_Stockhouse {visibility:hidden;}

*:first-child+html .ComboBoxDropDown_Stockhouse, *:last-child .ComboBoxDropDown_Stockhouse
{
	visibility:visible;
	display:block;
	background-color: #ebeeef;
	cursor: pointer;
	_cursor: hand;
}

* html .ComboBoxDropDown_Stockhouse 
{
	visibility:visible;
	display:block;
	background-color: #ebeeef;
	cursor: pointer;
	_cursor: hand;
}

html:first-child .ComboBoxDropDown_Stockhouse{ visibility:hidden;}
*//* end of modification */
.ComboBoxImage_Stockhouse
{
	vertical-align:middle;
	border: 1px solid #7F9DB9;
	border-left: none;
}

.ComboBoxImageHover_Stockhouse
{
	vertical-align:middle;
	border: 1px solid #7F9DB9;
	border-left: none;
}

.ComboBoxInput_Stockhouse
{
	border: 1px solid #7F9DB9;	
	background-color: white;
	vertical-align: middle;
	font-family: Arial, Verdana;
	font-size: 11px;
	color: black;
	/*padding-top: 6px;	*/
	line-height:18px;	
	padding-left: 0px;
	background-color:#f6f7e5;
	margin-left:5px;
	height: 15px;  /* Safari */
	margin-top:2px; /* Safari */
	cursor: default;
}

* html .ComboBoxInput_Stockhouse {height: 19px;padding-left: 3px;margin-top:0px;margin-left:8px;} /* Ie 6 */
*:first-child+html .ComboBoxInput_Stockhouse {height: 19px;padding-left: 3px;margin-top:0px;}  /* Ie 7 */
*:last-child .ComboBoxInput_Stockhouse {height: 19px;}  /* Firefox */
html:first-child .ComboBoxInput_Stockhouse{height: 19px; position:absolute;left:495px;} /* opera */

.ComboBoxInputHover_Stockhouse
{
	border: 1px solid #7F9DB9;	
	background-color: white;
	vertical-align: middle;
	font-family: Arial, Verdana;
	font-size: 11px;
	color: black;
	/*padding-top: 6px;	*/
	line-height:18px;
	padding-left: 0px;
	margin-left:5px;
	background-color:#f6f7e5;
	height: 15px;  /* Safari */
	margin-top:2px; /* Safari */
	cursor: default;
}

* html .ComboBoxInputHover_Stockhouse {padding-left: 3px;height: 19px;margin-top:0px;margin-left:8px;} /* Ie 6 */
*:first-child+html .ComboBoxInputHover_Stockhouse {height: 19px;padding-left: 3px;margin-top:0px;}  /* Ie 7 */
*:last-child .ComboBoxInputHover_Stockhouse {height: 19px;}  /* Firefox */
html:first-child .ComboBoxInputHover_Stockhouse{height: 19px; position:absolute;left:495px;} /* opera */

.ComboBoxItem_Stockhouse
{
	font-family: Arial;
	font-size: 11px; 
	color: #000;	
	padding: 1px 5px 1px 5px;
	text-decoration: none;
	text-align: left;
	_height:1%;
}

.ComboBoxItemHover_Stockhouse
{
	font-family: Arial;
	font-size: 11px; 
	color: #FF7902;
	text-decoration: none;
	/*background-color: white; */
	/*border-bottom:1px solid white;*/
	cursor: pointer;
	cursor: hand;
	padding: 1px 5px 1px 5px;
	text-align: left;
	_height:1%;
}

.ComboBoxItemDisabled_Stockhouse
{
	font-family: Arial;
	font-size: 11px; 
	color: gray;
	cursor: no-drop;
	padding: 1px 5px 1px 5px;
	text-decoration: none;
	text-align: left;
}

.ComboBoxLoadingMessage_Stockhouse
{
	font-family: Arial;
	font-size: 11px; 
	padding: 1px 5px 1px 5px;
}

.ComboBoxMoreResultsMessage_Stockhouse
{
	font-family: Arial;
	font-size: 10px; 
	padding: 1px 5px 1px 5px;
	text-align: center;
}


.ComboBoxMoreResultsImage_Stockhouse
{
	padding: 5px;
	margin-top: 5px;
}

.ComboBoxMoreResultsBox_Stockhouse
{
	background-color: #EEEEE5;
}

.ComboBoxHeader_Stockhouse
{
	background-color: #e6911e;
	font-size: 11px;
	font-weight: normal;
}
