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

.cmenu_hd_norm_empty_body {
	background: url(../images/layout/menu_norm_empty_back.png) repeat-x top right;
}

.cmenu_hd_norm_full_body {
	background: url(../images/layout/menu_norm_full_back.png) no-repeat top right;
}

.cmenu_hd_sel_empty_body {
	background: url(../images/layout/menu_sel_empty_back.png) repeat-x top right;
}

.cmenu_hd_sel_full_body {
	background: url(../images/layout/menu_sel_full_back.png) no-repeat top right;
}

.cmenu_hd_norm_empty_body,
.cmenu_hd_norm_full_body,
.cmenu_hd_sel_empty_body,
.cmenu_hd_sel_full_body {
	height: 74px;
	text-align: center;
	text-decoration: none;
}
.cmenu_hd_norm_empty_body a, .cmenu_hd_norm_empty_body a:visited,
.cmenu_hd_norm_full_body a, .cmenu_hd_norm_full_body a:visited,
.cmenu_hd_sel_empty_body a, .cmenu_hd_sel_empty_body a:visited,
.cmenu_hd_sel_full_body a, .cmenu_hd_sel_full_body a:visited {
	color: #fff;
	font-weight: bold;
	font-size: 15px;
	text-decoration: none;
}

.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: #6c7c85;
	font-weight: bold;
	padding: 7px 25px 5px 5px;
}

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

.cmenu_separator {
}

.cmenu_itemborder {
	background: url(../images/layout/ddmenu_itemborder.gif) repeat-x top left;
	height: 2px;
	overflow: hidden;
}

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

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

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

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

.cmenu_panel {
	background-color: #d6e3ed;
	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: 5px;
}

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

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

