@charset "iso-8859-1";
/* ---------------------
basic layout
--------------------- */



.menuroundedbrdrs2 {
	background:#1F1B1B;	
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px; 
	-webkit-border-radius-topright: 10px; 
	-webkit-border-radius-topleft: 10px;
}

 #containerDD ul.menu li.active{  
     background: #343434;  
     top: 0px;  
     border-bottom: 0px;  
     color: #FBCD17;  
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px; 
	-webkit-border-radius-topright: 10px; 
	-webkit-border-radius-topleft: 10px;
	height: 16px;
	position:relative;
	z-index: 55;
 } 
 

.contentTabsDD {
	height:180px;
	background-color: #bb7b23; 
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	border: 1px solid #000; 
	padding: 20px; 
	width:150px; 
	color: #ffffff;
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 17px;
	font-weight: bold;
	margin: 20px;
}



.cntblockDD {
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 13px;
	font-weight: normal;
	padding-right: 20px;
	padding-left: 20px;

}


.clear{  
     clear: both;  
     height: 0;  
     visibility: hidden;  
     display: block;  
	 }

#containerDD{  
     margin: 0em auto;  
     width: 150px;  
	 border-left: 0px solid #000000;
	 border-right: 0px solid #000000;
	 border-bottom: 0px solid #000000;
	 
 }  
 #containerDD ul{  
     list-style: none;  
     list-style-position: outside;  
 }  
 #containerDD ul.menu li{  
     float: left;  
     margin-right: 10px;  
	 margin-left: 15px;  
     margin-bottom: -1px;  
 }  
 #containerDD ul.menu li{  
     font-weight: 700;  
     display: block;  
     padding: 5px 25px 5px 25px;  
     background: #1F1B1B;  
     margin-bottom: -1px;  
     border: 0px solid #000000;  
     border-width: 0px 0px 0px 0px;  
     position: relative;  
     color: #898989;  
     cursor: pointer;  
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px; 
	-webkit-border-radius-topright: 10px; 
	-webkit-border-radius-topleft: 10px; 
z-index: 1055;
 }  
 

 /******* /CONTENT *******/  
 /******* NEWS *******/  
 .content.newsDD h1{  

 }  
 .content.newsDD{  
     display: none;  
	 background: #171717;
	 margin-left: 35px;
	 margin-right: 35px;
	 margin-bottom: 20px;
	 color: #ffffff;
	 padding-top: 10px;
	 padding-bottom: 10px;
	 padding-left: 20px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px; 
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px; 

 }  
 
    .content.newsDD a{  
     color: #7F2731;  
	 background: #bb7b23;
	 width: 100px;
 } 
 
   .content.newsDD a:hover{  
     color: #ffffff;  
	 background: #bb7b23;
 }  
 


