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

#menu {
	margin-top: 7px;
}

.cmenu_ht_gap {
	width: 20px;
}

.cmenu_ht_cnt_empty {
	text-align: center;
	padding: 5px 18px 9px 18px;
}
.cmenu_ht_cnt_full {
	background: url(../images/layout/menu_hd_arrow.gif) no-repeat bottom right;
	text-align: center;
	padding: 5px 28px 9px 18px;
}
.cmenu_ht_cnt_empty a, .cmenu_ht_cnt_full a {
	color: #ddd;
	font-weight: bold;
	text-decoration: none;
}
.cmenu_ht_cnt_empty:hover, .cmenu_ht_cnt_full:hover {
	background-color: #000;
}

.cmenu_ht_cnt_selected {
	background-color: #000;
}

.cmenu_ht_cnt_hover {
	background-color: white;
	text-align: center;
}

.cmenu_mi_empty_normal {
	color: #fff;
	padding: 5px 5px 5px 5px;
}

.cmenu_mi_empty_hover {
	color: #fff;
	padding: 5px 5px 5px 5px;
	background-color: #555;
}

.cmenu_mi_full_normal {
	color: #fff;
	background: url(../images/layout/menu_item_arrow.gif) no-repeat bottom right;
	padding: 5px 25px 5px 5px;
}

.cmenu_mi_full_hover {
	color: #fff;
	background: url(../images/layout/menu_item_arrow.gif) no-repeat bottom right;
	background-color: #555;
	padding: 5px 25px 5px 5px;
}

.cmenu_panel {
	background-color: #fff;
}

.cmenu_separator {
}

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

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

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

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

.cmenu_panel {
	background: url(../images/layout/menu_mc.gif) repeat top left;
	text-align: left;
}

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

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

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

.cmenu_br {
	background: url(../images/layout/menu_br.gif) no-repeat top left;
	width: 5px;
	height: 7px;
}

