﻿
.MenuItems
{
   background-image:url('images/menu_bk_repeat.jpg');
}
.TopMenu_Static
{
	vertical-align:top;
}
.TopMenu_Static TR
{
	height:33px;
	text-align:center;
}
.TopMenu_Static TD
{
	width:95px;
}
.TopMenu_Static a:link
{
	color:White;
}
.TopMenu_Static a:visited
{
	color:White;
}



.TopMenu_Selected TD
{
   background-image:url('images/menu_bk_selected.jpg');
   background-repeat: no-repeat;	
}
.TopMenu_Selected a:link
{
	color:Black;
}
.TopMenu_Selected a:visited
{
	color:Black;
}


.TopMenu_Hover TD
{
   background-image:url('images/menu_bk_hover.jpg');
   background-repeat: no-repeat;
   cursor:pointer;
}

.TopMenu_Hover a:link
{
	color:White;
}
.TopMenu_Hover a:visited
{
	color:White;
}

#loginbanner1
{
    margin-right: auto;
    margin-left: auto;
    width: 820px;
    height: 33px;
    border: solid 1px blue ;
    position:relative;
    margin-top:-33px;
}


#MenuContainer
{
	background-image:url('images/menu_bk_repeat.jpg');
	background-repeat:repeat-x;
    margin-right: auto;
    margin-left: auto;
    width: 820px;
    height: 33px;
    border-left: 12px solid #DEDEDE ;
    border-right: 12px solid #DEDEDE ;
    border-bottom: 6px solid #DEDEDE ;
    border-top: 2px solid #DEDEDE ;
    font-size: 12px;
    font-weight: bold;
    font-family: Verdana, Tahoma, Helvetica, Helvetica-Narrow, sans-serif;
}




#MenuContainer1 A
{
    border-left: 2px solid Red ;
    border-right: 2px solid Red ;
    border-bottom: 2px solid Red ;
    border-top: 2px solid Red ;
    height:100px;
    width:100px;
    text-decoration: none;
}

/*
#MenuContainer A:visited
{
    color: Green;
    text-decoration: none;
}
#MenuContainer A:link
{
    color: Green;
}
#MenuContainer A:active
{
    color: Yellow;
    text-decoration: none;
}
#MenuContainer A:hover
{
    color: Blue;
    text-decoration: none;
}
*/

/*
   A:link
   A:visited
   A:hover
   A:active
*/


.LoginButton
{
	float:left;
    background: url('images/login.png') no-repeat;
    border:none;
    padding:0px;
    margin-top:2px;
    margin-right:0px;
    width:22px;
    height:22px;
}
.PreLoadLoginButtonHover
{
    background: url('images/loginh.png') no-repeat;
    border:none;
    display:none;
}

.LoginButton:hover
{
    cursor:pointer;
    background: url('images/loginh.png') no-repeat;
}

.fbButton
{
	float:left;
    background: url('images/fb.png') no-repeat;
    border:none;
    padding:0;
    margin-top:2px;
    margin-right:3px;
    width:22px;
    height:22px;
}
.PreLoadfbButtonHover
{
    background: url('images/fbh.png') no-repeat;
    border:none;
    display:none;
}

.fbButton:hover
{
    cursor:pointer;
    background: url('images/fbh.png') no-repeat;

}
