﻿@charset "UTF-8";

/** 
 * Adobe CSS Drop-Down Menu Theme
 *
 * @file		default.css
 * @name		Adobe
 * @version		0.1
 * @type		transitional
 * @browsers	Windows: IE6+, Opera7+, Firefox1+
 *				Mac OS: Safari2+, Firefox2+
 *
 * @link		http://www.lwis.net/
 * @copyright	2008 Live Web Institute. All Rights Reserved.
 *
 * Module Classes: *.dir {} *.on {} *.open {} li.hover {} li.first {} li.last {}
 * Expected directory tag - li
 *
 */

@import "helper.css";



/*------------------------------------------------------------------------------------------------------/
 * @section		Base Drop-Down Styling
 * @structure	ul (unordered list)
 *				ul li (list item)
 *				ul li a (links)
 *				*(.class|:hover)
 * @level sep	ul
 */


/* ----- ALL LEVELS (incl. first) */

ul.dropdown {
font: bold 12px Arial, Helvetica, sans-serif;
/*font-family:Verdana;
font-weight:bold;*/
 width:100%;
 /*background-color: #ffffcd;*/
  /*padding-left:50px;*/
  text-align:left;
 /*border-bottom:thin #bbbbba solid;*/
/*width:968px!important;*/
width:1018px!important;

}
ul.dropdown li{
 /*background-color: #ffffcd;*/
 border-top:1px #ffffcd solid;
	 border-left:1px #ffffcd solid;
	 border-right:1px #ffffcd solid;
	 /*border-bottom:thin fuchsia solid!important;*/
/*height:32px!important;*/
 width: 140px!important;
	 color: #000;

}
ul.dropdown li:hover{
	/*height:32px!important;*/
  	border-top:1px #ffffcd solid;
	 border-left:1px #ffffcd solid;
	 border-right:1px #ffffcd solid;
}
	ul.dropdown li.hover,
	ul.dropdown li:hover {
		/* padding:-1px -1px;*/
	 background-color: #ffffff;
	 

  	
	}

	ul.dropdown a:link,
	ul.dropdown a:visited { color: #000; text-decoration: none; }
	ul.dropdown a:hover { color: #000; text-decoration: none; }
	ul.dropdown a:active { color: #000; }


/* ----- END LEVEL */


	/* ----- NON-FIRST LEVEL */

	ul.dropdown ul {
	/*font-family:Verdana;
    font-weight:bold;*/
    
    
    font-size:11px!important;
text-transform: uppercase!important;
	 margin:0;
	 width: 139.0px!important;
 	/*padding-bottom: 12px;*/
/*	 background: url(images/dropdown_pane.png) 0 100% no-repeat;*/

	 color: #000;
	 /*font-size: 12px;*/
	 font-weight: normal;
	 background-color:white;
	 text-align:left;
	 border-top:1px #ff8400 solid;
	 border-bottom:1px gray  solid;
	 border-left:1px gray  solid;
	 border-right:1px gray  solid;
	 		 /* border-right:thin gray  solid;    */
	 		 		 

	}

		ul.dropdown ul li {
		/* background-color: transparent;*/
		 color: #000;
		/*border-right:thin gray  solid;
		  background-color:maroon;*/
		  border:none!important;

		}

		ul.dropdown ul li.hover,
		ul.dropdown ul li:hover {
		 background-color: transparent;

		}

		ul.dropdown ul li.empty {
		 padding: 12px 12px 7px ;
		 font-weight: bold;
		}

		ul.dropdown ul a:link,
		ul.dropdown ul a:visited { color: #000; }
		ul.dropdown ul a:hover { color: #000; text-decoration: none; border-right:1px gray solid !important; }
		ul.dropdown ul a:active { color: #000; }

			ul.dropdown ul ul {
			 display: none;
			}

			ul.dropdown ul ul li {}

/* ----- END LEVEL */



/*------------------------------------------------------------------------------------------------------/
 * @section	Support Class 'dir'
 * @level sep	ul, .class
 */


/* ----- ALL LEVELS (incl. first) */

ul.dropdown *.dir {
/* padding-right: 12px;*/
padding-right: 12px;
 background-image: none;
 background-position: 100% 50%;
 background-repeat: no-repeat;

}

/* ----- END LEVEL */




/* Components override */

ul.dropdown-horizontal ul *.dir {
/* padding-right: 15px;*/

 background-image: url(images/nav-arrow-right.png);
 background-position: 100% 50%;
 background-repeat: no-repeat;
 background-color:lime;
}

ul.dropdown-vertical *.dir {
 background-image: url(images/nav-arrow-right.png);
}

ul.dropdown-vertical-rtl *.dir {
 padding-right: 15px;
 background-image: url(images/nav-arrow-left.png);
 background-position: 0 50%;
}

.sub_nav{
/*	padding-left:15px!important;*/
/*	margin-left:25px!important;*/	

display:none!important;

}
.selectednav{
height:30px;
	border-top:1px gray solid!important;
	 border-left:1px gray solid!important;
	 border-right:1px gray solid!important;
	 background-color:white!important;
	 	 border-bottom:1px #ff8400 solid;
}
