.menulist img {
border:none;
}

.menulist li, .doublecol td {
 border: 1px solid #ADC7EF;
 background: #E7EFFF;
}

.menulist td {
	padding:0px;
}
/*
 Lit items: 'hover' is mouseover, 'highlighted' are parent items to visible menus.
*/
.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
 text-decoration:none;
 color: #FFF;
 /*background-color: #CEDFFF;*/
 background-color:#D20000
}
.menulist a.highlighted {
 color: #FFF;
 /*background-color: #ADC9FF;*/
 background-color:#971414;
}

.menulist, .menulist ul {
 margin: 0;
 padding: 0;
 width: 125px;
 list-style: none;
}

.menulist ul {
 display: none;
 position: absolute;
 top: -1px;
 left: 123px;
 vertical-align:middle;
}

.menulist li {
 position: relative;
 margin-bottom: -1px;
}
.menulist ul>li:last-child {
 margin-bottom: 1px; /* Mozilla fix */
}

/* Links inside the menu */
#listMenuRoot a {
 display: block;
 padding: 2px;
 padding-left:6px;
 font-size:12px;
 text-align:left;
 text-decoration:none;
 line-height:17px;
 }
#listMenuRoot ul li a {
 color: #08497B;
 font-family:Tahoma,'Lucida Grande',Geneva,Arial,Verdana,sans-serif;
 font-weight:normal;
 font-size:12px;
}


/* 'subind' submenu indicators, which are automatically prepended to 'A' tag contents. */
.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: 100%;
}

* html .menulist li {
 float: left;
 height: 1%;
}

.doublecol table {
	border-collapse:collapse;
}
.doublecol td {
	margin-top:2px
}

.doublecol li {
border:none;
background:none;
}

#listMenuRoot .doublecol a {
	width:120px;
	line-height:32px;
	padding-left:2px;
}

.doublecol img {
	float:left;
	padding-right:6px;
	padding-left:1px;
}

#listMenuRoot #imageid {
	border:none;
	padding:0;
	margin:0;
	font-weight:normal;
}
#imageid span {
	display:none;
}

.menulist li:hover>ul {
 display: block;
}


#inkriteContent .warper {
	background-image:url('../../../../inkrite/bg.gif');
	background-repeat:no-repeat;
	background-position:top left;
	margin-left:2px;
	padding-bottom:15px;
	padding-top:26px;
}

#inkriteContent #inkrite_iframe {
	overflow:visible;
	width:169px;
	height:73px;
	background-color:#E7EFFF;
}
#inkriteContent .td1 {
	width:7px;
	padding:0px;
	color:#FFFFFF;
}

#inkriteContent .td1 {
	width:7px;
	padding:0px;
	color:#FFFFFF;
}
#inkriteContent .td2 {
	padding-left:1px;
}


#inkriteContent #inkrite_button {
	margin-left:15px;
	display:block;
	margin-top:5px;
	margin-bottom:8px;
	cursor:pointer;
	width:1%;
}
#listMenuRoot li#mainLi {
	border:none;
	line-height:normal;
	height:21px;
	margin:0px;
	padding:0px;
	/*background:none;*/
}
