﻿.title { font-family: 'Times New Roman'; font-size: 14pt; font-weight: bold; margin-top: 0 }
.lead { font-family: 'Times New Roman'; font-size: 11pt; color: #5F5F5F; font-weight: bold }
.fr {font:11px arial; color:#8c8c8c; }
.Image { font-family: 'Arial'; font-size: 8.5pt; color: #000000 }
.Time { font-family: 'Verdana'; font-size: 8pt; color: #000000; text-decoration: none }
.content .normal .content p{font:12px Arial;}


.button { 
background:#b8b8b8;
padding:1px; border:1px solid #fff;
height : 16px; padding:0 4px 0 4px; 
font : bold 11px Arial; 
color : #fff; 
vertical-align : middle; 
} 

.red_text{
	color: #FF0000;
}


#nav  
{
	width:auto; 
	width:950px;
	background:url(images/bg_menu.jpg) repeat-x; 
	float:left;
	height:31px;
    overflow:hidden;
    clear:both; 
    
    font: bold 11px  Arial, Helvetica, sans-serif;
}

#nav ul { 
	list-style: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 5px;
	float: right;
	line-height:31px;
	text-transform: uppercase;
}

#nav a {
	display: block;
	text-decoration : none;
}

#nav ul li a:link, #nav a:visited, #nav a:active {
	color: #fff;
	text-decoration: none;
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	
	text-align: center;
	
	line-height:31px;
	background:#898989; 
	border-right:1px solid #a8a8a8; 
}

#nav ul li a:hover{ color: #fff; background:#f1b000;}

#nav li {
	display: block;
	background:#898989;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 140px;
}

#nav li ul {
	position : absolute;
	left : -999em;
	background-color: #898989;
	opacity:0.8;
	filter:alpha(opacity=80);
	height : auto;
	font-weight : normal;
	margin : 0px 0px 0px 0px;
	text-transform: none;
	z-index: 300;
}

#nav li ul {
	display:none;
	left: auto;
	margin-top:0px;
	margin-left:0px;
	width:auto;
}

#nav li ul li {
	float:left;
	clear:both;
	border-bottom: 1px solid #FFFFFF;
	width:200px;
	display:block;
	list-style-type: none;
	height: 31px;
}

#nav li ul li a:link , #nav li ul li a:visited, #nav li ul li a:active
{
	color: #fff;
	text-align: left;
	padding-left:10px;
	font-size:12px;
}

#nav li ul li a:hover 
{
	color: #fff; 
	background:#f1b000;
	font-weight:bold;
}


#nav a.current
{
	color: #fff; 
	background:#f1b000;
}

