/*********************************************************************/
/*  Name              : SideMenu.css								 */
/*  Desc			  : Defines the settings for the side menu       */
/*                      for non-IE.				                     */
/*  Created           : 01/02/06                                     */
/*  CSS Validation	  : Version 2.1									 */	
/*  Passed W3C CSS Validator service :Jan 07			    		 */
/* 																	 */
/*********************************************************************/


body
{
	background-color	:#1C2A4C;  blue 
	 
}


#contentwrap 
{ 
	PADDING-RIGHT	:130px;    /* changes width of rhs sidebar column background */
	PADDING-LEFT	:160px;    /* changes width of lhs sidebar column background */	
	PADDING-BOTTOM	:0px; 
	PADDING-TOP		:0px; 
	position		:relative; 
}

#sidebarmenu
{
    position			:absolute;
 	top					:79px;
	width				:180px;		/* background of menu items */
	height				:350px;
 	font-size			:0.8em; 
	font-family			:Verdana,Arial,Helvetica,Sans-Serif; 
	text-align			:justify; 	 
	font-weight			:bold;
	font-style			:normal; 
	font-variant		:normal; 
	margin-top			:40px;
	margin-left			:-7px;
	border-left-color	:gray; /* 808080; */
	border-left-width	:1px;
	z-index				:2;	
} 

#SideMenu 
{
	width				:141px;	  /* width of menu items */
	font-size			:1.2em;   /* menu item font size */
}

#apbg11 
{
	height				:100%;
	width				:148px; 
	margin-top			:200px;
	position			:relative;
}

ul
{
	list-style			:none;
	margin				:0px;
	padding				:0px;
}
	
#SideMenu li a 
{ 
  	voice-family		:"\"}\""; 
  	height				:23px;
	text-decoration		:none;
}	
		
#SideMenu li a:link, 
#SideMenu li a:visited 
{
	display				:block;
	background			:url(../Images/menu3.gif);
	padding				:9px 0 0 23px; /* adjust position of menu text */
	background-color	:inherit;
}
	
#SideMenu li a:hover, #SideMenu li a:active 
{
	color				:#fff; /* black */
	background			:url(../Images/menu3.gif) 0 -32px;		 
	padding				:9px 0 0 30.93px;
}


