
#menu {
	background-color: #F1F1EB;
	padding: 5px 5px 5px 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-image: url(images/menu/menu-up.gif);
	background-repeat: no-repeat;
	text-align: left;

}


#menu:hover {
	background-color: #EBEBE0;
	padding: 5px 5px 5px 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-image: url(images/menu/menu-over.gif);
	background-repeat: no-repeat;
	text-align: left;

	font-family: tahoma;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

#menulink a:link {
	font-family: tahoma;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	color: #333333;
}

#menulink a:hover {
	font-family: tahoma;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}


#menulink a:visited {
	font-family: tahoma;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	color: #666666;
}

#submenu {
	background-color: #E9F1FE;
	padding: 5px 5px 5px 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-image: url(images/menu/submenu.gif);
	background-repeat: no-repeat;
	text-align: left;
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #333333;
}


#submenu:hover {
	background-color: #F2F8FF;
	padding: 5px 5px 5px 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-image: url(images/menu/submenu-over.gif);
	background-repeat: no-repeat;
	text-align: left;

	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	
}


#submenu a:visited {

	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #333333;
	
}
.ebook-td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #eef4fe;
}

#form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#homeLeft div.membership{
	width:170px;
	background:url(images/homepage/homeleft-bg.gif) repeat-y;
	float:left;
	margin-bottom: 10px;

}
#homeLeft div.membership span.top,
#homeLeft div.membership span.bottom{
	float:left;
	display:inline;
	width:170px;
	height:7px;
	background:no-repeat;
	font:1px sans-serif;
}
#homeLeft div.membership span.top{background-image:url(images/homepage/homeleft-top.gif);}
#homeLeft div.membership span.bottom{background-image:url(images/homepage/homeleft-bottom.gif);}
#homeLeft div.membership img{
	float:left;
	display:inline;
	margin:0 10px 0 8px;
	border:1px solid #F4B306;
	padding:1px;
}
#homeLeft div.membership p{
	margin:0;
	float:left;
	display:inline;
}
#homeLeft div.membership p a{
	font:11px/16px arial,sans-serif;
	color:#0279E3;
	padding-left:8px;
	background:url(images/homepage/homeleft-member-arrow.gif) no-repeat 0 5px;
}
#homeLeft div.membership strong{
	display:inline;
	margin:0 0 5px;
	float:left;
	font:bold 10px arial,sans-serif;
	color:#222;
}

