/**
 * CMenu CSS for the BonusThemes.com EzHost Template
 *
 * @package bt_ezhost
 * @version 1.0
 * @copyright BonusThemes.com 2009
 * @link http://www.bonusthemes.com/goto/bt_ezhost
 */


.cmenu_hd_norm, .cmenu_hd_sel {
	text-align: center;
	padding: 0px 10px 0px 10px;
}

.cmenu_hd_sel {
	background: #f4f4f4 url(../images/layout/cmenu_edge.gif) repeat-y left top;
}

.cmenu_hd_norm a, .cmenu_hd_norm a:link, .cmenu_hd_norm a:visited,
.cmenu_hd_sel a, .cmenu_hd_sel a:link, .cmenu_hd_sel a:visited {
	color: /*#434343;*//* #fff;*/#000;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;	
	/*display:block;
	line-height: 27px;
	float: left;*/
}
td.cmenu_hd_norm a, td.cmenu_hd_norm a:link, td.cmenu_hd_norm a:visited,
td.cmenu_hd_sel a, td.cmenu_hd_sel a:link, td.cmenu_hd_sel a:visited { 
  text-transform: uppercase;
  font-weight: bold;
}
#top-menu-container {
}
#top-menu-container,
#header_area table#menu-table {
  /*background: *//*#ff7805;*/ /*#FFBA03;*/ /*#165B9B;*/
}
#header_area table#menu-table td {
  /*background:*/ /*#ff7805;*/ /*#FFBA03;*/ /*#165B9B;*/
}

/*#62B7E3*/
.cmenu_hd_sel a:hover,
.cmenu_hd_sel:hover {
  background: #62B7E3 !important;
}

.cmenu_mi_empty_normal, .cmenu_mi_empty_hover, .cmenu_mi_full_normal, .cmenu_mi_full_hover {
	height: 27px;
	/*background: transparent url(../images/plan-icon.gif) no-repeat scroll 9px 5px;*/
	padding-left: 13px;
	font-weight: normal;
}
.cmenu_mi_empty_hover, .cmenu_mi_full_hover {
	background-color: #62b7e3;
}

.cmenu_mi_empty_normal .text, .cmenu_mi_full_normal .text,
.cmenu_mi_empty_hover .text, .cmenu_mi_full_hover .text {
	font-family: Helvetica, Arial, FreeSans, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 27px;
	padding: 0px 25px 0px 18px;
}

.cmenu_mi_empty_normal .text,
.cmenu_mi_full_normal .text {
	color: #555;
}

.cmenu_mi_empty_hover .text,
.cmenu_mi_full_hover .text {
	color: #fff;
}

.cmenu_mi_full_normal .text {
	background: url(../images/layout/ddmenu_submenu_norm.gif) no-repeat right center;
}
.cmenu_mi_full_hover .text {
	background: url(../images/layout/ddmenu_submenu_hover.gif) no-repeat right center;
}

.cmenu_separator {
}

.cmenu_itemborder {
	background-color: #fff;
	height: 1px;
	overflow: hidden;
}

.cmenu_tl {
	background-color: #62b7e3;
	width: 2px;
	overflow: hidden;
}
.cmenu_tc {
	background-color: #fff;
	height: 1px;
	overflow: hidden;
}
.cmenu_tr { }

.cmenu_ml {
	background-color: #62b7e3;
	width: 2px;
	overflow: hidden;
}

.cmenu_panel {
	background-color: #f4f4f4;
	text-align: left;
	position: relative;
	z-index: 150;
}

.cmenu_mr { }
.cmenu_bl { }
.cmenu_bc { }
.cmenu_br { }

