﻿.MainMenuContainer
{
    display:inline;
    float:right;
    /*can't be hidden for shows dropdown to appear*/
    /*overflow:hidden;*/
    position:relative;
    z-index:5000;
    margin-top:0px;
}
.MainMenuList
{
    margin:0px;
    padding:0px;
    float:left;
    display:inline;
    margin-right:0px;
}
.MainMenuList li
{
    float:left;
    display:inline;
    /*margin:0px 0px 0px 8px;*/
}
.MainMenuList li .MainMenuListText 
{
    float:left;
    display:inline;
    height:34px;
}
.MainMenuListText
{
}
.MainMenuListText img
{
    border:0px;
    margin:0px;
    margin-top:0px;
}
.MainMenuListText a, .MainMenuListText a:visted, .MainMenuListText a:hover
{
}
.MainMenuListText a:hover
{
}
.MainMenuShowsDropdown
{
    display:none;
    left:-8px;
    position:absolute;
    top:0px;
    overflow:hidden;
    background:url('../Images/blank.gif') top left repeat;
    width:513px;
}
.MainMenuShowsDropdownInnerWrapper
{
    position:relative;
    overflow:hidden;
    background:transparent url(../Images/dropdown-body.png) 0 0 repeat-y;
    width:695px;
    padding:8px 0 6px 15px;
}
.MainMenuShowsDropdownInnerWrapperTop
{
    width:502px;
    height:44px;
    background:transparent url(../Images/sprite.png) 0 -862px no-repeat;
}
.MainMenuShowsDropdownInnerWrapperBottom
{
    width:502px;
    height:11px;
    background:transparent url(../Images/sprite.png) 0 -905px no-repeat;
}
.MainMenuShowsDropDownColumn
{
    float:left;
    display:inline;
    font-size:11px;
    font-weight:bold;
    width:157px;
    margin:0px;
}
.MainMenuShowsDropDownColumn a, .MainMenuShowsDropDownColumn a:visited, .MainMenuShowsDropDownColumn a:hover
{
    color:#ffffff;
    font-size:11px;
    font-weight:bold;
    /*margin-left:-8px;*/
}
.MainMenuShowsDropDownColumn a:hover
{
    text-decoration:none;
    color:#ffffff;
}
.MainMenuShowsDropDownItem:hover
{
    color:#ffffff;
    background-color:#1f4568;
    text-decoration:none;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.MainMenuShowsDropDownItem:hover a, .MainMenuShowsDropDownItem:hover a:visited
{
    color:#ffffff;
    text-decoration:none;
    display:block;
}
.MainMenuShowsDropDownItem
{
    margin-bottom:0px;
    padding:5px;
}
.MainMenuSearchBox
{
    float:left;
    display:inline;
    border:0px;
    height:20px;
    position:relative;
    top:1px;
    padding:2px 2px 2px 9px;
    width:135px;
    background:url(../images/sprite.jpg) no-repeat -1318px 0px;
    color:#fff;
    font-size:11px;
}
.MainMenuSearchContainer
{
    float:left;
    display:inline;
    margin-left:20px;
    margin-top:6px;
}
.MainMenuSearchContainer img
{
    float:left;
    display:inline;
    border:1px solid #e4e4e4;
    cursor:pointer;
}
.MainMenuTwitterContainer
{
    float:left;
    margin-top:6px;
    margin-left:18px;
}
.MainMenuTwitterContainer a
{
    background:url(../images/sprite.jpg) -1294px 0px no-repeat;
    width:24px;
    height:24px;
    display:block;
}
.MainMenuTwitterContainer a:hover
{
    background-position:-1294px -24px;
}
.MainMenuRSSContainer
{
    float:left;
}
.MainMenuRSSContainer a
{
    background:url('../Images/rssLogoHomepage.jpg') top left no-repeat;
    width:17px;
    height:17px;
    display:block;
}
.MainMenuShowsDropDownAuditionNow
{
    border-top:1px solid #000000;
    margin-top:10px;
    padding-top:13px;
}
.MainMenuShowsDropDownSectionTitle
{
    color:#ffffff;
    margin-bottom:5px;
}
#MainMenuShowsBtn, #MainMenuSubscribeBtn, #MainMenuScheduleBtn, #MainMenuStoreBtn
{
    background-image:url(../images/sprite.jpg);
    background-repeat:no-repeat;
    height:34px;
    display:block;
    background-position:-980px -160px;
    width:96px;
}
#MainMenuShowsBtn:hover, #MainMenuShowsBtn.Selected
{
    background-position:-980px -194px;
}
#MainMenuSubscribeBtn
{
    background-position:-1076px -160px;
    width:127px;
}
#MainMenuSubscribeBtn:hover, #MainMenuSubscribeBtn.Selected
{
    background-position:-1076px -194px;
}
#MainMenuScheduleBtn
{
    background-position:-1203px -160px;
    width:120px;
}
#MainMenuScheduleBtn:hover, #MainMenuScheduleBtn.Selected
{
    background-position:-1203px -194px;
    width:120px;
}
#MainMenuStoreBtn
{
    background-position:-1323px -160px;
    width:91px;
}
#MainMenuStoreBtn:hover
{
    background-position:-1323px -194px;
    width:91px;
}
#MainMenuSearchButton
{
    width:86px;
    height:24px;
    background:url(../images/sprite.jpg) no-repeat -1318px -24px;
    cursor:pointer;
    float:left;
    margin-top:1px;
}
#MainMenuSearchButton:hover
{
    background-position:-1404px -24px;
}
#MainMenuDropDownClickArea
{
    height:40px;
    left:5px;
    position:absolute;
    top:0px;
    width:95px;
    cursor:pointer;
}
#MainMenuDropDownEscapeArea
{
    height:39px;
    position:absolute;
    right:15px;
    top:0px;
    width:392px;
}
