﻿.UltimateMenu
{
	padding:0px;
	cursor:pointer;
	cursor:hand;
}

.UltimateMenuGroup
{
	padding:0px;
	cursor:pointer;
	cursor:hand;
}

.UltimateMenuItem
{
	background-image: url('Images/MainPageImages/BLANKBAR.gif');
	font-family:Verdana;
	font-size:12px;
	color:white;
	text-align:Left;
	
}

.UltimateMenuItemOver
{
	background-image: url('Images/MainPageImages/BLANKBARHOVER.gif');
	font-family:Verdana;
	font-size:12px;
	text-align:Left;
	color:white;
}

.UltimateMenuItemClick
{
	background-color:#F1F1F1;
	border:1px inset #CCCCCC;
	font-family:Verdana;
	font-size:11px;
}

.UltimateMenuItemSelect
{
	background-color:#F1F1F1;
	border:1px solid #A1C6EB;
	font-family:Verdana;
	font-size:11px;
}

.UltimateMenuItemOnPath
{
	background-color:#DBE9F8;
	border:1px solid #A1C6EB;
	font-family:Verdana;
	font-size:11px;
}

.UltimateMenuSubItem
{
	background-image: url('Images/MainPageImages/BLANKBAR.gif');
	font-family:Verdana;
	font-size:12px;
	color:white;
	padding: 0px;
	
}

.UltimateMenuSubItemOver
{
	background-image: url('Images/MainPageImages/BLANKBARHOVER.gif');
	font-family:Verdana;
	font-size:12px;
	color:White;
}

.UltimateMenuSubItemSelect
{
	background-color:#F1F1F1;
	border:1px solid #A1C6EB;
	font-family:Verdana;
	font-size:11px;
}

.UltimateMenuSubItemOnPath
{
	background-color:#DBE9F8;
	border:1px solid #A1C6EB;
	font-family:Verdana;
	font-size:11px;
}

.UltimateMenuDisabledItem
{
	background-color:#DBE9F8;
	color:#ACA899;
	cursor:default;
	font-family:Verdana;
	font-size:11px;
}

.UltimateMenuScrollArrow
{
	background-color:#DBE9F8;
	border:1px solid #DBE9F8;
	font-family:Verdana;
	font-size:11px;
}

.UltimateMenuScrollArrowOver
{
	background-color:#F1F1F1;
	border:1px solid #CCCCCC;
	font-family:Verdana;
	font-size:11px;
}

.UltimateMenuDisabledScrollArrow
{
	background-color:#DBE9F8;
	border:1px solid #DBE9F8;
	font-family:Verdana;
	font-size:11px;
	color:#ACA899;
	cursor:default;
}
