A.link.menuItem,
A.link.menuItem:hover,
A:hover
{
	cursor: pointer;
	cursor: hand;
}
.radmenu A.link,
.radmenu A.menuItem
{
	height: 30px;
	width: 142px;
	text-decoration: none;
	padding-left: 55px;
	padding-top: 10px;
	cursor: pointer;
	cursor: hand;
	text-align: left;
	vertical-align: bottom;
}

.menuItemProducts {background: url('../images/menuProductsOff.gif') no-repeat;}
.menuItemProducts:hover {color: White; background: url('../images/menuProductsHover.gif') no-repeat;}
.menuItemProductsSelected {background: url('../images/menuProductsSelected.gif') no-repeat;}
.menuItemProductsSelected SPAN {color: White}

.menuItemIntegration {background: url('../images/menuIntegrationOff.gif') no-repeat;}
.menuItemIntegration:hover {color: White; background: url('../images/menuIntegrationHover.gif') no-repeat;}
.menuItemIntegrationSelected {background: url('../images/menuIntegrationSelected.gif') no-repeat;}
.menuItemIntegrationSelected SPAN {color: White}

.menuItemCompany {background: url('../images/menuCompanyOff.gif') no-repeat;}
.menuItemCompany:hover {color: White; background: url('../images/menuCompanyHover.gif') no-repeat;}
.menuItemCompanySelected {background: url('../images/menuCompanySelected.gif') no-repeat;}
.menuItemCompanySelected SPAN {color: White}

.menuItemContact {background: url('../images/menuContactOff.gif') no-repeat;}
.menuItemContact:hover {color: White; background: url('../images/menuContactHover.gif') no-repeat;}
.menuItemContactSelected {background: url('../images/menuContactSelected.gif') no-repeat;}
.menuItemContactSelected SPAN {color: White}

.menuItemBlog {background: url('../images/menuBlogOff.gif') no-repeat;}
.menuItemBlog:hover {color: White; background: url('../images/menuBlogHover.gif') no-repeat;}
.menuItemBlogSelected {background: url('../images/menuBlogSelected.gif') no-repeat;}
.menuItemBlogSelected SPAN {color: White}


/* this is neccessary to valign text within menu */
UL.vertical.rootGroup LI.item A span
{
}
UL.vertical.rootGroup LI.item A
{
}

/* slide out menu design */
UL.vertical.group.level1
{
	width: 140px;
	border-right: #417db8 3px solid;
	border-bottom: #417db8 3px solid;    
	border-left: #417db8 1px solid;
	background-color: #FFFFFF
}


UL LI A,
UL LI A:link,
UL LI A:hover,
UL LI A:visited 
{
	display: block;
	font-family: Microsoft Sans Serif, Tahoma, Arial, Verdana, Geneva,  Helvetica;
	font-weight: bold;
	font-size: 11px;
	color: #878787;
	text-decoration:none;
	vertical-align: middle;
	cursor: pointer;
	cursor: hand;
}

.RadMenu_None
{
 width: 172px;
}
