﻿@charset "UTF-8";

/** 
 * Default CSS Drop-Down Menu Theme
 *
 * @file		default.css
 * @name		Default
 * @version		0.1.1
 * @type		transitional
 * @browsers	Windows: IE7+, Opera7+, Firefox3+
 *				Mac OS: Safari2+, Firefox3+
 *
 * @link		http://www.lwis.net/free-css-drop-down-menu
 * @copyright	2008-2012 Live Web Initiatives, http://www.lwis.net
 *
 */


/* -- Base drop-down styling -- */

ul.dropdown {

	background-color:#0f7cb7;
 
}

ul.dropdown li 
	{

	padding: 6px 2px 6px 22px;
    border-style:solid;
	border-width: 0px 0px 0px 0px;
	border-color:#07458f;
	color: #333;
  font-family:  Palatino Linotype, Cambria;   
	font-size:15px;
    font-weight: normal;
	text-align: center;
	width:auto;
	border-top:solid 0px #CDCFD1;
	position:relative;


		  
	 }

	ul.dropdown li.hover,
	ul.dropdown li:hover,
	ul.dropdown li.on
	 {
background-color:;
	 color:#000;
	 
	}

	ul.dropdown a,
	ul.dropdown a:visited	{ color:  #fff; text-decoration: none; }
	ul.dropdown a:hover		{color:#000; }
	ul.dropdown a:active	{color:#fff; }

	/* -- level mark -- */

	ul.dropdown ul {
	 width: 0px;
	 margin-top: 0px;
	 font-size:12px;
	}

		ul.dropdown ul li {
		 font-weight: normal;
		 color: #a3cf46;
		 width:176px;
		  text-align:left;
 background-color:#959457; 
 margin-left:10px;
 border-bottom:solid 1px #575633;
 text-align: justify;
 font-size:12px;
 padding-left:8px;
 margin-top:0px;
 border-right:solid 1px #575633;
		}

		ul.dropdown ul li:hover {
		 font-weight: normal;
		 color: red;
		 width:176px;
		  text-align:left;
 background-color:#959457; 
 margin-left:10px;
 border-bottom:solid 1px #575633;
 text-align: justify;
 font-size:12px;
 padding-left:8px;
 margin-top:0px;
 border-right:solid 1px #575633;
		}
/* -- Supporting class `dir` -- */

ul.dropdown *.dir {
 padding-right: 10px;
  padding-left: 10px;
 /*background-image: url('/images/nav-arrow-down.png');*/
/* background-position: 100% 50%;*/
 background-repeat: no-repeat;
}


/* -- Components override -- */

ul.dropdown-horizontal ul *.dir {
 padding-right: 0px;
 background-image: url('images/nav-arrow-right.html');
/* background-position: 100% 50%;*/
 background-repeat: no-repeat;
}

ul.dropdown-upward *.dir {
 background-image: url('images/nav-arrow-top.html');
}

ul.dropdown-vertical *.dir,
ul.dropdown-upward ul *.dir {
 background-image: url('images/nav-arrow-right.html');
}

ul.dropdown-vertical-rtl *.dir,
ul.dropdown-horizontal > li.dropdown-vertical-rtl ul *.dir {
 padding-right: 0px;
 padding-left: 0px;
 background-image: url('images/nav-arrow-left.html');
 /*background-position: 2px 50%;*/
}