﻿@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+

 *

 *

 * 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

 */





ul.dropdown {

 font-size: 8pt;

 font-family:Arial;

 font-weight: bold;

}



	ul.dropdown li {
	 padding: 7px 10px;
	 border-style: solid;
	 border-width: 1px 1px 1px 1px;
	 border-color: #0065bd #0065bd #0065bd #0065bd;
	 background-color:#0065bd;
	 color: #ffffff;

	}



	ul.dropdown li.hover,
	ul.dropdown li:hover {
	 background-color:#f5b938;
	 color: #0065bd;
	}



	ul.dropdown a:focus		{ color: #0065bd; text-decoration: none; }
	ul.dropdown a:link, 
	ul.dropdown a:visited	{ color: #ffffff; text-decoration: none; }
	ul.dropdown a:hover		{ color: #0065bd; }

	ul.dropdown a:active	{ color: #FFF; }





	/* -- level mark -- */



	ul.dropdown ul {

	 width: 150px;

	 margin-top: 1px;

	}



		ul.dropdown ul li {

		 font-weight: normal;

		}







/*-------------------------------------------------/

 * @section		Support Class `dir`

 * @level sep	ul, .class

 */





ul.dropdown *.dir {

 padding-right: 10px;

 background-image: url(images/);

 background-position: 100% 50%;

 background-repeat: no-repeat;

}





/* -- Components override -- */



ul.dropdown-horizontal ul *.dir {

 padding-right: 0px;

 background-image: url(images/);

 background-position: 100% 50%;

 background-repeat: no-repeat;
width:100%;
}



ul.dropdown-upward *.dir {

 background-image: url(images/);

}



ul.dropdown-vertical *.dir,

ul.dropdown-upward ul *.dir {

 background-image: url(images/);

}



ul.dropdown-vertical-rtl *.dir {

 padding-right: 10px;

 padding-left: 15px;

 background-image: url(images/);

 background-position: 0 50%;

}