﻿.menu{ background-color:#ffffff; line-height: 1.5; padding:5px 0px 3px 0px;}

/* Toplevel images item styles ------------------------------------ */
.ImageItem{ cursor:pointer; }
.ImageItemHover{ cursor:pointer;  }
.ImageItemExpanded{ cursor:pointer;  }

/* Default item styles ------------------------------------ */ 

.Item, .ItemHover, .ItemExpanded
{
        font-family : 'arial', serif; 
        text-decoration : none;
		font-weight: bold;
		height:25px;
		cursor:pointer;
        font-size: 10px;
        text-decoration:none;
		background-color:Transparent;
		text-transform:uppercase;
		text-align:left;
		padding-left:9px;
		padding-right:9px;
 }

.ItemHover, .ItemExpanded{ color:#696969; }
.Item{ color:#8c0000; }


/* Child selected item styles ------------------------------------ */ 
.ChildItem, .ChildItemHover, .ChildItemExpanded
{
	cursor:pointer;  
	height:25px;
	width:120px;
	font-family:Verdana;
	font-size:10px;
	font-weight:normal;
	text-decoration:none;
	text-align:left;
	text-indent:3px;
	border:0;
	/*border-left: solid 1px black;
	border-right: solid 1px black;*/
}

.ChildItemHover, .ChildItemExpanded
{
	color: #ffffff;
	background-color:#696969;
}

.ChildItem 
{
	color:#ffffff;
	background-color:#d40000;
}

.DivItem, .DivItemHover, .DivItemExpanded
{
	height:15px;
	width:20px;
	background-repeat:no-repeat;
	background-position:center;
	background-image:url(Images/dot.jpg);
}