/* CSS Document */
/*head unorderlist formatting start here*/
#head-box ul {
	list-style-type: none;
	padding: 15px;
	margin: 0px;
}
#head-box ul li {
	display: inline; 
	margin-left: 4px; 
	float: right;
}
#head-box ul li a {
	display: inline;
	padding: 8px 8px 8px 8px;
	font-family:Arial, Helvetica, sans-serif;
	padding-left: 0px;
 	margin-bottom:3px;
  	line-height:17px;
	color:#000000;
	font-size: 73%;
	font-weight: bold;
	text-decoration: none;
}
#head-box ul li a:hover {
	color: #ff8000;
}
/*head unorderlist formatting end here*/
/*leftside menu unorderlist formatting start here*/
#menu ul {
	margin:0;
  	padding:0 0px;
	list-style: none;
}
#menu ul li {
	display: block;

	border-right: 1px solid #D7DCDE;
	border-top: 1px solid #D7DCDE;
  	line-height:16px;
}
#menu ul li a {
	background-color:#FFFFFF;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: bold;
	color:#0B79CE;
	margin-left: 6px;
	border-left: 5px solid;
	border-left-color:#68D055;
	padding-left: 15px;
}
#menu ul li a:hover {
	color: #ff8000;
	border-left-color:#0a7acd;
}
/*leftside menu unorderlist formatting end here*/
/*leftside category title formatting start here*/
.title-menu {
	background-color: #D7F2FF;
	font-family:Arial, Helvetica, sans-serif;
	display: block;
	padding-left: 0px;
	border-left: 5px solid ;
	border-left-color: #68D055;
	margin-left: 6px;
	margin-rigth: 1px;
  	line-height:17px;
	text-indent: 15px;
	color:#0B79CE;
	font-size: 80%;
	font-weight: bold;
	text-decoration: none;
}
/*leftside category title formatting end here*/
/*footer unordered list formatting start here*/

#footer a{
	text-decoration: none;
	color:#000000;
	font-size: 73%;
	font-weight:bold;
	text-decoration: none;
	padding-right: 8px;
}
#footer  a:hover {color: #ff8000;}
.clearboth {clear: both;}
.copyr {font-family:Arial, Helvetica, sans-serif; font-size: 60%;}
	
/*footer unordered list formatting end here*/