﻿/* Vertical_Menu */

.Vertical_Menu				{width: 199px; margin: 0px;}
.Vertical_Menu li a 		{height: 32px; voice-family: "\"}\""; voice-family: inherit; height: 32px;}	
.Vertical_Menu li a:visited {padding:13px 0px 0px 80px;}						
.Vertical_Menu li a:link 	{padding:13px 0px 0px 80px;}				
.Vertical_Menu li a:hover 	{padding:13px 0px 0px 80px;}
			
												
/*///////////////////////////////////////////////////*/



.chromestyle{
width: 100%;
font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 0px solid #BBB;
width: 100%;
padding: 1px 0px 0px 0px;
margin: 0px 0px 0px 0px;
text-align: left; /*set value to "left", "center", or "right"*/
text-indent:4px;
background: url("../graphics/menu_bg.gif")/*THEME CHANGE HERE*/
}

.chromestyle ul li{
display: inline;
margin:0px 0px 0px -4px;;
}

.chromestyle ul li a{
color: #660000;
padding: 1px 15px 0px 14px;
text-decoration: none;
border-right: 0px solid #0C193F;
background: url("../graphics/menu_bg_right.gif"); background-position: top right; background-repeat: no-repeat;/*THEME CHANGE HERE*/
}

.chromestyle ul li a:hover{
color: #000000;
width:200px;
padding: 1px 15px 0px 14px;
text-decoration: none;
border-right: 0px solid #0C193F;
background: url("../graphics/menu_bg_over.gif");background-position: top right; background-repeat: no-repeat;/*THEME CHANGE HERE*/
}

.chromestyle ul li a[rel] {
 background-image: url(../graphics/arrow.gif);
  background-position: 100% 45% ;
}

.chromestyle ul li a:hover[rel] {
 background-image: url(../graphics/arrow_hover.gif);
  background-position: 100% 45% ;

}
/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
}

.menuAlignment 				{padding: 0px 0px 0px 0px;} ul.myVerticalMenu {list-style: none;margin: 0;padding: 0;} img {border: none;} 

.Vertical_Menu				{width: 199px; margin: 0px;}
.Vertical_Menu li a:visited {display: block; background: url('../graphics/vertical_menu.gif');}						
.Vertical_Menu li a:link 	{display: block; background: url('../graphics/vertical_menu.gif');}				
.Vertical_Menu li a:hover 	{background: url('../graphics/vertical_menu.gif') 0 -46px;}
.menuAlignment 				{padding: 0px 0px 0px 0px;} ul.myVerticalMenu_index {list-style: none;margin: 0;padding: 0;} img {border: none;} 

/* Vertical_Menu */
.menuAlignment 				{padding: 0px 0px 0px 0px;} ul.myVerticalMenu_index {list-style: none;margin: 0;padding: 0;} img {border: none;} 

  					/* change width this controls the width of the buttons*/
.Vertical_Menu_index					{width: 200px; margin: 0px;}

					/* change height: this controls the height of the buttons */
.Vertical_Menu_index li a 			{height: 27px; voice-family: "\"}\""; voice-family: inherit; height: 27px; text-decoration: none; font-family: Trebuchet MS, Helvetica, sans-serif; font-weight: bold; color: #F2D87B;}	

					/* change padding: (controls the placment of the button name :top-right-bottom-left) */
.Vertical_Menu_index li a:visited 
							{padding:1px 0px 0px 29px; display: block; background: url('../graphics/vertical_menu_index.gif');font-family: Trebuchet MS, Helvetica, sans-serif; font-weight: bold; font-size: 10pt; color: #F2D87B; }
										
.Vertical_Menu_index li a:link 
							{padding:1px 0px 0px 29px; display: block; background: url('../graphics/vertical_menu_index.gif');font-family: Trebuchet MS, Helvetica, sans-serif; font-weight: bold; font-size: 10pt; color: #F2D87B;}
										
					/* change padding: (top-right-bottom-left) change -position use 50% of button height*/
.Vertical_Menu_index li a:hover 
							{padding:1px 0px 0px 29px; background: url('../graphics/vertical_menu_index.gif') 0 -29px;font-family: Trebuchet MS, Helvetica, sans-serif; font-weight: bold;font-size: 10pt; color: #F2D87B;}