/* controls the look of the drop-down menu's 



 Copyright 2007 - Zoute snor

 

 All rights reserved. You are free to use this software and redistribute it for free but may not include it in any commercial distribution without prior written permission.

 

 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY

KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE

WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR

PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS

OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR

OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR

OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE

SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

*/



#dropdownmenu {
background: url('images/bawah.png') repeat-x bottom center;

width:850px;

	display: block;

	border: 0px;

	padding: 0px 0px ;

	margin: 0px auto 0px auto;

	z-index: 5;

	position: relative;

border-bottom:1px solid #0a1923;

}

 

#dropdownmenu ul {

border-top:1px solid #0a1923;

color: #494935;





	width: 100%;

	list-style-type: none;

	padding: 0px 0px 0px 0px;

	margin: 0px 0px;

	z-index: 500;

	position: absolute;

	bottom: 0;

	left: 0px;

}

 

#dropdownmenu li {



font-family: 'century gothic', sans-serif;



text-transform: lowercase;

	 font-size: 1.4em;

letter-spacing: 0.6px;

	display: inline;

	float: left;

	position: relative;

	text-align: center;

	padding: 5px 16px 5px;

	
margin: 0px 0px;

}

 

#dropdownmenu h2 {

font-family: 'century gothic', sans-serif;



text-transform: lowercase;

	 font-size: 1em;

letter-spacing: 0.7px;

	padding: 0;

	margin: 0;

	weight: bold;

}

 

#dropdownmenu li ul {



font-family: 'century gothic', sans-serif;



text-transform: lowercase;

	 font-size: 1em;

letter-spacing: 0.7px;

	width: 150px;

	height: auto;

	top: 100%;

	left: 0px;

}

 

#dropdownmenu li.LargeMenu ul {


	width: 150px;

	height: auto;

	top: 100%;

	left: 0px;

}

 

#dropdownmenu li ul li {

border-bottom:1px solid #0a1923;
border-left:1px solid #0a1923;
border-right:1px solid #0a1923;

font-family: 'century gothic', sans-serif;



text-transform: lowercase;

	 font-size: 1em;

letter-spacing: 0.7px;

	text-align: left;

	width: 150px;	

	height: auto;

	min-height: auto;

	display: block;

}

 

#dropdownmenu li.LargeMenu ul li {

	text-align: left;

	width: 150px;	

	height: auto;

	min-height: auto;

	display: block;

}

 

 

#dropdownmenu li li ul {

	top: 0;

	left: 0;

}

 

#dropdownmenu li li:hover ul {

	left: 100px;

}

 

/* initialy hide all sub sidemenus */

#dropdownmenu ul ul,

#dropdownmenu ul li:hover ul ul,

#dropdownmenu ul ul li:hover ul ul,

#dropdownmenu ul ul ul li:hover ul ul,

#dropdownmenu ul ul ul ul li:hover ul ul {

	display: none;

	position: absolute;

}

 

/* display them on hover */

#dropdownmenu li:hover ul,

#dropdownmenu ul li:hover ul,

#dropdownmenu ul ul li:hover ul,

#dropdownmenu ul ul ul li:hover ul,

#dropdownmenu ul ul ul ul li:hover ul,

#dropdownmenu ul ul ul ul ul li:hover ul {

  	display: block;

}

 

#dropdownmenu #PhpWebcontent {

	display:none;

}	

 

/* define the consecutive colors */

 

#dropdownmenu {

	color: #494935;

}





#dropdownmenu ul{



}



#dropdownmenu ul ul {

color: #494935;

}

 

#dropdownmenu ul li {

color: #494935;

}

 

#dropdownmenu h2 {

	color: #494935;

}

 

#dropdownmenu a {

	color: #494935;

text-decoration:none;

	}

 

#dropdownmenu ul li:hover {

	background: #040e1e;

}

 

#dropdownmenu ul li ul {

color: #494935;

}



#dropdownmenu ul li ul:hover {

background: #040e1e;

}

 

#dropdownmenu ul li ul li {

	background: #00060f;

}

 

#dropdownmenu ul li ul li:hover {

	background: #040e1e;

}

 

#dropdownmenu ul li ul ul li{

	background: #00060f;

}

 

#dropdownmenu ul li ul ul li:hover {

	background: #040e1e;



}