/* Top Menu */
.TopMenu ul
{
    width: 100%;
    background-color: Transparent;
    margin: 0;
    padding: 0;
    float: left;
    text-transform: uppercase;
}

.TopMenu ul li
{
    display: inline;
}

.TopMenu ul li a
{
    float: left;
    text-decoration: none;
    color: #5c5959;
    font-size: 13px;
    font-weight: bold;
    padding: 10px 12px 0px 12px;
	height: 38px;
	
}

.TopMenu ul li a:hover
{
    color: #cc0000;
    text-decoration: underline;
}

.TopMenu .selected a, .TopMenu .selected a:hover
{
    color: #ffffff;
    font-size: 13px;
    font-weight: bold;
    text-decoration: underline;
    background: transparent url(TopMenuTabCenter.png) top center repeat-x;
}

/* Top Menu Tabs */

.TopMenu .TabAreaLeftSelected
{
    float: left;
    width: 7px;
    padding: 38px 0px 0px 0px;
    background: transparent url(TopMenuTabLeft.png) center center;
}

.TopMenu .TabAreaRightSelected
{
    float: left;
    width: 7px;
    padding: 38px 0px 0px 0px;
    background: transparent url(TopMenuTabRight.png) center center;
}


/* ----------------------------------------------------------------------------------- */
/* Main Menu */
.MainMenu ul
{
    width: 957px;
	height: 47px;
    background: url(MainMenuBg.png) center center repeat-x;
    margin: 0;
    padding: 0;
    float: left;
}

.MainMenu ul li
{
    display: inline;
}

.MainMenu ul li a
{
    float: left;
    text-decoration: none;
    color: #ffffff;
    font-size: 13px;
    font-weight: bold;
    padding: 18px 12px 13px 12px;
}

.MainMenu ul li a:hover
{
    color: #ffffff;
    background: transparent url(MainMenuBgHover.png) top center repeat-x;
}

.MainMenu .selected a, .MainMenu .selected a:hover
{
    color: #cc0000;
    padding: 18px 0px 13px 0px;
    background: transparent url(MainMenuTabCenter.png) top center repeat-x;
}

.MainMenu .menuleft
{
    float:left;
    margin-top: 7px;
    margin-left:-16px;
    margin-bottom:-10px;
    height: 50px;
    width: 16px;
	background: transparent url() top left ;
}

.MainMenu .menuright
{
    float:left;
    margin-left:957px;
    margin-top:-40px;
    margin-bottom:-10px;
    height: 50px;
    width: 12px;
	background: transparent url() top right ;
}

/* Main Menu Tabs */

/* When the tabs are not selected */
.MainMenu .TabAreaLeft
{
    float: left;
    height: 47px;
    width: 0px;
}

.MainMenu .TabAreaRight
{
    float: left;
    height: 47px;
    width: 0px;
}

/* When the tabs are selected */
.MainMenu .TabAreaLeftSelected
{
    float: left;
    height: 47px;
    width: 12px;
    background: transparent url(MainMenuTabLeft.png) center center;
}

.MainMenu .TabAreaRightSelected
{
    float: left;
    height: 47px;
    width: 12px;
    background: transparent url(MainMenuTabRight.png) center center;
}


/* ----------------------------------------------------------------------------------- */
/* Sub Menu */
.SubMenu ul
{
    width: 957px;
    background: url(SubMenuBg.png) center center repeat-x;
    margin: 0;
    padding: 0;
    float: left;
}

.SubMenu ul li
{
    display: inline;
}

.SubMenu ul li a
{
    float: left;
    text-decoration: none;
    color: #5c5959;
    font-size: 11px;
    font-weight: bold;
    padding: 5px 12px 5px 12px;
    margin-right: 1px;
}

.SubMenu ul li a:hover, .SubMenu .selected a, .SubMenu .selected a:hover
{
    color: #cc0000;
    background-color: #ffffff;
}

.SubMenu .menuleft
{

}

.SubMenu .menuright
{
    float:left;
    margin-left:957px;
    margin-top:-23px;
    height: 23px;
    width: 13px;
	background: transparent url(SubMenuRight.png) top right ;
}

