/***** begin: menu.css *****/
/* Core CSS */ 
.qmmc .qmdivider{
	display:block;
	font-size:1px;
	border-width:0px;
	border-style:solid;
}
.qmmc .qmdividery{
	float:left;
	width:0px;
}
.qmmc .qmtitle{
	display:block;
	cursor:default;
	white-space:nowrap;
}
.qmclear {
	font-size:1px;
	height:0px;
	width:0px;
	clear:left;
	line-height:0px;
	display:block;
	float:none !important;
}
.qmmc {
	position:relative;
	/* zoom:1; */
}
.qmmc a, .qmmc li {
	float:left;
	display:block;
	white-space:nowrap;
}
.qmmc div a, .qmmc ul a, .qmmc ul li {
	float:none;
}
.qmsh div a {
	float:left;
}
.qmmc div{
	visibility:hidden;
	position:absolute;
}
.qmmc, .qmmc ul {
	list-style:none;padding:0px;margin:0px;
}
.qmfv{
	visibility: visible !important;
}

/* QM0 */
#menu {
	height: 30px;
	background-image: url('/os/images/fpmenu/menu_background.png');
	margin-bottom: 0px;
	position: relative;
	z-index: 10;
	border-left-color: #B187EB;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #B187EB;
	border-right-style: solid;
	border-right-width: 1px;
}
#qm0 {
	height: 30px;
	padding-top: 0px;
	z-index: 128;
}
#qm0 a {
	font-family: Lucida Grande, Lucida Sans, Arial, Helvetica, San Serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #006699;
	text-decoration: none;
	padding: 7px 0px 0px 0px;
	border-right-color: #B187EB;
	border-right-style: solid;
	border-right-width: 1px;
	height: 22px;
	text-align: center;
}
#qm0 a:hover {
	background-image: url('/os/images/fpmenu/menu_hover.png');
}
body #qm0 .qmactive,
body #qm0 .qmactive:hover {
	background-image: url('/os/images/fpmenu/menu_hover.png');
}
body #qm0 .current_text,
body #qm0 .current_text:hover {
	background-image: none ! important;
}
#qm0 .qmparent {
}
#qm0 div {
	border: 1px solid #BBBBBB;
	border-top: none;
	margin: 1px 0 0 -1px;
	background-color: #F5E8FF;
}
#qm0 div a {
	background-image: none;
	background-color: #F5E8FF;
	height: auto;
	border: none;
	text-align: left;
	padding: 5px 11px 5px 11px;
	text-transform: none;
	font-family: arial;
	font-size: 11px;
	outline: none;
}
#qm0 div a:hover {
	background-image: none;
	background-color: #ECD2FF;
}
#qm0 .qmdividerx {
	margin: 1px 0px;
	border-top-color: #ECD2FF;
	border-top-style: solid;
	border-top-width: 1px;
}
#menu_daily_blog {
	width: 90px;
}
#menu_alex_ricky {
	width: 94px;
}
#menu_shows {
	width: 110px;
}
#menu_bom {
	width: 46px;
}
#menu_classrooms {
	width: 96px;
}
#menu_forum {
	width: 90px;
}
#menu_contests {
	width: 76px;
}
#menu_features {
	width: 76px;
}
#menu_projects {
	width: 70px;
}
#menu_quilt_gallery {
	width: 100px;
}
#menu_store {
	width: 56px;
}
#menu_help {
	width: 44px;
}
#menu_account {
	width: 94px;
	border-right: 0px ! important;
}
#menu_60 {
	width: 60px;
}
#menu_70 {
	width: 70px;
}
#menu_90 {
	width: 90px;
}
#menu_100 {
	width: 100px;
}
#menu_110 {
	width: 110px;
}
#menu_120 {
	width: 120px;
}
#menu_130 {
	width: 130px;
}
#menu_140 {
	width: 140px;
}
#menu_slow_internet {
	width: 110px;
}
#menu_my_shows {
	width: 84px;
}



#menu .current {
	background-image: url('/os/images/fpmenu/menu_currentbackground.gif');
	display: none;
	position: absolute;
	height: 30px;
	top: 0px;
	z-index: 1;
}
#menu .current_text:hover {
	background: transparent;
}
#menu .current_text {
	font-family: Lucida Grande, Lucida Sans, Arial, Helvetica, San Serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #006633;
}
#menu .current #current_left {
	position: absolute;
	top: 0px;
	left: 0px;
}
#menu .current #current_right {
	position: absolute;
	top: 0px;
	right: -5px;
}


/* addon core */
.qmfv{visibility:visible !important;}.qmfh{visibility:hidden !important;}
