/* CSS Document */
body {
    line-height: 1.6em;
    color: #444;
    font-family: Arial, "Trebuchet MS", Tahoma, sans-serif;
    font-size: 0.77em;
	margin:0 0 0 0px;
	padding:0px;
	background:url(../pv_images/body_bg.jpg) repeat-x top #F0F6F9 ;
}
	
#wraper {
	width: 778px;
	background:#F0F6F9;
	margin-top:1px;
	margin-bottom:0;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	border-left: 1px solid #E5E3E3;
	border-right: 1px solid #E5E3E3;
	height:auto;
}

#header {
    background: url(../pv_images/header.jpg) no-repeat;
    width:777px;
	height:111px;
    position:relative;
	clear:both;
}

#top_menu{
   clear:both; 
}

#top_tab{ 
    width:778px;
	font-size: 11px;	
	font-family:"Verdana", Arial, Helvetica, sans-serif;
	font-weight:bold;
	height:22px;
	padding:0;	
	position:relative;
	border-top:1px solid #E5E3E3;
	border-bottom:1px solid #E5E3E3;	
	margin:0 auto 4px auto;
	text-align:center;
	z-index:100;
}

#top_tab li { 
	display: inline;
	position:relative;
}

#top_tab li a {
    color:#000000;
}

#top_tab a, #top_tab a:visited {
	padding: 4px 23px 6px;
	text-decoration:none;
	text-align:center;
}

#top_tab a:hover { 
	color: #000000;
	background:#00CCFF url(../pv_images/hover.gif) repeat scroll 0%;
}

/* Drop Down Start */

#top_tab ul {
	visibility:hidden;
	position:absolute;
	top:19px;
	left:0px;
	width:170px;
	padding:0;
	padding-bottom:0px; 
	z-index:10;
	text-align:left;
	background:#00CCFF;
}

#top_tab ul li { 
	display: block;
	position:relative;
	height:20px;
}

#top_tab ul li:hover {
	background:#6FBED4;
}


#top_tab ul a, #top_tab ul a:visited {
	line-height:1.5em; 
	padding:5px 6px; 	
	color: #000000;	
}

#top_tab ul a:hover{
	padding:0 6px;
	color:#FFFFFF;
	background:none;
}


#top_tab li:hover ul, #top_tab a:hover ul{
	visibility:visible; 
}

/* Drop Down End */