@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
 */
ul.dropdown {font-family: Times New Roman, Times, serif;font-size: 13px;font-weight: bold;}
ul.dropdown li {padding: 5px 23px;border-style: solid;border-width: 0 1px 1px 0;border-color: #660000;background-color: #cc9933;color: #660000;}
ul.dropdown li.hover,ul.dropdown li:hover {background-color: #ffffcc;color: #660000;}
ul.dropdown a:link,ul.dropdown a:visited {color: #660000; text-decoration: none; }
ul.dropdown a:hover	{color: #660000;}
ul.dropdown a:active {color: #660000;}
/* -- level mark -- */
ul.dropdown ul {width: 218px;margin-top: 1px;}
ul.dropdown ul li {font-family: Times New Roman, Times, serif;font-size: 13px;font-weight: bold;padding-left: 15px;}
/*-------------------------------------------------/
 * @section		Support Class `dir`
 * @level sep	ul, .class
 */
ul.dropdown *.dir {padding-right: 35px;background-image:  url(images/nav-arrow-down-red.png);background-position: 90% 50%;background-repeat: no-repeat;}
/* -- Components override -- */
ul.dropdown-horizontal ul *.dir {padding-right: 26px;background-image: url(images/nav-arrow-right-red.png);background-position: 90% 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-red.png);}
ul.dropdown-vertical-rtl *.dir {padding-right: 10px;padding-left: 15px;background-image: url(images/nav-arrow-left.png);background-position: 0 50%;}