 /* gwsw/quantity href style for menu
 Vmenu is menu items
 Vmenu active is selected (yellow) items
 
 Vmenuhead is the main headings
 VmenuheadActive is the active current selected(yellow) headings */
 

a:visited   {text-decoration:underline }

a.vmenuhead:link    {color: white; font-weight : bold;text-decoration:none; font-size:15px;font-family:arial;}
a.vmenuhead:visited {color: white; font-weight : bold;text-decoration:none; font-size:15px;font-family:arial;} 
a.vmenuhead:hover   {color: white; font-weight : bold;  text-decoration:none; font-size:16px;font-family:arial;}
a.vmenuhead:focus   {color: white; font-weight : bold;text-decoration:none; font-size:15px;font-family:arial;} 
a.vmenuhead:active  {color: white; font-weight : bold;text-decoration:none; font-size:16px;Font-family:arial;}
 
a.vmenuheadActive:link    {color: rgb(251,251,183); font-weight : bold;text-decoration:none; font-size:16px;font-family:arial;}
a.vmenuheadActive:visited {color: rgb(251,251,183); font-weight : bold;text-decoration:none; font-size:16px;font-family:arial;} 
a.vmenuheadActive:hover   {color: rgb(251,251,183); font-weight : bold;  text-decoration:none; font-size:16px;font-family:arial;}
a.vmenuheadActive:focus   {color: rgb(251,251,183); font-weight : bold;text-decoration:none; font-size:16px;font-family:arial;} 
a.vmenuheadActive:active  {color: rgb(251,251,183); font-weight : bold;text-decoration:none; font-size:16px;font-family:arial;} 

a.vmenu:link    {color: white; font-weight : normal;text-decoration:none; font-size:11px;font-family:arial;}
a.vmenu:visited {color: white; font-weight : normal;text-decoration:none; font-size:11px;font-family:arial;} 
a.vmenu:hover   {color: white; font-weight : bold;  text-decoration:none; font-size:11px;font-family:arial;}
a.vmenu:focus   {color: white; font-weight : normal;text-decoration:none; font-size:11px;font-family:arial;} 
a.vmenu:active  {color: white; font-weight : bold;text-decoration:none; font-size:11px;font-family:arial;} 

a.vmenuActive:link    {color: rgb(251,251,183); font-weight : bold;text-decoration:none; font-size:11px;font-family:arial;}
a.vmenuActive:visited {color: rgb(251,251,183); font-weight : bold;text-decoration:none; font-size:11px;font-family:arial;} 
a.vmenuActive:hover   {color: rgb(251,251,183); font-weight : bold;text-decoration:none; font-size:11px;font-family:arial;}
a.vmenuActive:focus   {color: rgb(251,251,183); font-weight : bold;text-decoration:none; font-size:11px;font-family:arial;} 
a.vmenuActive:active  {color: rgb(251,251,183); font-weight : bold;text-decoration:none; font-size:11px;font-family:arial;} 




