﻿/* ************************************************************************* */
/* Menu TOP Styles */
/* ************************************************************************* */

div.MenuTop { height:32px; width: 760px;}
div.MenuTop a { display: block; float: left; height: 32px; }

a.MenuProcess { width: 266px; background: url(images/MainMenu.gif) no-repeat; }
a.MenuProcessSelected, a.MenuProcess:hover { width: 266px; background: url(images/MainMenu.gif) no-repeat 0px -32px; }

a.MenuMarketPlace { width: 231px; background: url(images/MainMenu.gif) no-repeat -266px 0px; }
a.MenuMarketPlaceSelected, a.MenuMarketPlace:hover { width: 231px; background: url(images/MainMenu.gif) no-repeat -266px -32px; }

a.MenuAccount { width: 263px; background: url(images/MainMenu.gif) no-repeat -497px 0px; }
a.MenuAccountSelected,a.MenuAccount:hover { background: url(images/MainMenu.gif) no-repeat -497px -32px; width: 263px;}

div.MenuSub { background: #ddd none;clear: both;}
div.MenuSub a { display: inline-block; float: none; padding: 5px 10px; background: none;font-size: 12px; }
div.MenuSub a:hover, div.MenuSub a.selected { color: #666; 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: 379px; }

a.MenuFAQs:hover,a.MenuFAQsSelected{background: url(images/MainMenu.gif) no-repeat 0px -96px; width: 379px;}

a.MenuContactInfo{background: url(images/MainMenu.gif) no-repeat -379px -64px;width: 381px;}

a.MenuContactInfoSelected,a.MenuContactInfo:hover{background: url(images/MainMenu.gif) no-repeat -379px -96px;width: 381px;}
