﻿/*===========================Top Menu Setup Starts here=================*/
#TopMenu{
	height:31px;
	padding:0;
}
#TopMenu ul{
	list-style-type:none;
	padding:0;
	padding-top:10px;
	margin:0;
}
#TopMenu ul li{
	float:left;
	margin-left:3px;
	padding:0;
	height:31px;

}
    #TopMenu a {
	  font-family:Arial, Helvetica, sans-serif;
	  color:#E5D7F0;
	  font-size:11pt;    
      float:left;
      margin:0;
      height:31px;
      padding:0 0 0 17px;
      text-decoration:none;
      }
    #TopMenu a span {
	  font-family:Arial, Helvetica, sans-serif;
	  color:#E5D7F0;
	  float:left;
      display:block;
      height:31px;      
      line-height:28px;
      padding:0 17px 0px 0px;
      }
      
    #TopMenu a:hover {
      float:left;
      background:url('images/TopMenuHoverLeft.gif') no-repeat left top;
      margin:0;
      height:31px;
      padding:0 0 0 17px;
      text-decoration:none;
      }
    #TopMenu a:hover span {
	  font-family:Arial, Helvetica, sans-serif;
	  color:#00006C;
	  font-size:11pt;    
      float:left;
      display:block;
      height:31px;      
      background:url('images/TopMenuHoverRight.gif') no-repeat right top;
      line-height:28px;
      padding:0 17px 0px 0px;
	  /*background: #fff; prevents IE from closing SPAN when cursor hovers empty areas areas */
      cursor: pointer; /* for IE */
       /*text-decoration: underline; for Opera and Firefox */      
      }

/*===========================Top Menu Setup Ends Here=================*/

#LeftMenu{
	width:212px;
	float:left;
	margin-top:30px;
}
#LeftMenu ul{
	list-style-type:none;
	margin:0;
	padding:0;
}
#LeftMenu ul li{
	padding:5px 0 5px 10px;
	border-bottom:1px #6A6A6A dotted;
}
#LeftMenu ul li a{
	color: #0066CC;
	background-image:url('images/LeftMenuArrowBlue.gif');	
	background-repeat:no-repeat;
	background-position:left;
	display:block;
	text-decoration: none;
	padding:5px 0 5px 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	
}
#LeftMenu ul li a:hover{
	padding:5px 0 5px 20px;
	background-image:url('images/LeftMenuArrowBrown.gif');
	background-repeat:no-repeat;
	background-position:left;
	color:#795C3A;
	display:block;
	background-repeat:no-repeat;
	background-position:left;
}


/*=================sub page top menu hor ======================*/
#SubPageTopMenuHor{
	width:665px;
	margin-bottom:15px;
	border:1px #6a6a6a dotted;
	height:40px;			
}
#SubPageTopMenuHor ul{
	list-style:none;
	margin:0;
	padding:0;
}
#SubPageTopMenuHor li{
	float:left;
	margin-right:1px;
	height:40px;				
}
#SubPageTopMenuHor a{
	background-color:#F5F5F5;
	height:40px;
	width:220px;
	display:block;
	text-align:center;
	line-height:40px;
}
#SubPageTopMenuHor a:hover{
	background-color:#E1EBF7;
	display:block;
	color:#0066CC;
}

/*=================sub page top menu for Patient Groups ======================*/
#PatientGTopMenuHor{
	width:665px;
	margin-top:10px;
	margin-bottom:15px;
	border:1px #6a6a6a dotted;
	height:40px;	
	background-color:#F5F5F5;		
}
#PatientGTopMenuHor ul{
	list-style:none;
	margin:0;
	padding:0;
}
#PatientGTopMenuHor li{
	float:left;
	height:40px;				
}
#PatientGTopMenuHor a{
	background-color:#F5F5F5;
	height:40px;
	width:165px;
	display:block;
	text-align:center;
	line-height:40px;
}
#PatientGTopMenuHor a:hover{
	background-color:#E1EBF7;
	display:block;
	color:#0066CC;
}

/*=================sub page top menu for Patient Groups ======================*/
#PGForumTopMenuHor{
	width:665px;
	margin-top:10px;
	margin-bottom:15px;
	border:1px #6a6a6a dotted;
	height:40px;	
	background-color:#F5F5F5;		
}
#PGForumTopMenuHor ul{
	list-style:none;
	margin:0;
	padding:0;
}
#PGForumTopMenuHor li{
	float:left;
	height:40px;				
}
#PGForumTopMenuHor a{
	background-color:#F5F5F5;
	height:40px;
	width:165px;
	display:block;
	text-align:center;
	line-height:40px;
	cursor:hand;
}
#PGForumTopMenuHor a:hover{
	background-color:#E1EBF7;
	display:block;
	color:#0066CC;
}




A:link{color:#0066CC; text-decoration:none}
A:visited{color:#0066CC; text-decoration:none}
A:active{color:#0066CC; text-decoration:none}
A:hover{color:#795C3A; text-decoration:none}



