@charset "UTF-8";

/** 
 * Abobe Advanced CSS Drop-Down Menu Theme
 *
 * @file		default.advanced.css
 * @name		Adobe
 * @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.
 *
 */ 

@import "default.css";

.menuWidth1{width:15px;}
.menuWidth2{width:60px;}
.menuWidth3{width:105px;}
.menuWidth4{width:125px;}
.menuWidth5{width:75px;}
.menuWidth6{width:80px;}
.menuWidth7{width:90px;}
.searchBoxHolder
{
	text-align:center;
	vertical-align:middle;
	width:200px;
	font: 12px Arial, Helvetica, sans-serif;
	color:#ffffff;
}

.searchBox
{
	margin: 2px 0px;
	padding: 5px 0px;
}

ul.dropdown li a { /* Moved from 'custom' section */
 display: block;
 text-align:center;
 padding-left: 1px;
}


/* ------------- Override default */

ul.dropdown li {
 padding: 0px;

}


/* ------------- Reinitiate default: post-override activities  */

ul.dropdown li.dir {
 text-align:center;
 padding: 5px 0px;
}

ul.dropdown ul li.dir {
 text-align:center;
}


/* ------------- Custom */

ul.dropdown li {
}


/* Especially for IE6 or lower */

ul.dropdown ul a {
 text-align:center;
 padding: 5px 0px;
 background-color:#a9a9a9;
 /*width: 139px;*/
}

ul.dropdown ul a:hover {
 text-align:center;
 background-color: #a9a9a9;
 font-weight: bold;
}

ul.dropdown ul a.dir {
	background-color:#440000;
 /*width: 129px;*/
}
