
/* default.css - the default css drop down menu theme
 *
 * Type: strict
 *
 * (cc) 2006-2008 Tom Lwis (www.lwis.net). Some Rights Reserved.                         
 * This style sheet is licensed under a Creative Commons License
 * http://www.creativecommons.org/licenses/by-nc-sa/3.0/
 */


/* Basic styles */
/*
body {
 padding: 50px;
 font: .75em/normal Arial, Helvetica, sans-serif;
}

h1 {
 margin-bottom: .5em;
 border-bottom: solid 1px #d9d9d9;
 font-weight: normal;
 font-size: 200%;
 text-indent: 5px;
}

.section {
 clear: both;
 padding-top: 50px;
}

#section1 {
 padding-top: 0;
}*/


/* Navigation styles */

ul.dropdown ul {
 width: 150px;
 margin-top: 0px;
}

ul.dropdown li {
 padding: 3px 5px;
 float: left;
 /*border-top: solid 1px #fff;
 border-right: solid 1px #d9d9d9;
 border-bottom: solid 1px #d9d9d9;
 background-color: #f6f6f6;*/
 line-height: 200%;
	
}
ul.dropdown li ul.drop li{
 clear:both;
 width: 110px;
 padding: 0 5px;
 border-top: solid 1px #fff;
 border-right: solid 1px #d9d9d9;
 border-bottom: solid 1px #d9d9d9;
 background-color: #f6f6f6;
 line-height: 200%;
}

ul.dropdown li:hover {
 color: inherit;
 cursor: default;
}

ul.dropdown a,
ul.dropdown a:visited {
 font-family:arial;
	font-size:12px;
	color: #203F80;/*#00A2EB;*/
	text-decoration:none;
	font-weight:bold;
	font-style: italic;
	margin-left:3px;
}

ul.dropdown a:hover {
 color:#640376;
}

/* Arrows */

ul.dropdown.dropdown > li.dir {
 padding-right: 15px;
/* background-image: url(../../images/nav-arrow-down.png);*/
 background-position: 100% 50%;
 background-repeat: no-repeat;
}

ul.dropdown.dropdown ul li.dir {
 padding-right: 15px;
 background-image: url(../../images/nav-arrow-right.png);
 background-position: 100% 50%;
 background-repeat: no-repeat;
}

ul.dropdown.dropdown.vertical > li.dir {
 background-image: url(../../images/nav-arrow-right.png);
}

ul.dropdown.dropdown.vertical.rtl li.dir,
html[dir=rtl] ul.dropdown.dropdown.vertical li.dir,
ul.dropdown.dropdown.vertical[dir=rtl] li.dir {
 padding: 0 5px 0 15px;
 background-image: url(../../images/nav-arrow-left.png);
 background-position: 0 50%;
}


/* Custom navs */

#nav1 { 
 z-index: 600;
}
