﻿
.SivestMenu
{
	position:relative;
	top:0px;
    height: 42px;
    font-style: normal;
    font-variant: small-caps;
	font-size: 12px;
    background-image: url(../js/menu_bg.jpg);
}

/* Link font color */
.SivestMenu a
{	
    color: White;
    font-weight: bold;
}

/* Top menu holder */
.SivestMenu ul.AspNet-Menu
{
	/*height:42px;*/
	padding-left:3px;
	background-image: url(../js/menu_seporator.jpg);
	background-repeat: no-repeat;
	background-position: left;
}

/* Top menu Items */
.SivestMenu ul.AspNet-Menu li
{
	line-height: 40px;
	padding-left: 12px;
	padding-right: 16px;
	/* height: 42px;*/
	background-image: url(../js/menu_seporator.jpg);
	background-repeat: no-repeat;
	background-position: right;	
}

/*  I'm only interested in the selected parent rule
===================================================
.SivestMenu .AspNet-Menu-Selected
{
    border: solid 1px #00ff00 !important;
}

.SivestMenu .AspNet-Menu-ParentSelected
{
    border: solid 1px #0000ff !important;
}


.SivestMenu .AspNet-Menu-ChildSelected
{
    border: solid 1px #ff0000 !important;
}
*/

.SivestMenu ul.AspNet-Menu li .AspNet-Menu-ChildSelected
{
	border: solid 1px #ff9900;
}

/* 1st tier holder */
.SivestMenu ul.AspNet-Menu ul
{
	left: 0px;
	background-color: #fff;
	border-left: solid 8px #999;
	border-bottom: solid 1px #999;
	z-index: 300000;
}



/* 1st tier items */
.SivestMenu ul.AspNet-Menu ul li
{	
	width: 240px;
	background-image:none;
/*	height: 20px;
	padding-top: 8px;
	padding-left: 4px;*/
	
		
}

.SivestMenu ul.AspNet-Menu ul li:hover,
.SivestMenu ul.AspNet-Menu ul a:hover
{
	background-color: orange;
	color: #fff;
}

/* 1st tier links in the items */
.SivestMenu ul.AspNet-Menu ul a
{
	display: block;
	font-weight:normal;
	height: 20px;
	padding-top: 8px;
	padding-left: 4px;
	line-height: normal;
	text-align: left;
	color: #999;
}

/* 2nd tier */
.SivestMenu ul.AspNet-Menu ul ul
{
	left: 235px;
	top: -2px;
	border-bottom: solid 1px #999;
	border-right: solid 1px #999;
}

/* 2nd tier */
.SivestMenu ul.AspNet-Menu ul ul li
{
	width:300px;
}

/* 2nd tier links in the items */
.SivestMenu ul.AspNet-Menu ul a
{
	width: 100%;
}
