﻿/*
body
{
	margin: 0;
	padding: 0;
	font-family: tahoma, times;
	font-size: 9pt;
	color: #424242;
	background: url(images/topnav_bg.jpg) repeat-x;
	direction: rtl;
}
*/

.TopMenu ul.AspNet-Menu
{
	margin: 0;
	padding: 10px 0;
	/*background: url(images/topnav_bg.jpg) repeat-x;*/
	border-top: 4px solid #bdc6ec;
	border-right: 1px solid gray;
}
.TopMenu ul.AspNet-Menu li
{
	display: inline;
	list-style-type: none;
}
.TopMenu ul.AspNet-Menu li a:link, .TopMenu ul.AspNet-Menu li a:visited
{
	float: right;
	font-size: 9pt;
	line-height: 14px;
	font-weight: bold;
	padding: 3px 7px;
	margin-top: -14px;
	text-decoration: none;
	border-top: 4px solid #4764ba;
	border-left: 1px solid gray;
	color: #4764ba;
}
.TopMenu ul.AspNet-Menu li.active a:link, .TopMenu ul.AspNet-Menu li.active a:visited, .TopMenu ul.AspNet-Menu li a:hover
{
	border-top: 4px solid #6c93d8;
	padding-bottom: 2px;
	background: #fff;
	color: #6c93d8;
	padding-top: 3px;
}
/*
.TopMenu ul.AspNet-Menu li a:hover
{
	border-top: 4px solid #6c93d8;
	color: #6c93d8;
}
*/

.SideMenu ul.AspNet-Menu
{
	margin: 0;
	padding: 0;
	font-size: 11px;
}

/*** Chrome 1.0 (WebKit) Hack ***/
/*body:nth-of-type(1) .SideMenu ul.AspNet-Menu li
{
    margin: 0 17px 0 0;
}*/

.SideMenu ul.AspNet-Menu li 
{
    margin: 0;
    padding: 0;
	float:right;
	width:143px;
	display:block;
	list-style-type: none;
}

.SideMenu ul.AspNet-Menu li a, .SideMenu span.AspNet-Menu-NonLink {
	padding:4px 14px 6px 3px;
	/*margin: 0 0 0 -17px;*/
	width:100%;
	float:right;
	border-bottom:1px solid #fff;
	background-color:#f3f3f3;
	/*color: #D75600;*/
	color: #666;
}

.SideMenu ul.AspNet-Menu li a:hover, .SideMenu span.AspNet-Menu-NonLink:hover {
	padding:4px 14px 6px 3px;
	width:100%;
	background:#f3f3f3 url(temp_images/right_menu_selected.jpg) right center repeat-y;
	float:right;
	color: #0084c9;
}

.SideMenu ul.AspNet-Menu li a.active{
	padding:4px 20px 6px 3px;
	width:100%;
	background:#f3f3f3 url(temp_images/right_menu_selected.jpg) right center repeat-y;
	float:right;
	color:#0084c9;
}

.SideMenu li.AspNet-Menu-WithChildren ul 
{
    margin: 0 8px 0 0; /* Sub-menu margin */
    padding: 0;
}

.SideMenu li.AspNet-Menu-WithChildren ul li{
	/*width:132px;*/
	width:126px;
	display:block;
}

.SideMenu li.AspNet-Menu-WithChildren ul li a{
	padding:4px 14px 6px 3px;
	border-bottom:1px solid #fff;
	background:#fff url(temp_images/bullet_sub_menu.jpg) right no-repeat;
}

.SideMenu li.AspNet-Menu-WithChildren ul li a:hover{
	padding:4px 14px 6px 3px;
	background:#fff url(temp_images/bullet_sub_menu.jpg) right no-repeat;
}

.SideMenu .featured
{
    font-weight: 600 !important;
    white-space: nowrap;
}

/*
.SideMenu li.collapse a{
	border-bottom:1px solid #fff;
	background:#f3f3f3 url(temp_images/collapse.gif) 3% center no-repeat;
}

.SideMenu li.collapse a:hover{
	background:#f3f3f3 url(temp_images/expand.gif) 3% center no-repeat;
}

.SideMenu ul li.AspNet-Menu-WithChildren a{
	border-bottom:1px solid #fff;
	background:#f3f3f3 url(temp_images/expand.gif) 3% center no-repeat;
}

.SideMenu ul li.AspNet-Menu-WithChildren a:hover{
	background:#f3f3f3 url(temp_images/collapse.gif) 3% center no-repeat;
}
*/

/*
ul.SideMenu li{
	float:right;
	width:149px;
	display:block;
}

ul.SideMenu a.first{
	border-top:1px solid #9fc0d5;
	width:100%;
	display:block;
}

ul.SideMenu a.end{
	border-bottom:1px solid #9fc0d5;
	width:100%;
	display:block;
}

ul.SideMenu li a{
	padding:4px 20px 6px 3px;
	width:100%;
	float:right;
	border-bottom:1px solid #fff;
	background-color:#f3f3f3;
}

ul.SideMenu li a:hover{
	padding:4px 20px 6px 3px;
	width:100%;
	background:#f3f3f3 url(temp_images/right_menu_selected.jpg) right center repeat-y;
	float:right;
	color:#0084c9;
}

ul.SideMenu li a.active{
	padding:4px 20px 6px 3px;
	width:100%;
	background:#f3f3f3 url(temp_images/right_menu_selected.jpg) right center repeat-y;
	float:right;
	color:#0084c9;
}

ul.SideMenu ul.sub li{
	width:132px;
	display:block;
}

ul.SideMenu ul.sub li a{
	padding:4px 37px 6px 3px;
	border-bottom:1px solid #fff;
	background:#fff url(temp_images/bullet_sub_menu.jpg) 88% center no-repeat;
}

ul.SideMenu ul.sub li a:hover{
	padding:4px 37px 6px 3px;
	background:#fff url(temp_images/bullet_sub_menu.jpg) 88% center no-repeat;
}

ul.SideMenu li.collapse a{
	border-bottom:1px solid #fff;
	background:#f3f3f3 url(temp_images/collapse.gif) 3% center no-repeat;
}

ul.SideMenu li.collapse a:hover{
	background:#f3f3f3 url(temp_images/expand.gif) 3% center no-repeat;
}

ul.SideMenu li.expand a{
	border-bottom:1px solid #fff;
	background:#f3f3f3 url(temp_images/expand.gif) 3% center no-repeat;
}

ul.SideMenu li.expand a:hover{
	background:#f3f3f3 url(temp_images/collapse.gif) 3% center no-repeat;
}
*/


/* -------------------------------------------------------------------------- */
/* When the Menu control's Orientation property is Horizontal the adapter wraps the menu with DIV */
/* whose class is AspNet-Menu-Horizontal. */
/* Note that the example menu in this web site uses absolute positioning to force the menu to occupy */
/* a specific place in the web page.  Your web site will likely use a different technique to position your */
/* menu.  So feel free to change all the properties found in this CSS rule if you clone this style sheet. */
/* There is nothing, per se, that is magical about these particular property value choices.  They happen to */
/* work well for the sample page used to demonstrate an adapted menu. */

.AdminMenu .AspNet-Menu-Horizontal
{
    /*position:absolute;
    left: 9.5em;
    top: 0;
    z-index: 300;*/
}

/* This rule controls the width of the top tier of the horizontal menu. */
/* BE SURE TO MAKE THIS WIDE ENOUGH to accommodate all of the top tier menu items that are lined */
/* up from left to right. In other words, this width needs to be the width of the individual */
/* top tier menu items multiplied by the number of items. */
.AdminMenu .AspNet-Menu-Horizontal ul.AspNet-Menu
{
    margin: -1em 0 1.5em 0;
    padding: 0;
    width: 100%;
    border-bottom: 2px dashed silver;
}

/* This rule effectively says: style all tiers EXCEPT THE TOP TIER in the menu this way... */
/* In other words, this rule can be used to style the second and third tiers of the menu without impacting */
/* the topmost tier's appearance. */
/* Remember that only the topmost tier of the menu is horizontal.  The second and third tiers are vertical. */
/* So, they need a much smaller width than the top tier.  Effectively, the width specified here is simply */
/* the width of a single menu item in the second and their tiers. */
.AdminMenu .AspNet-Menu-Horizontal ul.AspNet-Menu ul
{
    width: 10.5em;
    left: 0;
    top: 100%;
}

.AdminMenu .AspNet-Menu-Horizontal ul.AspNet-Menu ul ul
{
    top: -0.3em;
}

.AdminMenu .AspNet-Menu-Horizontal ul.AspNet-Menu ul ul
{
    width: 11.5em;
}

/* Generally, you use this rule to set style properties that pertain to all menu items. */
/* One exception is the width set here.  We will override this width with a more specific rule (below) */
/* That sets the width for all menu items from the second tier downward in the menu. */
.AdminMenu .AspNet-Menu-Horizontal ul.AspNet-Menu li
{
    width: 9em;
    /*text-align:center;*/
    display:inline;
    list-style:none; 
    padding:0 1em 0 0;
    background:none;
}

/* This rule establishes the width of menu items below the top tier.  This allows the top tier menu items */
/* to be narrower, for example, than the sub-menu items. */
/* This value you set here should be slightly larger than the left margin value in the next rule. See */
/* its comment for more details. */
.AdminMenu .AspNet-Menu-Horizontal ul.AspNet-Menu ul li
{
    text-align:left;
    width: 10.5em;
}

.AdminMenu .AspNet-Menu-Horizontal ul.AspNet-Menu ul ul li
{
    width: 11.5em;
}

/* Third tier menus have to be positioned differently than second (or top) tier menu items because */
/* they drop to the side, not below, their parent menu item. This is done by setting the last margin */
/* value (which is equal to margin-left) to a value that is slightly smaller than the WIDTH of the */
/* menu item. So, if you modify the rule above, then you should modify this (below) rule, too. */
.AdminMenu .AspNet-Menu-Horizontal ul.AspNet-Menu li ul li ul
{
    margin: -1.4em 0 0 10.35em;
}