/*
COMPONENT ART CSS ATTRIBUTES

OBJECT = MENU

ATTRIBUTES:

CssClass: Affects the appearence of the menues top group

	| File | Edit |

	Dosen't seem to include font attributes

DefaultGroupCssClass: Affects the appearance of the drop down
	groups that dispay when the mouse hovers over a menu item

	| File | Edit |
	-------------
	| Open		|
	| Save		|
	| Close		|
	-------------

	Dosen't seem to include font attributes

DefaultItemLookID: Determines the appearance of each item anywhere on the menu

---------------------------------------------------------------------------------
OBJECT = ITEMLOOKS

ATTRIBUTES:

CssClass: The formatting for all menu items including font attributes
HoverCssClass: Mouse over appearence
ExpandedCssClass: The appearence of the item when the group is expanded 
	(doesn't affect the group)

*/

/* Default item styles ------------------------------------ */ 
.Catalog
{
	background-image: url(../../images/Psc0/Cat.Root.Bgrnd.gif);
	background-repeat: repeat-x;
}	

.CatalogShadow
{
	background-image: url(../../images/Psc0/Cat.Shadow.gif);
	background-repeat: repeat-x;
	height: 9px;
	font-size: 1px;
}

/* Root Parent Level CSS ------------------------------------ 
    The top most item in the catalog (root) with child menu items. The root item is not selectable.
*/ 
.RootBase
{
  cursor:default; 
  height: 22px;
}

.RootParent
{
  background-image: url(../../images/Psc0/Cat.RootParent.Bgrnd.gif);
  background-repeat: repeat-x;
  font-family:Verdana; 
  font-size:12px; 
  border-bottom-color:#BAB9CD;
  border-right: solid 1px #cad4ff; 
  cursor:pointer;
}

.RootParentHover 
{
  background-image: url(../../images/Psc0/Cat.RootParent.Hover.gif);
  background-repeat:repeat-x;
  color:white; 
  font-family:Verdana; 
  font-size:12px; 
  border-bottom-color:#BAB9CD;
  border-right: solid 1px #cad4ff; 
  cursor:pointer;
}

.RootParentActive
{
  background-color:#ffb871;
  color:white;
  font-family:verdana;
  font-size:12px;
  border-bottom-color:#BAB9CD;
  border-right: solid 1px #cad4ff; 
  cursor:pointer; 
}

/* Root Navigate Level CSS ------------------------------------ */ 
.RootNavigate
{
  background-image: url(../../images/Psc0/Cat.RootNav.Bgrnd.gif);
  background-repeat:repeat-x;
  color:black; 
  font-family:Verdana; 
  font-size:12px; 
  border-bottom-color:#BAB9CD;
  border-right: solid 1px #cad4ff; 
  cursor:pointer;
}

.RootNavigateHover 
{
  background-image: url(../../images/Psc0/Cat.RootNavHover.Bgrnd.gif);
  background-repeat:repeat-x;
  color:Blue; 
  font-family:Verdana; 
  font-size:12px; 
  border-bottom-color:#BAB9CD;
  border-right: solid 1px #cad4ff; 
  cursor:pointer;
}

.RootNavigateActivate 
{
  background-image: url(../../images/Psc0/Cat.RootNavActivate.Bgrnd.gif);
  background-repeat:repeat-x;
  color :black; 
  font-family:Verdana; 
  font-size:12px; 
  border-bottom-color:#BAB9CD;
  border-right: solid 1px #cad4ff; 
  cursor:pointer;
}

.RootNavigateHomePage  
{
  background-image: url(../../images/Psc0/Cat.HomeIcon.gif);
  background-repeat: no-repeat;
  color:black; 
  font-family:Verdana; 
  font-size:12px; 
  cursor:default; 
  border-right: solid 1px #cad4ff; 
}

.RootNavigateHoverHomePage
{
  background-image: url(../../images/Psc0/Cat.HomeIcon.Active.gif);
  background-repeat:no-repeat;
  color:Blue; 
  font-family:Verdana; 
  font-size:12px; 
  border-bottom-color:#BAB9CD;
  border-right: solid 1px #cad4ff; 
  cursor:pointer;
}

.RootNavigateActivateHomePage
{
  background-image: url(../../images/Psc0/Cat.HomeIcon.Active.gif);
  background-repeat:no-repeat;
  color :black; 
  font-family:Verdana; 
  font-size:12px; 
  border-bottom-color:#BAB9CD;
  border-right: solid 1px #cad4ff; 
  cursor:pointer;
}

/* Drop Down Style */
.BranchBase
{
  background-image: url(../../Images/Psc0/Cat.Branch.Bgrnd.gif);
  border-width:1px; 
  font-size:12px;
  border-color:#7E7E81; 
  border-style:solid;
  cursor:default; 
  filter:progid:DXImageTransform.Microsoft.Shadow(color='gray', Direction=135, Strength=2); 
}

/* Drop Down Style */
.BranchNavigate
{
    cursor: default;
    font-family: Verdana;
    font-size: 12px;
}

.BranchNavigateHover
{
  background: url(../../images/Psc0/Cat.DropItem.Hover.gif);
  background-repeat: repeat-x;
  background-color:#ffc58b; 
  color:black; 
  font-family:Verdana; 
  font-size:12px; 
  border-bottom: solid 1px #e47a38;
  border-top: solid 1px #FFDFBE;
  cursor:pointer; 
}

.BranchNavigateActive
{
  background-color:#ffb871;
  color:white;
  font-family:verdana;
  font-size:12px;
  border:1px;
  border-left-color:#e47a38;
  border-top-color:#e47a38;
  border-right-color:#FFDFBE;
  border-bottom-color:#FFDFBE;
  border-style:solid; 
  cursor:default; 
}

.BranchParent
{
    cursor: default;
    font-family: Verdana;
    font-size: 12px;
}

.BranchParentHover
{
  background: url(../../images/Psc0/Cat.DropItem.Hover.gif);
  background-repeat: repeat-x;
  background-color:#ffc58b; 
  color:black; 
  font-family:Verdana; 
  font-size:12px; 
  cursor:pointer; 
}

.BranchParentExpanded
{
  background-color:silver; 
  color:black; 
  font-family:Verdana; 
  font-size:12px; 
  border-top: 1px solid #737373;
  border-bottom: 1px solid #ABABAB;
  cursor:default; 
}

.BranchParentActive
{
  background-color:#ffb871;
  color:white;
  font-family:verdana;
  font-size:12px;
  cursor:default; 
}


.TopMyDocument 
{
  color:black; 
  font-family:Verdana; 
  font-size:12px; 
  cursor:default; 
  border-right: solid 1px #cad4ff;
  cursor:pointer;
}


/* Child selected item styles ------------------------------------ */ 

/* This is the top item when a child item is selected */
.ChildSelectedItem
{
  background-image: url(../../images/Psc0/Cat.DropItem.Active.gif);
  font-family:verdana; 
  font-size:12px; 
  cursor:default; 
}

.ChildSelectedItemHover
{
  background-image: url(../../images/Psc0/Cat.DropItem.ActiveHover.gif);
  color:black; 
  font-family:verdana; 
  font-size:12px; 
  cursor:default; 
}

.ChildSelectedItemExpanded
{
  background-image : url(../../images/Psc0/Cat.DropItem.ActiveExanded.gif);
  color:black; 
  font-family:verdana; 
  font-size:12px; 
  cursor:default; 
}

.SelectedItem
{
  background-color:#ffb871;
  font-family:Verdana; 
  font-size:12px; 
  border:1px;
  border-style:solid;
  border-color:#fedfbf;
  cursor:default; 
}

.SelectedItemHover
{
  background-color:#E9CFB1; 
  color:black; 
  font-family:Verdana; 
  font-size:12px; 
  border:1px;
  border-style:solid;
  border-color:#fedfbf;
  cursor:default; 
}

.SelectedItemExpanded
{
  background-color:#E9CFB1; 
  color:black; 
  font-family:verdana; 
  font-size:12px; 
  border:1px;
  border-style:solid;
  border-color:#fedfbf;
  cursor:default; 
}






