/*
    This file is part of "Category menu for VirtueMart".

    "Category menu for VirtueMart" is under the terms of the 
    GNU General Public License as published by the Free Software
    Foundation, either version 3 of the License.

    "Category menu for VirtueMart" is distributed in the hope that it
    will be useful, but WITHOUT ANY WARRANTY; without even the implied
    warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
    See the GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with "Category menu for VirtueMart". If not, see 
    http://www.gnu.org/licenses/

    Category menu for VirtueMart  Copyright (C) 2009  Balint Polgarfi
 */

div#gi_cat, div#gi_cat div#gi_cat_menu {
	position: relative;
	z-index: 999;
}
div#gi_cat div#gi_cat_menu div {
    padding: 0;
    margin: 0;
    border: 0;
}
div#gi_cat div#gi_cat_menu div.menu {
    position: relative;
	height: 29px;
    display: inline-block;
}
div#gi_cat div#gi_cat_menu div.menuborder div {
	height: 3px;
	width: 3px;
	float: left;
    font-size: 0px;
}
div#gi_cat div#gi_cat_menu div.menutopleft {
    background: url(../images/topleft.png);
}
div#gi_cat div#gi_cat_menu div.menutopright {
    background: url(../images/topright.png);
}
div#gi_cat div#gi_cat_menu div.menutopbottom {
    background: #000000;
}
div#gi_cat div#gi_cat_menu div.menubottomleft {
    background: url(../images/bottomleft.png);
    clear: left;
}
div#gi_cat div#gi_cat_menu div.menubottomright {
    background: url(../images/bottomright.png);
}
div#gi_cat div#gi_cat_menu div.menuleft {
	float: left;
	display: inline;
	clear: left;
	width: 13px;
	height: 29px;
	background: url(../images/left.gif) no-repeat;
}
div#gi_cat div#gi_cat_menu div.menucenter {
	height: 14px;
	float: left;
	display: inline;
	background: url(../images/center.gif) repeat-x;
	padding: 7px 0px 8px 0px;
	font: bold 12px Tahoma;
    text-align: left;
	color: #ffffff;
	overflow: hidden;
}
div#gi_cat div#gi_cat_menu div.menuright,
div#gi_cat div#gi_cat_menu div.menuarrow {
	float: left;
	display: inline;
	width: 27px;
	height: 29px;
	background: url(../images/right.gif) no-repeat;
}
div#gi_cat div#gi_cat_menu div.menuarrow {
	background: url(../images/arrow.gif) no-repeat;
}
div#gi_cat div#gi_cat_menu div.submenus {
    display: none;
	position: absolute;
	top: -3px;
}
div#gi_cat div#gi_cat_menu div.arrow {
	display: inline;
	font: bold 11px Tahoma;
	color: #ffffff;
}
div#gi_cat div#gi_cat_menu a {
    cursor: pointer;
    text-decoration: none;
}