@charset "UTF-8";
/*==========Drop down menu CSS============*/

/** 
 * 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
 */
 
.home
{
width:85px;
}

.author
{
width:155px;
}

.warchild
{
width:145px;
}

.reviews
{
width:100px;
}

.links
{
width:110px;
}

ul.dropdown {
 font-weight: normal;
}

ul.dropdown li {
color: #36388b;
}

ul.dropdown li.hover,
ul.dropdown li:hover
{
color: #36388b;
}

ul.dropdown a:link,
ul.dropdown a:visited	{ color: #36388b; text-decoration: none; }
ul.dropdown a:hover		{ color: #66c7e4; }
ul.dropdown a:active	{ color: #36388b; }


	/* -- level mark -- */

ul.dropdown ul
{
width: 130px;
margin-top: 1px;
border:1px solid #36388b;
}

ul.dropdown ul li {
font-weight: normal;
border-bottom:1px solid #36388b;
background-color: #FFFFFF;
padding-top:2%;
padding-bottom:2%;
}

/*-------------------------------------------------/
 * @section		Support Class `dir`
 * @level sep	ul, .class
 */


ul.dropdown *.dir {
padding-right: 50px;
}


/* -- Components override -- */

ul.dropdown-horizontal ul *.dir {
 padding-right: 15px;
}

ul.dropdown-vertical-rtl *.dir {
 padding-right: 10px;
 padding-left: 15px;
}