/* 
   Styles for scrolling layers  
	 Specify width and height in hold and wn, and in clip for wn 
*/
div#hold	{ 
	position:relative; overflow:hidden;
	width:320px; height:169px; 
  z-index:100; 
	}
div#wn	{ 
	position:absolute; 
	left:0px; top:0px; 
	width:320px; height:169px; 
	clip:rect(0px, 320px, 169px, 0px); 
	overflow:hidden;	
	z-index:1; 
	}
div.content { 
	position:absolute; visibility:hidden;
	left:0px; top:0px; 
	z-index:1; 
	}

/* Set small font-size or size/position of div's will be off in some browsers  */
div#scrollbar { 
  position:relative; left:0; top:0;
  width:11px; height:170px; 
  font-size:1px; z-index:1;
  }
div#track { 
  position:absolute; left:0; top:12px;
  width:11px; height:146px;
  background: url("images/track.gif") #fff repeat;
  z-index:1;
  }
div#dragBar {
  position:absolute; left:1px; top:1px;
  width:9px; height:20px;
  background-color:#ddd;
  z-index:1;
  }  
div#up { position:absolute; left:0; top:0; z-index:2 }  
div#down { position:absolute; left:0; bottom:0; z-index:3 }  

div.content { text-align:left }
table.main { 
  background-color:#fff;
  width:378px; 
  margin:auto; text-align:left;
  border:0px solid #999; 
  }
table.main td.text, table.main td.navs { vertical-align:top; text-align:left }
td#scrollLinks  { width:12px }
td.navs ul { margin:0; padding:0; list-style:none }
td.navs ul li { margin:0 0 .6em .4em }
td.navs ul li a { text-decoration:none }
td.navs ul li a:hover { text-decoration:underline }

li {
font-family: arial narrow, verdana, arial, helvetica;
color: #333;
font-size: 0.9em;
text-align: left;
}

h1 {
font-family: arial narrow, verdana, arial, helvetica;
color: #333;
font-size: 1.0em;
text-align: left;
text-decoration: bold;
}

p {
font-family: arial narrow, verdana, arial, helvetica;
color: #333;
font-size: 1.1em;
text-align: left;
}

p.footer {
font-family: arial narrow, verdana, arial, helvetica;
color: #333;
font-size: 0.9em;
text-align: right;
}

a:link {
	text-decoration: none;
	color: #ccc;
	font-size: 0.9em;
	text-align: right;
}

a:visited {
	text-decoration: none;
	color: #333;
	font-size: 0.9em;
	text-align: right;
}

a:active {
	text-decoration: none;
	color: #ccc;
	font-size: 0.9em;
	text-align: right;
}

a:hover {
	text-decoration: underline; 
	color: red;
	text-align: right;
	font-size: 0.9em;

}

#chromemenu{
width: 99%;
}

#chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#chromemenu ul{
border: 0px solid #BBB;
width: 100%;

margin-left: 0;
padding-left: 0;
margin: 0;
float: left;
font: normal 1.2em Arial Narrow,Verdana,Arial,Helvetica;
}


#chromemenu ul li{
display: inline;
}


#chromemenu ul li a{
float: left;
color: #7F7F7F;
font-weight: normal;
padding: 6px 12px 6px 7px;
text-decoration: none;
background: url(divider.png) center right no-repeat; /*Theme Change here*/
}

#chromemenu ul li a:hover{
color: #494949;
}

#chromemenu ul li a[onMouseover]:after{ /*HTML to indicate drop down link*/
/*content: " v";*/
content: " " url(downarrow.png); /*uncomment this line to use an image instead*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #EEE; /*Theme Change here*/
border-bottom-width: 0;
font:normal 0.9em Arial Narrow,Verdana,Arial,Helvetica;
line-height:16px;
z-index:100;
background-color: white;
width: 180px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}

.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #EEE; /*Theme Change here*/
padding: 2px 0;
text-decoration: none;
font-weight: normal;
color: #333;
}

.dropmenudiv a:hover{ /*Theme Change here*/
background-color: #F0F0F0;
}