.RadMenu_MyCustomSkinPublicMenu ul li:hover
{
	text-decoration:none;
	
	
}

.RadMenu_MyCustomSkinPublicMenu_Context
{
	background: none;	
	border:0;
	
}
.RadMenu_MyCustomSkinPublicMenu .link
{
	 border-right: 1px solid #663e2c;
    color: #FFFFFF !important;
    display: block;
    font-weight: normal;
    line-height: 60px;
    padding: 0 15px;
    text-decoration: none;
    z-index: 9999;/*padding-right:20px;
	
	line-height: 20px;
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
	text-decoration:none;
	color: #666;	
	margin:0;	*/
}
.RadMenu_MyCustomSkinPublicMenu .link:hover
{
    background:#bb4830;
    text-decoration :none;
    opacity:0.7;
}
.RadMenu_MyCustomSkinPublicMenu .link:hover,
.RadMenu_MyCustomSkinPublicMenu .focused,
.RadMenu_MyCustomSkinPublicMenu .expanded
{

	color: #000;
	cursor:pointer;
	cursor:hand;
	text-decoration:none;
}

.RadMenu_MyCustomSkinPublicMenu .text
{
	padding-left: 0px;	
	padding-right: 0px;
	font-size: 13px;
	 font-weight: bold;
	font-family: Arial, Verdana;
	cursor:pointer;
	cursor:hand;
}

.RadMenu_MyCustomSkinPublicMenu_rtl .text
{
	padding-right: 10px;	
	padding-left: 36px;
}RadMenu_MyCustomSkinPublicMenu


.RadMenu_MyCustomSkinPublicMenu .group
{
	border: solid 0px #bbbbbb;
	border-right: 0px;
	border-bottom: 0px;	
}

.RadMenu_MyCustomSkinPublicMenu .group .link
{
	background: #000000;  
	color:#FFFFFF;
	height:22px;
	font-family:Arial;
	font-weight:bold;
	border: solid 1px #fff;
	text-align: left;
	padding-right:15px;
	text-decoration:none;
	padding-top:5px;
}

.RadMenu_MyCustomSkinPublicMenu_rtl .group .link
{
	text-align: right;
	text-decoration:none;
}

.RadMenu_MyCustomSkinPublicMenu .group .link:hover,
.RadMenu_MyCustomSkinPublicMenu .group .focused,
.RadMenu_MyCustomSkinPublicMenu .group .expanded
{
	background: #bb4830;
	 opacity:0.7;
	border-bottom-color: #d7d7d7;
	font-weight: normal;
	color:#ffffff;
	font-family:Arial;
	font-weight:bold;
	text-decoration:none;
}

.RadMenu_MyCustomSkinPublicMenu .leftArrow,
.RadMenu_MyCustomSkinPublicMenu .rightArrow,
.RadMenu_MyCustomSkinPublicMenu .topArrow,
.RadMenu_MyCustomSkinPublicMenu .bottomArrow,
.RadMenu_MyCustomSkinPublicMenu .leftArrowDisabled,
.RadMenu_MyCustomSkinPublicMenu .rightArrowDisabled,
.RadMenu_MyCustomSkinPublicMenu .topArrowDisabled,
.RadMenu_MyCustomSkinPublicMenu .bottomArrowDisabled
{
	background: #ededed url('http://www.bigbrewhouston.com/BigBrewHouston/Skins/MyCustomSkinPublic/img/left.gif') center center no-repeat;
	width:15px;
}

.RadMenu_MyCustomSkinPublicMenu .topArrow,
.RadMenu_MyCustomSkinPublicMenu .topArrowDisabled
{
	background-image:url('http://www.bigbrewhouston.com/BigBrewHouston/Skins/MyCustomSkinPublic/img/top.gif');
	width:100%;
}

.RadMenu_MyCustomSkinPublicMenu .bottomArrow,
.RadMenu_MyCustomSkinPublicMenu .bottomArrowDisabled
{
	background-image:url('http://www.bigbrewhouston.com/BigBrewHouston/Skins/MyCustomSkinPublic/img/bottom.gif');
	width:100%;
}

.RadMenu_MyCustomSkinPublicMenu .rightArrow,
.RadMenu_MyCustomSkinPublicMenu .leftArrow
{
	height:100%;
}

.RadMenu_MyCustomSkinPublicMenu .rightArrow,
.RadMenu_MyCustomSkinPublicMenu .rightArrowDisabled
{
	background-image: url('http://www.bigbrewhouston.com/BigBrewHouston/Skins/MyCustomSkinPublic/img/right.gif');
}

.RadMenu_MyCustomSkinPublicMenu .vertical .separator .text
{
	padding-top: 2px;
	background: #ccc;
	font-size: 1px;
}

.RadMenu_MyCustomSkinPublicMenu .expandLeft,
.RadMenu_MyCustomSkinPublicMenu .expandRight
{
	background: transparent url(http://www.bigbrewhouston.com/BigBrewHouston/Skins/MyCustomSkinPublic/img/groupImage.gif) right center no-repeat;
	margin-right: 4px;	
}

.RadMenu_MyCustomSkinPublicMenu_rtl .expandLeft,
.RadMenu_MyCustomSkinPublicMenu_rtl .expandRight
{
	background: url(http://www.bigbrewhouston.com/BigBrewHouston/Skins/MyCustomSkinPublic/img/groupImageRTL.gif) left center no-repeat;
}

.RadMenu_MyCustomSkinPublicMenu .link:hover .expandLeft,
.RadMenu_MyCustomSkinPublicMenu .link:hover .expandRight,
.RadMenu_MyCustomSkinPublicMenu .focused .expandLeft,
.RadMenu_MyCustomSkinPublicMenu .focused .expandRight,
.RadMenu_MyCustomSkinPublicMenu .expanded .expandLeft,
.RadMenu_MyCustomSkinPublicMenu .expanded .expandRight
{
	/* background:transparent url(http://www.bigbrewhouston.com/BigBrewHouston/Skins/MyCustomSkinPublic/img/invertedGroupImage.gif) right center no-repeat; */
	background:transparent url(http://www.bigbrewhouston.com/BigBrewHouston/Skins/MyCustomSkinPublic/img/groupImage.gif) right center no-repeat;
	text-decoration:none;
}

.RadMenu_MyCustomSkinPublicMenu_rtl .link:hover .expandLeft,
.RadMenu_MyCustomSkinPublicMenu_rtl .link:hover .expandRight,
.RadMenu_MyCustomSkinPublicMenu_rtl .focused .expandLeft,
.RadMenu_MyCustomSkinPublicMenu_rtl .focused .expandRight,
.RadMenu_MyCustomSkinPublicMenu_rtl .expanded .expandLeft,
.RadMenu_MyCustomSkinPublicMenu_rtl .expanded .expandRight
{
	background:transparent url(http://www.bigbrewhouston.com/BigBrewHouston/Skins/MyCustomSkinPublic/img/groupImageRTL.gif) left center no-repeat;
	text-decoration:none;
}