@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
 *
 */


/*-------------------------------------------------/
 * @section		Base Drop-Down Styling
 * @structure	ul (unordered list)
 *				ul li (list item)
 *				ul li a (links)
 *				/*\.class|(li|a):hover/
 * @level sep	ul
 */


ul.dropdown {
 font-weight: bold;
 font-family: Arial;
 font-size: 16px;
 /**background-color: #fff;
 width: 940px;*/
}

	ul.dropdown li {
	 padding: 7px 10px;
	 /**background-color: #f6f6f6;*/
	 color: #000;
	 font-size: 20px;
	 font-weight: normal;
	 font-family: Arial;
	}
	
	ul.dropdown li.top_menu  {
	/** background-color: #fff;*/
	}
	ul.dropdown li.top_menu:hover ul {
    /**visibility:visible;*/
  }
	ul.dropdown li.top_menu a {
	 color: #fff;
	}
	ul#nav li.top_menu a {
	 color: #888888;
	}
	ul#nav li.top_menu a:hover {
	 color: #00A78E;
	}

	ul.dropdown li.hover,
	ul.dropdown li:hover {
	 /*background-color: #eee;*/
	  color: #f6f6f6;
	}

	ul.dropdown li:active {
	 /*background-color: #eee;*/
	  color: #B9A77F;
	}

ul.dropdown a:link,
ul.dropdown a:visited	{ color: #fff; text-decoration: none; }
ul.dropdown a:hover		{ color: #000; }
ul.dropdown a:active	{ color: #ffa500; }


	/* -- 2nd level mark -- */

ul.dropdown ul {width: 132px;margin-top: -4px;color: #000;padding:0 8px;background:url(images/under-top-menu-bg-2.png);}
ul.dropdown ul .under-top-menu-pnt{width:12px;height:6px;background:url(images/under-top-menu-pnt-2.png);margin-top:-6px;}
ul.dropdown ul .under-top-menu-btm{width:148px;margin-left:-8px;height:13px;background:url(images/under-top-menu-bg-btm-2.png);margin-bottom:-13px;}
ul.dropdown ul li.under_top_menu a {color: #321919;font-size:12px;}
ul.dropdown ul li.under_top_menu a:hover{color:#dc1e82;}
ul.dropdown ul li.under_top_menu a:hover .sub_menu_third {visibility:visible;}

ul.dropdown ul li.under_top_menu {font-size: 12px;font-weight: normal;font-family: Arial;width:132px;height:25px;padding:0;border-bottom:1px dotted #fff;background:transparent;line-height:25px;}
ul.dropdown ul li.under_top_menu:hover {/*background: url('/images/tab_mouseover_bg.jpg');*/}
ul.dropdown ul li:hover {
		 /*font-weight: normal;*/
		 /*background-color: #CEC19F; border: none; font-weight: bold;*/
		 /* background: url('/images/tab_mouseover_bg.jpg');	*/
		}

/* -- 3rd level mark -- */
ul.dropdown ul li ul{margin-top: 12px;width:140px;padding:0 8px 0 16px;background:url(images/sub-menu-third-bg-2.png);}
ul.dropdown ul li ul .sub-menu-third-top{height:13px;width:148px;background:url(images/sub-menu-third-bg-top-2.png);margin-top:-13px;margin-left:-8px;}
ul.dropdown ul li ul .sub-menu-third-pnt{height:10px;width:5px;float:left;background:url(images/sub-menu-third-pnt-2.png);margin-left:-13px;margin-top:-4px;}
ul.dropdown ul li ul .sub-menu-third-bottom{height:13px;width:148px;background:url(images/sub-menu-third-bg-btm-2.png);margin-bottom:-13px;margin-left:-8px;}
ul.dropdown ul li ul li{font-weight: normal;font-family: Arial;font-size: 12px;background:transparent;padding: 0;margin: 0px;width:132px;height:25px;line-height:25px;border-bottom:1px dotted #fff;}
ul.dropdown ul li ul.sub_menu_third li a{color:#cdc5c1;}
ul.dropdown ul li ul.sub_menu_third li a:hover{background:transparent;color:#fff;}

#jsWidgetContainer .widgetItemImg {height:66px !important;}
.seo_text{border:2px solid #97877F;clear:both;color:#301A19;float:left;font-size:14px;margin-left:18px;margin-top:10px;padding:5px;width:590px;}
