﻿@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
 */


ul.dropdown {
 font-weight: bold;
 margin-top: 20px;
}
	.home {
	 padding-left: 0px;
	}

	ul.dropdown li {
}
	.submenu {
	text-align: left;
}
	.bar {
	 border-style: solid;
	 border-width: 0px 2px 0px 0px;
	 border-color: #fff;
	}

	ul.dropdown li.hover,
	ul.dropdown li:hover {
	 color: #fff;
	}

	ul.dropdown a:link {
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: 15px;
	color: #fff;
	font-weight: bold;

	text-decoration: none;
	}
	ul.dropdown a:visited {
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: 15px;
	color: #fff;
	text-decoration: none;
	}
	ul.dropdown a:hover	{
	color: #FF0000;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: 15px;
	text-decoration: none;

	}
	ul.dropdown a:active { 
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: 15px;
	color: #fff;
	text-decoration: none;
	}



	/* -- level mark -- */

	ul.dropdown ul {
	 width: 340px;
	 padding-left: 18px;
	 padding-top: 15px;
	 padding-bottom: 15px;
	 background-color: #000000;
	 border-left: 2px solid #FF0000;
	 border-bottom: 2px solid #FF0000;
	}

		ul.dropdown ul li {
		 font-weight: bold;
		 font-size: 1em;
		}



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


ul.dropdown *.dir {

 background-position: 100% 50%;
 background-repeat: no-repeat;
}


/* -- Components override -- */

ul.dropdown-horizontal ul *.dir {
 padding-right: 15px;
 background-position: 100% 50%;
 background-repeat: no-repeat;
}

ul.dropdown-upward *.dir {
}

ul.dropdown-vertical *.dir,
ul.dropdown-upward ul *.dir {
}

ul.dropdown-vertical-rtl *.dir {
 padding-right: 10px;
 padding-left: 15px;
 background-position: 0 50%;
}
.menu-other-center {
	border-left: 0px;
	border-right: 2px solid #FF0000;
	border-left: 2px solid #FF0000;
	border-top: 0px;
	border-bottom: 0px;
	text-align: center;
}
.menu-contact-right {
	text-align: center;
}

.menu-home-left {
	text-align: center;
}
