/* CSS Document */
body {
	font-family: Verdana, Tahoma, Arial;
}

html {
	overflow-y: scroll;
}

h4 {
	font-size: 14px;
}

.transp {
	background-image:url('images/naviBG.png');
}

.cmsTbl {
	font-size: 12px; 
	color: #055183; 
	/*line-height: 140%;*/
}

/* Begin */
ul.dropdown a {
	background-color: #000;
	width: 62.3pt;			
	/*border-right: 1px solid #000; 
	border-top: 1px solid #000; 
	border-bottom: 1px solid #000;*/
	font-weight: bold;
	text-align: center;
	height: 19px;			
	font-size: 11px;	
    color: #FFF;	 
    text-decoration: none;
	padding-top: 7px;		
}

ul.dropdown a:hover {
	background-color: #9E1200; 
	width: 62.3pt;	
	font-weight: bold;		
	text-align: center;	
	height: 19px;
	font-size: 11px;	  
    color: #FFF;	
	padding-top: 7px;
}

ul.dropdown ul {
    border: 0px outset;
	padding: 0px;
}

ul.dropdown ul a {	
	border-top: 0px;	
	/*background-color: #000;*/
	font-size: 11px;	
	color: #FFF;
	height: 19px;
   	padding-top: 7px;	
    text-decoration: none;
}

ul.dropdown ul a:hover {
	border-top: 0px;	
    background-color: #9E1200;
	font-size: 11px;	
    color: #FFF;
	height: 19px;
   	padding-top: 7px;	
    text-decoration: none;
}

ul.dropdown ul li {
   background-color: #000;
}
/* End */



