
ul#listMenuRoot {
	padding: 0px;
	

}

#menu ul {
	
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
	padding-bottom:0px;
	margin-left: 0px;
	
}

#menu ul .SubItem {
	margin:0px;
	padding-left:5px;
	padding-right:5px;
	padding-top:0px;
	padding-bottom:0px;
		
}


#menu ul li {
	background-image:url('Images/menuItemBg.jpg');
	background-repeat:no-repeat;
	height:30px;
	list-style-image:none;
	list-style-type:none;
	
}

#menu ul li a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	display:block;
	padding-left:0px;
	text-decoration:none;

}	
#menu ul li a:hover {
	text-decoration:underline;
}


.menulist ul {
	display: none;
	position: absolute;
	top: -1px;
	left: 216px;
	
}
    .menulist ul ul {background-color: Transparent;}

.menulist ul .SubItem {
 display: none;
 position: absolute;
 top: -1px;
 left: 212px;

}

.menulist li:first-child {

margin-top:22px;
}

.menulist li li:first-child {

margin-top:0px;
}

.menulist li {
	position: relative;
	margin-bottom: -1px;
	background-image: url('Images/navDilim.png');
	background-repeat: no-repeat;
	background-position: bottom;
    display: block;
	height:23px;
    width: 209px !important;
    padding-left: 15px;
    margin-right: 0px;
    margin-top: 2px;
	margin-left:10px;
	
}
.menulist li.parent {
	position: relative;
	margin-bottom: -1px;
	background-image: url('Images/navDilimParent.png');
	background-repeat: no-repeat;
	background-position: bottom;
    display: block;
	height:23px;
    width: 209px !important;
    padding-left: 15px;
    margin-right: 0px;
    margin-top: 2px;
	margin-left:10px;
	
}

    .menulist li li {background-image: none; border: solid 1px #000000; margin: 0px 0px -1px 0px; background-color: #004799;}
    
    
.menulist ul>li:last-child {
 margin-bottom: 1px; /* Mozilla fix */
}

/* Links inside the menu */
.menulist a {
	display: block;
	padding: 3px 3px 3px 25px;
	color:#FFFFFF;
	text-decoration: none;
	background-image:url(images/bullet.png);
	background-repeat: no-repeat;
	font-weight: bold;
	font-size: 12px;
	background-position: 4px 0px;
}

/*
 Lit items: 'hover' is mouseover, 'highlighted' are parent items to visible menus.
*/
.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
 color: #FFF;

}
.menulist a.highlighted {
 color: #FFF;

}

.menulist a .subind {
 float: right;
}

/*
 HACKS: IE/Win:
 A small height on <li> and <a> tags and floating prevents gaps in menu.
 * html affects <=IE6 and *:first-child+html affects IE7.
 You may want to move these to browser-specific style sheets.
*/
*:first-child+html .menulist li {
 float: left;
 width: 194px;
}

* html .menulist li {
 float: left;
 height: 1%;
}
* html .menulist a {
 height: 1%;
}
/* End Hacks */

/* Home page Alternates */

/* END */
