@charset "UTF-8";

/** 
 * Default CSS Drop-Down Menu Theme
 *
 * @file		default.css
 * @name		Default
 * @version		0.1
 * @type		transitional
 * @browsers	Windows: IE5+, 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|(li|a):hover/
 * @level sep	ul
 */
 
#globalContainer {
	margin-bottom : 15px;
}

 #footer-new {
 	width : 800px;
 	margin : 0 auto;
 	color : #333333;
 	margin-bottom : 15px;
 	background-image : url('/images/footer-new.jpg');
 	background-repeat : no-repeat;
 }
 
 #footer-new .bottom {
 	clear : both;
 	height : 30px;
 	display : block;
 	color : #FFFFFF;
 	background-position : bottom;
 }
 
  #footer-new .top {
 	height : 30px;
 	display : block;
 	background-image : url('/images/footer-new.jpg');
 	background-repeat : no-repeat;
 	background-position : top;
 }
 
 #footer-new ul.left {
 	float : left;
 	margin-left : 2%;
 	font-family : Arial;
 	font-size : 11px;
 	margin-right : 2%;
 	width : 29%;
 }
 
 #footer-new ul.left li {
 	margin-bottom : 10px;
 }
 
 #footer-new ul.left h3 {
 	font-size : 16px;
 	font-weight : normal;
 	color : #FFFFFF;
 }
 
  #footer-new ul.left a {
 	color : #FFFFFF;
 }

#menu {
	margin-top : 10px;
	padding-bottom : 80px;
}

ul.dropdown {
 font-weight: bold;
}

ul.dropdown a {
 display : block;
 width : auto;
 height : auto;
 float : none;
 position : relative;
 z-index : 99;
 padding-top : 10px;
 padding-bottom : 10px;
}

	ul.dropdown li {
	 padding: 7px 10px;
	 border-style: solid;
	 border-width: 1px 1px 1px 0;
	 border-color: #fff #fff #fff;
	 color: #fff;
	 background-image : url(/images/background-nav-block.jpg);
	 background-position : bottom left;
	 background-repeat : repeat-x;
	 height : 40px;
	 padding-top : 20px;
	 font-size : 12px;
	}
	
	ul.dropdown li span {
	 padding: 30px 10px;
	 position : relative;
	 display : block;
	 top : -49px;
	 left : 10px;
	 background : transparent url(/images/background-nav-end.jpg) no-repeat scroll right bottom;
	}
	
	* html ul.dropdown li span {
	display : none;
	}
	
	* html ul.dropdown li {
	background-image : url(/images/menu-bg.jpg);
	}
	

	ul.dropdown li li.hover,
	ul.dropdown li li:hover {
	 background-color: #eee;
	 color: #fff;
	}
	
	ul.dropdown ul li {
	padding : 0;
	margin : 0;
	 padding: 3px;
	 border-style: solid;
	 border-width: 1px 1px 1px 0;
	 border-color: #cccccc #cccccc #cccccc;
	 color: #333333;
	 background-image : url('/images/menu-bg.jpg');
	 background-position : bottom;
	 background-repeat : repeat-x;
	 height : auto;
	 font-size : 12px;
	 background-image : none;
	 background-color : #F3F3F3;
	 padding: 7px 10px;
	 border-style: solid;
	 border-width: 1px 1px 1px 0;
	 border-color: #fff #d9d9d9 #d9d9d9;
	 background-color: #f6f6f6;
	 color: #000;
	}

	ul.dropdown a:link,
	ul.dropdown a:visited	{ color: #fff; text-decoration: none; }
	ul.dropdown a:hover		{ color: #fff; }
	ul.dropdown a:active	{ color: #fff; }
	
	ul.dropdown li li a:link,
	ul.dropdown li li a:visited	{ color: #333333; text-decoration: none; }
	ul.dropdown li li a:hover		{ color: #333333; }
	ul.dropdown li li a:active	{ color: #333333; }


	/* -- level mark -- */

	ul.dropdown ul {
	 width: 150px;
	 margin-top: -7px;
	}

		ul.dropdown ul li {
		 font-weight: normal;
		}



/*-------------------------------------------------/
 * @section		Support Class `dir`
 * @level sep	ul, .class
 */


ul.dropdown *.dir {
 padding-right: 20px;
 background-image: url(images/nav-arrow-down.png);
 background-position: 100% 50%;
 background-repeat: no-repeat;
}


/* -- 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;
}

ul.dropdown-upward *.dir {
 background-image: url(images/nav-arrow-top.png);
}

ul.dropdown-vertical *.dir,
ul.dropdown-upward ul *.dir {
 background-image: url(images/nav-arrow-right.png);
}

ul.dropdown-vertical-rtl *.dir {
 padding-right: 10px;
 padding-left: 15px;
 background-image: url(images/nav-arrow-left.png);
 background-position: 0 50%;
}