.menulist, .menulist  ul {
 margin: 0;
 padding: 0;
 list-style: none;
 z-index:999999999999;


 }

/* Submenus (<ul> tags) are hidden and absolutely positioned downwards from their parent */
.menulist ul 
{
 width:190px;
 margin:0px auto;
 z-index:100;
 height:auto;
 padding:0px 0px 0px 0px;

}

.menulist ul li ul
{
	font-size: 12px;
	list-style-type: none;
	padding-left: 0px;
	float:left;
	position:absolute;
	border: solid 1px #cccccc;
	background-color:#990000;
	width:200px;
}
.menulist ul ul li
{
	margin-top:0px;
	border-bottom:1px solid #cccccc;
}
/* Second and third etc. level submenus - position across from parent instead */
.menulist ul ul {
	visibility:hidden;
	float:left;
	background-image:none;
	padding-left: 0px;
	margin-left:0px;
	top: 0;
	left: 100%;
	/*width: 160px;*/
	z-index:999999999999;
 
}

/*
 All menu items (<li> tags). 'float: left' lines them up horizontally, and they are
 positioned relatively to correctly offset submenus. Also, they have overlapping borders.
*/
.menulist li {
 float:none;
 position: relative;
 margin:0px auto;
 z-index:10;
 padding:0px;
 background:url(../images/nutln.jpg) left no-repeat;
}
.menulist li:hover {
 float:none;
 position: relative;
 margin-right: 0px;
 z-index:10;
 padding:0px;
}

/* Items in submenus - override float/border/margin from above, restoring default vertical style */
.menulist ul li {
 float:none;
 margin-right: 0;
 margin-top:0px;
 margin-bottom:0px;
 font-weight:normal;
}
/*
.menulist ul>li:last-child {
 margin-bottom: 1px;
*/


/* Links inside the menu */
.menulist a:link, .menulist a:visited
 {
 	display: block;
	font-size: 14px;
	color:#ffffff;
    padding-left:18px;
	margin:0px auto;
	/*width:162px;*/
	vertical-align:text-top;
	line-height:32px;
	text-transform:capitalize;
	font-family:Tahoma;
}

/* Lit  items: 'hover' is mouseover, 'highlighted' are parent items to visible menus */
.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
	/*display: block;*/
	font-size: 14px;
	color:#FFFF00;
    padding-left:18px;
	margin:0px auto;
}
.menulist  a.highlighted {
	font-size:14px;
	color: #FFFF00;

}

/* Only style submenu indicators within submenus. */
.menulist a .subind {
 display:  none;
}
.menulist ul a .subind {
 display:  block;
 display:none;

}

/* 'Escaped Comment' hack for horizontal menubar width in IE5/Mac */
.menulist a {
 float:none;
 
}
.menulist ul a {
	float: none;
	font-size: 13px;
	color:#0D7C33;
	line-height:26px;
	margin: 0px 0px 0px 0px;
	padding-left: 14px;
}
/* \*/

/* This semi-commented section exists to fix bugs in IE/Windows (the 'Holly Hack'). \*/
* html .menulist  ul li {
 float: left;
 height: 1%;
 
}
* html .menulist  ul a {
 height: 1%;
}
/* End Hack */

.imgbg_line{
	background:#A5110A;
}