body {
	background-image:url(/themes/mpublish/img/bg.gif);
}
#header {
	background-image:url(/themes/mpublish/img/Timgbg.png);
}
#login {
	float:left;
	clear:left;
	width:141px;
	padding:5px;
	font-size:10px;
	font-weight:normal;
	height:41px;
	background-image:url(/themes/mpublish/img/loginBG.gif);
}
/** 
* CSS MENU STYLES
**/
#mb {
	border:1px solid #ccc;
}
#menuOuter {
	border-right:1px solid #cccccc;
}
#menu {
	width:151px;
	float:left;
	background: #E6E6E6;
	padding:0px;
	margin:0px;
	text-align:left;

}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu a, #menu h2 {
	display: block;
	margin: 0;
	padding: 5px;
	color:#999;
}

#menu a {
	color:#395C79;
	background: #F3F9FC;
	border-bottom: 1px solid #cccccc;
	text-decoration: none;
}

#menu a:hover {
	color: #336699;
	background: #BBD2EA;
	border-bottom: 1px solid #cccccc;
}

#menu li {position: relative;}

#menu ul ul ul {
	position: absolute;
	top: 0;
	left: 100%;
	width: 100%;
}

div#menu ul ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}
