/* CSS Document */

/**
  *Nav
  *
  */
  
  
/**
  *Side bar dive set to none for side-bar-container on some pages
  *
  */  
#side-bar
{
//border:none;
}
/*
#shadow #site-wrapper #content-wrapper #side-bar ul li a#panes5
{
color: #003399;
background:none;
padding:0px 0px 0px 0px;
position:absolute;
top:410px;
left:2px;
}
*/
#side-bar ul li a#panes4 
{
color: #003399;
background:none;
padding:0px 0px 0px 0px;
position:absolute;
top:410px;
left:8px;
}


#side-bar ul li a#panes3
{
color: #003399;
background:none;
padding:0px 0px 0px 0px;
position:absolute;
top:390px;
left:8px;
}


#side-bar ul a#panes2
{
color: #003399;
background:none;
padding:0px 0px 0px 0px;
position:absolute;
top:370px;
left:8px;
}


a
{
	text-decoration:none;
	color:#003399;	

}
a:visited
{
	text-decoration:none;
	}

/**
  *All sub menu items are by default not displying
  *
  */ 
#side-bar ul ul {
	display: none;
}
/**
  *All main menu items are set here
  *
  */ 
#side-bar ul {
	float:none;
 clear:left;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	list-style-type: none;
	/*height: 405px;*/
	/*font-size: 14px;*/
}



/**
  *All the styles for the main menus  link
  *
  */ 
#side-bar ul a:link {
color:#104070;
	display: block;
	padding: 6px 0px 0px 10px;
	width: 152px;
	background: url(../images/Nav1x.gif) no-repeat 0px 0px;
	height: 22px;
	
}

#look {
color:#104070;
	display: block;
	padding:5px 0px 0px 10px;
	width: 152px;
	background: url(../images/Nav1x.gif) no-repeat 0px 0px;
	height: 23px;
	}

#side-bar ul a:visited {
color:#104070;
	display: block;
	padding: 6px 0px 0px 10px;
	width: 152px;
	background: url(../images/Nav1x.gif) no-repeat 0px 0px;
	height: 22px;
	
}
/**
  *also sets the main menu link for active
  *
  */ 

#side-bar ul a:hover, #side-bar ul li.active a {
color:#104070;
	display: block;
	padding: 6px 0px 0px 10px;
	width: 152px;
	background: url(../images/Nav1x.gif) no-repeat 0px -28px;
	/*height: 22px;*/
}

#search
{
background-color:#CFB599;
margin-right:8px;
border:1px inset #B78E65;
}

#side-bar ul a:active {
color:#104070;
	display: block;
	padding: 6px 0px 0px 10px;
	width: 152px;
	background: url(../images/Nav1x.gif) no-repeat 0px -28px;
	height: 22px;
}


/*#shadow #site-wrapper #content-wrapper #side-bar ul ul {
	display:block; 
	
	font-size:10px;
}*/

/**
  *also sets the sub menu with .active to display block
  *
  */ 
#side-bar ul li.active ul{
	display:block;
	font-size:10px;
}


/**
  *also sets the sub menu with .active links styles
  *
  */ 

#side-bar ul li.active ul li a:link {

	color:#104070;
	background: url(../images/Nav1a.jpg) no-repeat 0px 0px;
	padding:3px 0px 0px 10px;
	margin:0px;
	height:15px;
	width: 152px;
	display:block;
}

#side-bar ul li.active ul li a:visited {
	color:#104070;
	background: url(../images/Nav1a.jpg) no-repeat 0px 0px;
	padding:3px 0px 0px 10px;
	margin:0px;
	height:15px;
	width: 152px;
	display:block;
}


#side-bar ul li.active ul li a:hover, {
	color:#104070;
	background: url(../images/Nav1a.jpg) no-repeat  0px -18px;
	padding:3px 0px 0px 10px;
	margin:0px;
	height:15px;
	width: 152px;
	display:block;
}

/**
  *sets the sub menu w/ .active to a hover state
  *
  */ 
#side-bar ul li.active ul li.active a
{
	background: url(../images/Nav1a.jpg) no-repeat  0px -18px;
}
/**
  *sets the sub sub menu w/ .active to a hover state
  *
  */ 
#side-bar ul li.active ul li.active ul li.active a
{
	background: url(../images/Nav1b.jpg) no-repeat  0px -16px;
}

/**
  *sets the sub sub menu w/ .active styles
  *
  */ 

#side-bar ul li.active ul li a:active {
	color:#104070;
	background: url(../images/Nav1a.jpg) no-repeat 0px 0px;
	padding:3px 0px 0px 10px;
	margin:0px;
	height:15px;
	width: 152px;
	display:block;
}


#side-bar ul li.active ul ul li a:link
{
color:#104070;
background: url(../images/Nav1b.jpg) no-repeat 0px 0px;
padding:2px 0px 0px 20px;
margin:0px;
width: 142px;
display:block;
height:14px;
}

#side-bar ul li.active ul ul li a:visited
{
color:#104070;
background: url(../images/Nav1b.jpg) no-repeat 0px 0px;
padding:2px 0px 0px 20px;
margin:0px;
width: 142px;
display:block;
height:14px;
}
#side-bar ul li.active ul ul li a:hover
{
color:#104070;
background: url(../images/Nav1b.jpg) no-repeat 0px -16px;
padding:2px 0px 0px 20px;
margin:0px;
width: 142px;
display:block;
height:14px;
}
#side-bar ul li.active ul ul li a:active
{
color:#104070;
background: url(../images/Nav1b.jpg) no-repeat 0px 0px;
padding:2px 0px 0px 20px;
margin:0px;
width: 142px;
display:block;
height:14px;
}


#side-bar ul
{
	margin:0px;
	padding:0px;
	
}	