<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
#------------------------------------------------------------------------
# Game Magazine - October 2011 template (for Joomla 1.6/1.7)
#
# Copyright (C) 2007-2011 Gavick.com. All Rights Reserved.
# License: Copyrighted Commercial Software
# Website: http://www.gavick.com
# Support: support@gavick.com 
*/


div.gk-menu &gt; ul.level0 &gt; li { float: left; width: auto; }

div.gk-menu &gt; ul.level0 &gt; li &gt; a { display: block; }
div.gk-menu &gt; ul.level0 &gt; li &gt; a &gt; span.menu-title { display: block; }
div.gk-menu &gt; ul.level0 &gt; li &gt; a &gt; span.menu-desc { display: block; }

div.gk-menu &gt; ul.level0 &gt; li &gt; .childcontent,
div.gk-menu &gt; ul.level0 &gt; li &gt; .childcontent .childcontent { position: absolute; left: -999em; z-index: 999; }

div.gk-menu &gt; ul.level0 &gt; li &gt; .childcontent .gkcol { float: left; }

div.gk-menu &gt; ul.level0 &gt; li:hover &gt; .childcontent,
div.gk-menu &gt; ul.level0 &gt; li:hover &gt; .childcontent li:hover &gt; .childcontent  { left: inherit; } 

div.gk-menu &gt; ul.level0 &gt; li:hover &gt; .childcontent .childcontent { margin-left: 110px; margin-top: -35px!important; } /* submenu width - left padding of item */</pre></body></html>