

.mainmenubg
{
backGround-Color:#c0c0c0;
}
.MainMenu
{
backGround-Color:#c0c0c0;
height:45px;
width:130px;
font-family:SapientSentRegular;
color:#ffffff;
Font-Size:12px;
font-weight:bold;
background-image:url('../../Images/Pink_out_Large.png');
background-position:left;
background-repeat:no-repeat;
text-align:left;
padding-left:1px;
padding-bottom:4px;
}
.MainMenu:hover
{

}
.MainMenu:hover a
{
Color:#CCCC66;
}
.SubMenu
{
background-color:Transparent;
height:30px;
width:120px;
font-family:SapientSentRegular;
Color:#ffffff;
Font-Size:12px;
background-image:url('../../Images/Pink_out_Large.png');
background-position:left;
background-repeat:no-repeat;
text-align:left;
padding-left:2px;
padding-bottom:5px;
}

.SubMenu:hover
{
Color:#CCCC66;
}

.SubMenu:hover a
{
BackGround-Color:#CCCCFF;
font-family:SapientSentRegular;
Color:#CCCC66;
Font-Size:18px;
}


