.navshadow{
	position:absolute;
	z-index: 1;
	height: 10px;
	width: 100%;
	top: 35px;
	left: 0px;
}

.navshadow[class] {
	background: url(../images/shadow.png) repeat-x;
}
* html .navshadow{
	height: 4px;
	width: 100%;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/shadowV6.png',sizingMethod='scale');
}

#navbg {
	height: 35px;
	width: 100%;
	clear: both;
	position: relative;
	z-index: 1000;
}
/********************
*					*	
*   GLOBAL MRNU		*
*					*
********************/
#global_nav_bg{
	height: 35px;
	width: 100%;
	clear: both;
	position: relative;
	z-index: 1000;
	background: url(/images/bg-nav.png) repeat-x left bottom;
}
#menu {
	direction:ltr;
	position:absolute;
	top:0px;
	width: 680px;
	right: 0px;
	height: 35px;
	z-index:100;
}
#menu a,  #menu .curr{
	direction:rtl;
	text-align:right;
	font: bold 14px/35px Arial, Helvetica, sans-serif;
	display: block;
	text-decoration: none;
	color: #333333;
	margin: 0px;
	background: url(/images/bg-nav.png) repeat-x left bottom;
	height: 34px;
	padding-right: 8px;
	padding-left: 8px;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #D8D8D8;
	border-bottom: 1px solid #BCBEBB;
}
#menu .curr {
	background: #E5551D url(/images/arrow_nav.gif) no-repeat center top;
	z-index:1;
	margin: 0px;
	color: #FFFFFF;
}
*html #menu a, #menu .curr{
	direction:rtl;
	display: inline-block;
	text-align:right;
}
#menu a:hover, #menu .over {
	background: url(/images/bg-nav.png) repeat-x left top;
}
#menu .menu {
	position: relative;
	float: right;
	width: auto;
	z-index:200;
}

#menu .menu .sub {
	position: absolute;
	right: 0px;
	top: 34px;
	display:none;
	z-index:300;
	border-right: 1px solid #BCBEBB;
	border-bottom: 1px solid #BCBEBB;
	border-left: 1px solid #BCBEBB;
}
#menu .menu .menu{
	float:none;
}
#menu .menu .sub .sub{
	right:150px;
	top:0px;
}
#menu .menu .sub a {
	font-size:13px;
	color: #333333;
	width: 150px;
	margin: 0px;
	line-height: 13px;
	padding-top: 6px;
	height: 25px;
	background: #EBEBEB;
	font-weight: normal;
	border-top: 1px solid #BCBEBB;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
#menu .menu .sub a:hover, #menu .menu .sub .over{
	color: #333333;
	background: #C3C5C2;
}

/********************
*					*
*	LOCAL NAV		*
*					*
********************/
#localnav {
	margin-top: 40px;
}
#localnav .sub{
	display:none;
}
#localnav a, #localnav .curr, #localnav .sub a{
	text-decoration: none;
	display: block;
	text-align: right;
	border-bottom: 1px solid #D8D8D8;
	padding: 6px 10px 10px 20px;
	font: bold 13px/14px Arial;
	border-top: 1px solid #FFFFFF;
}
#localnav a{
	background: #FFFFFF url(/images/bg-localnav.png) repeat-y right top;
	color: #666666;
}	
#localnav a:hover{
	background: #FFFFFF url(/images/bg-localnav.png) repeat-y right bottom;
	color: #333333;	
}
#localnav .curr {
	background: #6C0E0F url(/images/leftarrow_red.gif) no-repeat 8px 8px;
	color: #FFFFFF;
}

#localnav a.topic{
	/*background: #93DBDB url(/images/arrow_down_w.gif) no-repeat 6px 10px;*/
}
#localnav .ui-icon{
	float:left;
}
/***** SITEMAP **********/
#sitemap{
	margin-right: 50px;
	margin-left: 50px;	
}
#sitemap a, #sitemap .sub a{
	text-decoration: none;
	display: block;
	text-align: right;
	padding: 3px 5px;
	border-bottom: 1px solid #D8D8D8;
	margin-right: 2em;
}
#sitemap a {
	color: #666666;
	background: url(/images/bg-localnav.png) no-repeat right top;
	font-weight: bold;
}

#sitemap .sub a{
	font-weight: normal;
	color: #333333;
	background:#FFFFFF
}
#sitemap a:hover, .sitemap_admin_over{
	font-weight: bold;
	color: #333333;
	background: url(/images/bg-localnav.png) no-repeat right bottom;
}
/********************
*					*
*	ADMIN NAV		*
*					*
********************/
#sitemap_admin {
	border-top: 1px solid #D3DAEB;
}
#sitemap_admin p{
	border-bottom : 1px solid #D3DAEB;
	margin:0px;
	padding:4px;
}
#sitemap_admin img{
	padding-right:10px;
	padding-left:10px;
}
#sitemap_admin a{
	text-decoration: none;
	color: #596783;
}
#sitemap_admin a:hover{
	color:#000000;
}
/* ---------------- */
#search_frame {
	border: 1px solid #CCCCCC;
	background:#FFFFFF;
	padding: 5px 7px;
}
.bg_gray {
	background: #E0E3DF;
}

