
.brown-link-header
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #595656;
    text-decoration: none;
    
    background-image: url(images/header.gif);
}

/* Start of the Side Nav Css */


.btn-panel{

background-repeat:no-repeat; 
height:270px;
width:147px;
}



/*  Used to Create effect around Side Menu    */

div.panelmenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .76em;
	font-weight:bold;
		text-decoration:none;
}
div.panelmenu ul{
  	margin-top:0px;
  	padding-top:0px;
  	padding-bottom:10px;
  	text-decoration:none;
  	
}
div.panelmenu img.top{
  	width: 100%;
	height:15px;
}

div.menuslate img.top{
  	background:  url('images/menuslatetop.gif') no-repeat top right;
}

div.menuslate {
  	background:  url('images/menuslate.gif') no-repeat bottom right;
	color:#f3fc00;
}

/* This is the end of the Side Menu   */