/**
 * CMenu CSS for the BonusThemes.com Ingeno Template
 *
 * @package bt_ingeno
 * @version 1.0
 * @copyright BonusThemes.com 2008
 * @link http://www.bonusthemes.com/goto/bt_ingeno
 */

#menu {
	margin-top: 1px;
}

.cmenu_hd_norm_left_round {
	background: url(../images/layout/menu_norm_left_round.gif) no-repeat top left;
	width: 6px;
	height: 41px;
}
.cmenu_hd_sel_left_round {
	background: url(../images/layout/menu_sel_left_round.gif) no-repeat top left;
	width: 6px;
	height: 41px;
}
.cmenu_hd_norm_left_corner {
	background: url(../images/layout/menu_norm_left_corner.gif) no-repeat top left;
	width: 6px;
	height: 41px;
}
.cmenu_hd_sel_left_corner {
	background: url(../images/layout/menu_sel_left_corner.gif) no-repeat top left;
	width: 6px;
	height: 41px;
}
.cmenu_hd_norm_body {
	background: url(../images/layout/menu_norm_body.gif) repeat-x top left;
	height: 41px;
	text-align: center;
}
.cmenu_hd_norm_body a, .cmenu_hd_norm_body a:visited {
	color: #5f594f;
	font-weight: bold;
	text-decoration: none;
}
.cmenu_hd_sel_body {
	background: url(../images/layout/menu_sel_body.gif) repeat-x top left;
	height: 41px;
	text-align: center;
}
.cmenu_hd_sel_body a, .cmenu_hd_sel_body a:visited {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
.cmenu_hd_norm_right_round {
	background: url(../images/layout/menu_norm_right_round.gif) no-repeat top right;
	width: 6px;
	height: 41px;
}
.cmenu_hd_sel_right_round {
	background: url(../images/layout/menu_sel_right_round.gif) no-repeat top right;
	width: 6px;
	height: 41px;
}
.cmenu_hd_norm_right_corner {
	background: url(../images/layout/menu_norm_right_corner.gif) no-repeat top right;
	width: 6px;
	height: 41px;
}
.cmenu_hd_sel_right_corner {
	background: url(../images/layout/menu_sel_right_corner.gif) no-repeat top right;
	width: 6px;
	height: 41px;
}

.cmenu_mi_empty_normal {
	height: 27px;
}

.cmenu_mi_empty_hover {
	height: 27px;
}

.cmenu_mi_full_normal {
	background: url(../images/layout/ddmenu_submenu.gif) no-repeat center right;
	height: 27px;
}

.cmenu_mi_full_hover {
	background: url(../images/layout/ddmenu_submenu.gif) no-repeat center right;
	height: 27px;
}

.cmenu_mi_empty_normal .text,
.cmenu_mi_full_normal .text {
	color: #5f594f;
	font-weight: bold;
	padding: 7px 25px 5px 5px;
}

.cmenu_mi_empty_hover .text,
.cmenu_mi_full_hover .text {
	background: #fc6a03;
	color: #fff;
	font-weight: bold;
	padding: 7px 25px 5px 5px;
}
.cmenu_mi_full_hover .text {
	background: #fc6a03 url(../images/layout/ddmenu_submenu.gif) no-repeat center right;
}

.cmenu_separator {
}

.cmenu_tl {
	background: url(../images/layout/ddmenu_tl.gif) repeat-x top left;
	width: 5px;
	height: 4px;
}

.cmenu_tc {
	background: url(../images/layout/ddmenu_tc.gif) repeat-x top left;
	height: 4px;
}

.cmenu_tr {
	background: url(../images/layout/ddmenu_tr.gif) no-repeat top right;
	width: 5px;
	height: 4px;
}

.cmenu_ml {
	background: url(../images/layout/ddmenu_ml.gif) repeat-y top left;
	width: 5px;
}

.cmenu_panel {
	background-color: #f9eed6;
	text-align: left;
}

.cmenu_mr {
	background: url(../images/layout/ddmenu_mr.gif) repeat-y top right;
	width: 5px;
}

.cmenu_bl {
	background: url(../images/layout/ddmenu_bl.gif) no-repeat bottom left;
	width: 5px;
	height: 7px;
}

.cmenu_bc {
	background: url(../images/layout/ddmenu_bc.gif) repeat-x bottom left;
	height: 7px;
}

.cmenu_br {
	background: url(../images/layout/ddmenu_br.gif) no-repeat bottom right;
	width: 5px;
	height: 7px;
}