@import url(user.css);
@import url(common.css);

/* Elements of template0.jsp */
body {
	color: #000;
	font-family: arial, verdana, sans-serif;
	font-size: .76em;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	text-align: center;
}

#main-body {
	background: transparent url(./images/content_bg.gif) repeat-y;
}

#menu{
	margin: 0px;
	padding: 0px;
}

#menu ul{
	font-size: 90%;
	margin: 0px;
	padding: 0px 0px 0px 1px;
}

#menu li {
	border-bottom: #cedbe1 1px solid;
	list-style: none;
	margin: 0px;
	padding: 0px 0px 0px 1px;
}

#menu a {
	color: #000;
	display: block;
	font-weight: bold;
	margin: 0px;
	padding: 3px 10px 3px 10px;
	text-decoration: none;
	width: 169px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 149px;
}
	
html>body #menu a {
	width: 149px;
}

#menu a:hover{
	background-color: #fff;
	color: #000099;
	font-weight: bold;
}

#menu a.active{
	background-color: #fff;
	color: #000099;
	font-weight: bold;
}