@charset "UTF-8";

/** 
 * Default CSS Drop-Down Menu Theme
 *
 * @file		default.css
 * @name		Default
 * @version		0.1.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
 */
.menu2{
width:780px;
height:20px;
float:left;
display:block;
padding:2px 0 0 0;
}

.dropdown ul {
	height:auto;
	list-style-type:none;
	z-index:1000;
}

.dropdown ul li {
	 width:auto;
	height:25px;
    float: left;
	font-family: Arial;
	text-align: left;
	font-size:13px;
	letter-spacing:-1px;
	font-weight:bold;
	text-decoration: none;
	text-transform:uppercase;
	color:#ffffff;
	line-height:24px;
	padding:0 2px 0 2px;
	margin:0 2px 0 0;
	}

.dropdown ul li:hover {
	text-decoration: none;
	color:#470303;
	}

.dropdown  ul li.active a{
	text-decoration: none;
	color:#372d1f;
}
.dropdown ul a:link   { color: #000000; text-decoration: none; }
.dropdown ul a:visited	{ color: #000000; text-decoration: none; }
.dropdown ul a:hover		{ color: #372d1f; text-decoration: none;}
.dropdown  ul a:active	{ color: #372d1f; text-decoration: none; }


	/* -- level mark -- */

.dropdown ul ul {
	 color: #18b6eb;
	 width:110px;
	 padding:0 0 0 20px;
		}

.dropdown ul ul li {
background:url(../images/menu_bg.png) repeat-y left top;
 width:100px;
  color: #470303;
  height:28px;
   font-weight: bold;
   text-decoration:none;
   line-height: none;
   font-size:12px;
   padding:0 0 0 20px;
  }
.dropdown ul ul li a{
padding:0 0 0 10px;
color:#470303;
margin:2px 0 0 0;
}
.dropdown ul ul li:last-child{
border:none;
}
.dropdown ul ul li:hover{
background:url(../images/menu_bg.png) repeat-y left top;
width:100px;
 height:28px;
  color: #939598;
   font-size:12px;
   font-weight: bold;
   text-decoration:none;
   line-height: none;
  }

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