﻿/* ************************************************************************* */
/* Menu TOP Styles */
/* ************************************************************************* */

div.MenuTop { height:32px; width: 760px;}
div.MenuTopHome {height: 35px;}
div.MenuTop a { display: block; float: left; height: 32px; }

a.MenuProcess { width: 270px; background: url(images/MainMenu.gif) no-repeat; }
a.MenuProcessSelected, a.MenuProcess:hover { width: 270px; background: url(images/MainMenu.gif) no-repeat 0px -32px; }

a.MenuMarketPlace { width: 231px; background: url(images/MainMenu.gif) no-repeat -270px 0px; }
a.MenuMarketPlaceSelected, a.MenuMarketPlace:hover { width: 231px; background: url(images/MainMenu.gif) no-repeat -270px -32px; }

a.MenuAccount { width: 259px; background: url(images/MainMenu.gif) no-repeat -501px 0px; }
a.MenuAccountSelected,a.MenuAccount:hover { background: url(images/MainMenu.gif) no-repeat -501px -32px; width: 259px;}

div.MenuSub { background: #000 none;clear: both;}
div.MenuSub a { display: inline-block; float: none; padding: 5px 10px; background: none;font-size: 12px;color:#fff; }
div.MenuSub a:hover, div.MenuSub a.selected { color: #eac100; background: none;display: inline-block;}

/* ************************************************************************* */
/* Menu BOTTOM Styles */
/* ************************************************************************* */

div.MenuBottom { height:32px; width: 760px;}
div.MenuBottom a { display: block; float: left; height: 32px; font-size: 12px; }

a.MenuFAQs {background: url(images/MainMenu.gif) no-repeat 0px -64px; width: 408px; }

a.MenuFAQs:hover,a.MenuFAQsSelected{background: url(images/MainMenu.gif) no-repeat 0px -96px; width: 408px;}

a.MenuContactInfo{background: url(images/MainMenu.gif) no-repeat -408px -64px;width: 352px;}

a.MenuContactInfoSelected,a.MenuContactInfo:hover{background: url(images/MainMenu.gif) no-repeat -408px -96px;width: 352px;}
