<!--
//========================================================================================
// STYLE SHEET FOR THE DROP DOWN MENU
// Editable Section !!!
//========================================================================================
s=''
s+= '<style type="text/css">\n'
s+= '<!--\n'
s+= '#aboutMenu {position: relative; left:0px; top:0px; width:0; height:1; clip: rect(0px, 0px, 1px, 0px);}\n'	
s+= '#guitarsModelMenu {position: relative; left:0px; top:0px; width:0; height:1; clip: rect(0px, 0px, 1px, 0px);}\n'
s+= '#galleryMenu {position: relative; left:0px; top:0px; width:0; height:1; clip: rect(0px, 0px, 1px, 0px);}\n'
s+= '#orderingMenu {position: relative; left:0px; top:0px; width:0; height:1; clip: rect(0px, 0px, 1px, 0px);}\n'
s+= '#contactMenu {position: relative; left:0px; top:0px; width:0; height:1; clip: rect(0px, 0px, 1px, 0px);}\n'
s+= '.menuLink {font-family: verdana,arial,helvetica,sans-serif; font-size:11px; padding-left: 5px; padding-top:3px; padding-bottom: 2px; text-decoration: none; color:  #ffffff;}\n'
s+= '/\/ -->\n'
s+= '</style>\n\n'

document.write(s)
//-->