/*[webpath]http://localhost/css/menu.css*/
#fancymenu
{
	position: relative;
	height: 60px;
	width: 421px;
	background: url(../images/bg.gif) no-repeat top;
	padding: 15px 15px 0;
	margin: 10px 0 0;
	overflow: hidden;
	float: right;
}
#fancymenu.fancymenusmall
{
	position: relative;
	background: url(../images/smallbg.gif) no-repeat top;
	width: 320px;
	padding: 15px 15px 0;
	margin: 10px 0;
	overflow: hidden;
	float: right;
}
#fancymenu UL
{
	padding: 0;
	margin: 0;
}
/*Don't apply padding here (offsetWidth will differ in IE)
If you need padding add it to the child anchor*/
#fancymenu UL LI
{
	float: left;
	list-style: none;
	padding: 0;
	margin: 0;
}
/*Don't apply padding here (offsetWidth will differ in IE)
If you need padding add it to the child anchor*/
#fancymenu UL LI.firstMenuItem
{
	float: left;
	list-style: none;
	padding: 0 0 0 15px;
	margin: 0;
}
#fancymenu UL LI A
{
	text-indent: -500em;
	z-index: 10;
	display: block;
	float: left;
	height: 30px;
	position: relative;
	overflow: hidden;
	padding: 0;
	margin: 0;
}
#menu_home A
{
	width: 59px;
	background: url(../images/menu_home.gif) no-repeat center;
}
#menu_profile A
{
	width: 70px;
	background: url(../images/menu_profile.gif) no-repeat center;
}
#menu_messages A
{
	width: 95px;
	background: url(../images/menu_messages.gif) no-repeat center;
}
#menu_schedule A
{
	width: 90px;
	background: url(../images/menu_schedule.gif) no-repeat center;
}
#menu_manager A
{
	width: 80px;
	background: url(../images/menu_manager.gif) no-repeat center;
}
#fancymenu LI.background
{
	background: url(../images/bg_menu_right.gif) no-repeat top right;
	z-index: 8;
	position: absolute;
	visibility: hidden;
}
#fancymenu .background .left
{
	background: url(../images/bg_menu.gif) no-repeat top left;
	height: 30px;
	margin-right: 9px;
	/*7px is the width of the rounded shape*/
}
#fancymenu.fancymenusite
{
	position: relative;
	background: url(../images/sitebg.gif) no-repeat top;
	width: 450px;
	padding: 15px 15px 0;
	margin: 10px 0 0;
	overflow: hidden;
	float: right;
}
#fancymenu.fancymenusiteIE
{
	position: relative;
	background: url(../images/sitebg.gif) no-repeat top;
	width: 475px;
	height: auto;
	padding: 15px 15px 20px;
	margin: 10px 0 10px 10px;
	overflow: hidden;
	float: right;
}
/*Main Site Menu*/
#menu_features A
{
	width: 90px;
	background: url(../images/menu_features.gif) no-repeat center;
}
#menu_blog A
{
	width: 54px;
	background: url(../images/menu_blog.gif) no-repeat center;
}
#menu_contact A
{
	width: 82px;
	background: url(../images/menu_contact.gif) no-repeat center;
}
#menu_trial A
{
	width: 80px;
	background: url(../images/menu_pricing.gif) no-repeat center;
}
#menu_login A
{
	width: 60px;
	background: url(../images/menu_login.gif) no-repeat center;
}
