/* CSS Document */

/*
***********************************************************************************************
** menu.css																		 		 	 **
***********************************************************************************************
** 																							 **
** Company Name: Dreamwave Sdn Bhd                                                           **
** Author: Hiang Tiang Tan                                                                   **
** Version: 1.0																			     **
** Creation Date: 28th Jan 2008                                                              **
** 																						     **
** Usage: 																				     **
**    <link rel='stylesheet' type='text/css' href='css/overview.css'>		 			 	 **
**    or 																					 **
**    include "http://dw-suite.com/dwapi/menu.php?css=http://www.domain.com/../menu.css"	 **
**																						     **
** Description:                                                                              **
** - The style for LMS Demo page								 	 					     **
**																						     **
** Remarks:																				     **
**																							 **
** Version: 1.?		  By: ?????		Search Key: THT????????		Date Modified: -  			 **
**																							 **
***********************************************************************************************
** Copyright (c) 2008 Dreamwave Sdn Bhd. 													 **
***********************************************************************************************
*/

#m_frame {
	background: none #f2f2f2;
}

#m_menu {
	background: transparent none;
	border: 		0px solid black;
	border-bottom: 	none;
	width: 			100%;
}

#m_header {
	display: hidden;
}

#m_header span{
	display: hidden;
}

#m_menu ul {
 	list-style-type: none;
}

#m_menu ul li {
	background: 	#f2f2f2 none;
	border-bottom: 	none;
	/* Do not specify height here */
	height: auto;
	#height: 29px;
}

#m_menu ul li a {
	background: transparent url(../images/arrow.jpg) no-repeat center right;
	padding: 7px 20px 7px 0px;
	display: block;				/* Never specify height when working with block */
	color: 				#686868;
	font-weight: 		normal;
	text-align: 		right;	
	text-decoration: 	none;
	text-transform: 	none;
	vertical-align: 	middle;
	width: 	auto;
}

#m_menu ul li a:hover { 
	background: transparent url(../images/arrow.jpg) no-repeat center right;
	text-decoration: underline;
	color: #000000;
}

#m_submenu {
	background-color: gray;
	margin-left: 	0px;
	padding-left: 	4px;
	border: 		1px solid #a6a6a6;
	position: 		absolute;
	visibility: 	hidden;
	overflow: 		hidden;
	text-overflow: 	ellipsis;	
	white-space: 	nowrap;
	width: auto;
}

#m_submenu ul li {
	background: #fafafa;
	border: none;
	width: 100%;
}

#m_menu #m_submenu ul li a {
	background: transparent none;
	padding: 0px 10px 0px 15px;
	border-bottom: 		1px solid #eeeeee;
	display: block;
	color: 		#555555;
	font-size: 	12px;
	font-weight: normal;
	line-height: 22px;
	text-align: left;
	text-decoration: none;
	overflow: 		hidden;
	white-space: 	nowrap;	
	text-overflow: 	ellipsis;
	width: 		auto;
	height: 	23px;
	#height:	24px;
	z-index: 	50;
}

#m_menu #m_submenu ul li a:hover {
	background-color: #E4F8F8;
	color: #000000;
}

/* Overwritting dreamwave powered by statement */

#dw_footer {
	display: none;
	visibility: hidden;
	height: 0px;
}
