/* swim2.0::simple website menu***************************************************************** dom scripting by brothercake -- http://www.brothercake.com
/* Licensed under GPL -- http://www.gnu.org/copyleft/gpl.html***************************************************************** For professional menu solutions visit -- http://www.udm4.com/ *****************************************************************/
/* tame the lists */
ul.vertical, ul.vertical li {
	margin: 0;
	padding: 0;
	/*list-style-type: none;*/
	font-size: 100%;
/* fix for win/ie's "non-linear text scaling" bug */
}
/* navbar list */
ul.vertical {
	position: relative;
	z-index: 1000;
	cursor: default;
	font-size: 12px;
/* navbar width */
	width: 275px;
/* navbar left and top position    this DOES NOT already include 1px compensation    on TOP, for list-item border collapse    (1px defaults to around 0.05em) */
}
/* navbar list-items */
ul.vertical li {
	text-align: left;
	cursor: pointer;
	cursor: hand;


	
/* duplicate navbar width */
	width: 275px;
/* shift list-items to collapse borders vertically */
	
	/*	background: url('../images/top_dots.jpg') top left no-repeat;*/
		background: url('../images/over1.gif') top left no-repeat;

}
/* navbar list-items */
ul.vertical li li {
	position: relative;
	*position: static;
	text-align: left;
	width: 2753px;
	margin: -1px 0 0 0;
	margin-left:110px;
	z-index:-1px;
	*margin-left: 150px;
	/* navbar list-items  */
  	background: url('../images/top_dots.jpg') top left no-repeat;
	border: 1px solid red;
}
/* menu lists */
ul.vertical ul {
	z-index: 1020;
	cursor: default;
	position: absolute;
/* menu width */
	width: 275px;
/* menu offset, which already includes 1px compensation    on TOP, for list-item border collapse */
	/*margin: 0.0em 0 0 140px;
*/
	margin: 0;
/* overlapping the menus improves usability */
/* position menus off the screen to hide because using display, visibility, overflow or clip, would hide them from browser-based screenreaders as well */
	top: -100em;
/* shift menus to collapse navbar->menu borders */
/* compensate for list-item border collapse */
}

/* menu list-items */
ul.vertical ul li {
/* duplicate menu width */
	width: 275px;
	padding: 2px;
	background: #EEEEEE;
	border: 1px solid #ff0000;
}

/* further child-menu offset */
ul.vertical ul ul {
/* this is the second (middle) level ul
/* this already includes 1px compensation    for list-item border collapse */
	/*margin: -0.5em 0 0 7.7em;
*/
	margin-top:			0px;
	margin-bottom:		0px;
	margin-right:		0px;
	margin-left: 		102px;
/* overlapping the menus improves usability */
}
/* menu triggers -- position menus back on the screen to show    hide these from safari < 1.2 because of it's "sticky hover" bug    that would make it difficult or impossible to close the menus    we're hiding it using the "@media with Media Type in Mixed Case" hack   http://www.dithered.com/css_filters/css_only/media_mixed_case.html */
@media Screen, Projection {
ul.vertical li: hover > ul {
	top: 0;
}
}
/* links */
ul.vertical a, ul.vertical a:visited {
	display: block;
	cursor: pointer;
	cursor: hand;
	border: 0px;
	font:  11px tahoma;
	color: #75878C;
	text-decoration: none;
	/*letter-spacing: 1px;*/
	padding-left: 8px;
	line-height:15px;
	/*border-top:1px solid #f1f4f9;
	border-bottom:1px solid #f1f4f9;*/
		min-height:15px;
			*margin-top: 2px;
width:275px;
	
	
}
/* rollover pseudo-classes, and scriptable persistence class */
ul.vertical a:hover, ul.vertical a:focus, ul.vertical a.rollover, ul.vertical a.rollover:visited {
	background: url('../images/over2.gif') top left no-repeat ;
	/*text-decoration: underline;*/
	color: #1CAECD;
	/*border-top:1px solid #C6CEE0;
	border-bottom:1px solid #C6CEE0;*/
		
width:275px;
	
		min-height:15px;
	
}
/* hacks for win/ie to cure 'excess hidden margins' bug */
@media screen, projection {
* ul.vertical li {
/* for ie5.0 */
	display: inline;
/* for ie5.5+ */
	float: left;
/* this cures 'events fall through the menu' bug in ie6 */
}
}
/* use different comparative positioning for ie, to avoid problems with virtual z-ordering */
* ul.vertical li {
	position: static;

}
* ul.vertical a {
	position: relative;

}
/* hide menus from konqueror < 3.2 */
ul[class^="vertical"] ul {
	display: none;
}
ul[class^="vertical"] ul {
	display: block;
}






#left { 
font-family:calibri, arial, verdana;
font-size:12px;
font-weight:bold;
float:left; padding:0px;margin-bottom:10px; 
margin-top:0px;

}

#left UL{
 /*list-style-type: none; margin:0px; padding:0px;*/
 
}
#left UL li UL{
 /*list-style-type: none; */
 margin-left:10px;

 padding:0px;
}
#left a{
color: #fff;
font-weight:normal;
}
#left a:hover{
color: #000;}


#left ul{
padding: 0px;margin: 0px;margin-top:0px; /*list-style: none;*/  margin-left:20px;
}
#left li{padding: 0px;margin: 0px;position : relative;float : left;margin-bottom : 1px;width: 190px;line-height:15px;margin-left:5px;}
#left li#active{background-repeat:no-repeat;

}
  *html #left li ul{
 
*filter: alpha(opacity=95):moz-opacity: .95;opacity: .95;
*overflow:hidden; }
  
  #left li ul
  {
  
  

/*  left: 999px;*/
 


  
  }
#left li ul a{}
#left li.doubleHeight ul /* Multiline menu item */
{/*margin-top : -40px;*/}
#left li ul ul{
 border:1px solid #ffff;
 
 }
  #left>div
  {
    margin:0px;
    
   
  }
 #left>div>UL>LI>DIV,#left>div>div>UL>LI>DIV,#left>div>div>div>UL>LI>DIV
 {

  display:none;
  }

 
#left li a{width: 275px;text-decoration : none;padding : 0; /*padding:3px 0px 3px 10px; */}
#left li a:hover{text-decoration: none;}
#left ul li a:hover{text-decoration: none; background-repeat:no-repeat;}
#left li ul li{
  
  background-color:#ccc;
  padding-bottom:0px;
  background:transparent url(../images/bgmenu.jpg) 0px -4px;
  background-repeat:repeat-x;
  
    
  }
  #left li ul li a{
    /*height:30px;
    z-index:100px;
    */
      
  }
#left li:hover ul ul, #left li:hover ul ul ul, #left li.sfhover ul ul, #left li.sfhover ul ul ul 
{

}
#left li ul li:hover{}
#left li:hover ul, #left li li:hover ul, #left li li li:hover ul, #left li.sfhover ul, #left li li.sfhover ul, #left li li li.sfhover ul { /* lists nested under hovered list items */left: auto;}
#left li{
clear:both;
padding: 0px;margin: 0px;margin-left:10px;
width: 275px;
z-index:	100;
margin-bottom:2px;
margin-top:2px;

}




