@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 {

	background-color:#000;
}
ul.dropdown li {
	width:120px;
	height: 32px;
	background-image: url(../../img/button.png);
	font-size: 12px;
	background-repeat: no-repeat;
	padding-top: 5px !important;
	padding-right: 1px !important;
	padding-bottom: 1px !important;
	padding-left: 1px !important;
}
ul.dropdown li.hover,  ul.dropdown li:hover {
	color: #97cbf1;
}

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

ul.dropdown a:link,  ul.dropdown a:visited {
	color: #97cbf1;
	font-weight: bold;
	text-align:center;
	text-decoration: none;
}


ul.dropdown a:hover {
	color: #fff;
}
ul.dropdown a:active {
	color: #fff;
}
/* -- level mark -- */

ul.dropdown ul li {
	width: 120px;
	height: 45px;
	margin-left: 5px;
	margin-right:5px;
	margin-top:5px;
	background-image:url(../../img/button2.gif);
/*	background-color:#666666;*/
	font-weight: normal;
	padding: 5px 2px 0px 0px;
}
ul.dropdown ul {
/*	background-color:#666666;*/
	width: 130px;


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


ul.dropdown *.dir {
	padding-right: 3px;
	background-position: 100% 50%;
	background-repeat: no-repeat;
}
/* -- Components override -- */

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


.topCurve{
/*
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
*/
}


#counter{
	color: #97cbf1;
}
