/* CSS Document */

.body{

}
.header-img{
	background-image: url(images/top-header.png);
	background-repeat: repeat-x;
	position: absolute;
	left: 0px;
	
	margin-bottom: 10px;

}

.menu{
	font-family: Arial;
	vertical-align: middle;
	font-size: 11px;
	color: #000000;
	height: 33px;
	width: 135px;
	float: left;
	display: block;
	text-decoration: none;
	text-align: left;
	text-indent: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	text-transform: capitalize;
	padding-top: 8px;
	padding-left: 8px;
	margin-left: 16px;
	
}
.menu:hover{
	background-image: url(images/menu.png);
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	display: block;
	text-decoration: none;
	
}

.menu:active{
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	display: block;
	text-decoration: none;
	background-color: #999999;
	
}


.upper-menu{
	font-family: Arial;
	vertical-align: middle;
	font-size: 11px;
	color: #000000;
	height: 33px;
	width: 135px;
	display: block;
	text-decoration: none;
	text-align: left;
	text-indent: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	text-transform: capitalize;
	padding-top: 8px;
	padding-left: 8px;
	margin-left: 16px;
	position: relative;
	
}
.upper-menu:hover{
	background-image: url(images/menu.png);
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	display: block;
	text-decoration: none;
	
}

.upper-menu:active{
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	display: block;
	text-decoration: none;
	background-color: #999999;
	
}

.header-text{
	font-family: Arial;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;


}

.date{
	font-family: Arial;
	font-size: 15px;
	color: #FFFFFF;
	text-decoration: none;


}
.search-box{
	background: url(images/search_box_bg.png);
	border: 0;
}

.left_menu_table{
	width: 187px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #C3C3C3;
	border-right-color: #C3C3C3;
	border-bottom-color: #C3C3C3;
	border-left-color: #C3C3C3;
	left: 15px;
	margin-left: 20px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topright: 0px;
	


}
.left_menu_table2{
	width: 914px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #C3C3C3;
	border-right-color: #C3C3C3;
	border-bottom-color: #C3C3C3;
	border-left-color: #C3C3C3;
	left: 15px;
	margin-left: 20px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topright: 0px;
}

.img{
	float: left;
	position: relative;
	left: 3px;
	margin-top: 10px;
	padding-top: 8px;
	padding-left: 8px;
	margin-left: 8px;

}

.header{
	font-family: Arial;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	}
.header:hover{
	font-family: Arial;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	}
	
#nav{
	text-decoration: none;
	font-size: 11px;
	font-family: Arial;
	text-transform: capitalize;
	width: 913px;
	border-top: 1px #CCCCCC;
	border-right: 1px #CCCCCC;
	border-bottom: 1px #CCCCCC;
	border-left: 1px solid #CCCCCC;
	margin-left: 16px;
}
#nav ul{
	width:100%;
	background-color:#fff;
	padding-left:0;
	margin:0;
	float:left;
	text-decoration: none;
}
#nav ul li{
	display:inline;
	text-decoration: none;
}
#nav ul li a{
	float:left;
	color:#000;
	padding:5px 8px;
	border-right:1px solid #c0c0c0;
	text-decoration: none;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #c0c0c0;
	border-bottom-color: #c0c0c0;
}
#nav ul li a:hover{
	background-image: url(http://pakzee.com/images/menu.png);
	text-decoration: none;
}
.footertext{
	font-family: Arial;
	font-size: 13px;
	color: #c0c0c0;
	text-decoration: none;
}
.footer{
	text-decoration: none;
	font-family: Arial;
	font-size: 13px;
	color: #c0c0c0;
}
.footer:hover{
	font-family: Arial;
	font-size: 13px;
	color: #c0c0c0;
	text-decoration: underline;
}