﻿/* ************************************************************************* */
/* Menu TOP Styles */
/* ************************************************************************* */

div.MenuTop { height:31px; width: 760px;}
div.MenuTop a { display: block; float: left; height: 31px; }

a.MenuProcess { width: 269px; background: url(images/MainMenu.gif) no-repeat; }
a.MenuProcessSelected, a.MenuProcess:hover { width: 269px; background: url(images/MainMenu.gif) no-repeat 0px -31px; }

a.MenuMarketPlace { width: 235px; background: url(images/MainMenu.gif) no-repeat -269px 0px; }
a.MenuMarketPlaceSelected, a.MenuMarketPlace:hover { width: 235px; background: url(images/MainMenu.gif) no-repeat -269px -31px; }

a.MenuAccount { width: 256px; background: url(images/MainMenu.gif) no-repeat -504px 0px; }
a.MenuAccountSelected,a.MenuAccount:hover { background: url(images/MainMenu.gif) no-repeat -504px -31px; width: 256px;}

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:31px; width: 760px;}
div.MenuBottom a { display: block; float: left; height: 31px; font-size: 12px; }

a.MenuFAQs {background: url(images/MainMenu.gif) no-repeat 0px -62px; width: 382px; }

a.MenuFAQs:hover,a.MenuFAQsSelected{background: url(images/MainMenu.gif) no-repeat 0px -93px; width: 382px;}

a.MenuContactInfo{background: url(images/MainMenu.gif) no-repeat -382px -62px;width: 378px;}

a.MenuContactInfoSelected,a.MenuContactInfo:hover{background: url(images/MainMenu.gif) no-repeat -382px -93px;width: 378px;}
