.mod_navigation {
	background:none;
	/*background:url(../images/menu_bg.gif) 0px 1px repeat-x #404040;*/
	/*background:url(../img/bg/stInnerShrtcts_bg.gif) 0px 1px repeat-x #404040;*/
	xtext-align:right;
}
.mod_navigation.block {
	z-index:99999;
	padding:none;
	margin:none;
	clear:both;
}

.menulist {margin:0px;padding:0px;}
.menulist p {margin:0px;padding:0px;}

.menulist {float:right;}

/* Submenus (<ul> tags) are hidden and absolutely positioned downwards from their parent */
.menulist ul {
	display: none;
	position: absolute;
	/*top: 1.0em; /* I'm using ems and px to allow people to zoom their font */
	/*top:20px;*/
	left: 0px;
	width: 150px;
}

/* Second and third etc. level submenus - position across from parent instead */
.menulist ul ul {
	top: -1px; margin-top: 0;
	left: 148px;
}

/*
 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 {
	background:none;
	color:#000000;
	font-weight: bold;
	z-index: 9999;
	border: none;
	margin:0px;
	padding:0px;
}

/* Items in submenus - override float/border/margin from above, restoring default vertical style */
.menulist ul li {
}
.menulist ul>li:last-child {
}

/* Links inside the menu */
.menulist a,
.menulist p
{
	color: #000000;
	text-decoration: none;
	padding: 4px 10px;
	font-size: 11px;
	line-height: 23px;
	border: none;
}

/* Lit  items: 'hover' is mouseover, 'highlighted' are parent items to visible menus */
.menulist a:hover,
.menulist a.highlighted:hover,
.menulist a:focus
{
	color: #cc0000;
	background: url(../img/menu01o.gif);
}
.menulist a.highlighted
{
	color: #000000;
	background:none;
}

/*
 If you want per-item background images in your menu items, here's how to do it.
 1) Assign a unique ID tag to each link in your menu, like so: <a id="xyz" href="#">
 2) Copy and paste these next lines for each link you want to have an image:
    .menulist a#xyz {
      background-image: url(out.gif);
    }
    .menulist a#xyz:hover, .menulist a.highlighted#xyz, .menulist a:focus {
     background-image: url(over.gif);
    }
*/

/* Only style submenu indicators within submenus. */
.menulist a .subind {
	display: none;
}
.menulist ul a .subind {
	display: block;
	float: right;
}

ul.level_2 {
	margin-top: 20px;
	border: 2px solid #000000;
}
ul.level_2 li {
	background: url(../img/menu02bg.gif);
}

ul.level_2 a,
ul.level_2 p {
	color: #ffffff;
}
ul.level_2 a:hover {
	margin: 0px 1px 0px 1px;
	color: #ffffff;
	background: #750503 url(../img/menu02o.gif) repeat-x;
}
