#siteMenu {
	position:absolute;
	left:263px;
	top:119px;
	height:22px;
	margin:0;
	padding:0;
	font: bold 10px verdana;
	z-index:5;
}
html>body #siteMenu {height:23px;}


/* Menu Items CSS */
#menuItems {
	position:absolute;
	right:7px;
	bottom:0;
	z-index:50;
}

#menuItems ul {
	margin:0;
	padding:0;
	list-style:none;
}
#menuItems li {
	float:left;
	margin:0;
	padding:0;
	height:22px;
	position:relative
}


 #menuItems a.Arrow {
	 background:url(../../images/layout/bg_menu_arrow.gif) right 9px no-repeat;
}

#menuItems a {
	float:left;
    display:block;
	font:bold 11px Verdana,sans serif;
	/*width:.1em;height:13px;*/
	color:white;
	text-decoration:none;
    padding:4px 7px 5px 7px;
	border-left:1px solid #FFAF45;
	border-right:1px solid #D14A01;
}

#menuItems .Arrow {
    padding:4px 15px 5px 7px;
}

/* Non-IE 6 Hack for width of anchor */
#menuItems > ul a {width:auto;}
/* IE5-Mac Hack \*/
#menuItems a {float:none;}
/* End */
#menuItems a:hover {
	color:white;
}
#menuItems .over,#menuItems li:hover {
   background:url(../../images/layout/bg_menu_over.gif);
}

/*\*//*/
 #menuItems .over,#menuItems li:hover {
   background-image:none;
}
/**/ 


#menuItems .over a,#menuItems li:hover a,#menuItems a:hover {
	background-position:0% -22px;
}

#menuItems .over ul li, #menuItems li:hover ul li:hover {
   background-image:none;
}

#menuItems a span.DownArrow{
	/*font:bold 8px Arial Black;*/
	/*fix font size defs */
}

/* End Menu Items CSS */

/* Submenus */
#menuItems li ul {
	position:absolute;
	/*display:none;*/
	left:-999em;
	z-index: 10;	
	margin-left:-70px;
	top:22px;
}/* IE5-Mac Hack \*/#menuItems li ul {margin:0;}/* End */
html>body #menuItems li ul {
	/*display: none;*/
	left:-2000px;
}
#menuItems li ul li {background-image:none;
	float:none;
	/*width:.1em; */
	border:0;
	height:auto;
	padding:0;
	margin:0;
	
}

*html #menuItems li ul li {
	margin-top:0px;
	padding-top:0px;
}

#menuItems li ul li a {
	background:#FFEED8 none;
	margin:0px;
	font-size:0.9em;
	font-family:Verdana, Sans-Serif;
	font-weight:normal;
	color:black;
	display:block;
	width:120px;
	padding:4px 8px;
	border-top:1px solid #FFF;
	border-bottom:1px solid #F26E36;
}
#menuItems li ul li a:hover {
	background:#FFE1B7 none;
	color:#F26E36;
}
#menuItems li:hover ul, #menuItems li.over ul {
	left:auto/*display:block*/

}



.logout
{
	position: absolute;
	left: 10px;
	bottom: 0px;
	width: 100px;
	float: left;
	z-index: 5;
	margin: 0;
	padding: 0;
	list-style: none;
}

.logout li
{
	float: left;
	margin: 0;
	padding: 0;
	height: 22px;
	list-style: none;
}

.logout a.Arrow
{
	background: url(../../images/layout/bg_menu_arrow.gif) right 9px no-repeat;
}

.logout a
{
	float: left;
	display: block;
	font: bold 11px Verdana,sans serif;
	height: 13px;
	color: white;
	text-decoration: none;
	padding: 4px 7px 5px 7px;
	border-left: 1px solid #FFAF45;
	border-right: 1px solid #D14A01;
}

.logout .Arrow
{
	padding: 4px 15px 5px 7px;
}

.logout a:hover
{
	color: white;
	text-decoration: none;
	background: url( "../images/bg_menu_over.gif" );
}

/** mods **/

#menuItems li li a
{
	height: auto;
	/*line-height: 1em; */
}

#menuItems li ul li
{
	height: auto; /* border: 0 solid;     border-bottom: 1px solid #FFAF45;*/
	width: auto;
}

#menuItems ul
{
	float: right;
}
#menuItems ul ul
{
	float: none;
}


/**end mods **/


/** Support for the "iehover-fix.js" **/
#menuItems iframe {
position: absolute;
left: 0;
top: 0;
z-index: 0;
filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);

}
/** end **/


