﻿										
/*///////////////////////////////////////////////////*/


.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: 4px 15px 12px 14px;
margin: 0px 0px 0px 0px;
text-align: right; /*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: #DFDFDF;
padding: 4px 15px 12px 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: #C1D1D9;
width:200px;
padding: 4px 15px 12px 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 8pt Tahoma;
line-height:18px;
z-index:100;
background-color: #680000;
width: 200px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 13px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #ccc;
}

.dropmenudiv a:hover{
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-align: top;
	text-align: center;
} 
/*
.Vertical_Menu				{width: 199px; margin : 0px;}
.Vertical_Menu a:visited    {display: block; /*background: url('../graphics/vertical_menu.gif');}						
.Vertical_Menu a:link 	    {display: block; /*background: url('../graphics/vertical_menu.gif');}				
*/
/* Vertical_Menu */

.Vertical_Menu			{
	width: 199px;
	margin: 0px 0px 0px 0px;
}
.Vertical_Menu a 		 {height: 32px; voice-family: inherit;}	
.Vertical_Menu a:visited {display:block; padding:11px 0px 0px 40px;}						
.Vertical_Menu a:link    {display:block; padding:11px 0px 0px 40px;}						
.Vertical_Menu a:hover   {padding:11px 0px 0px 40px;}

.Vertical_Menu_2				{
	font: small serif;
	margin: 0px 0px 0px 30px;
}
.Vertical_Menu_2 a 		 {height: 32px; voice-family: inherit;}	

.Vertical_Menu_2 a:visited   {
	display: block;
	}						
.Vertical_Menu_2 a:link 	    {
	display: block;
}				
.Vertical_Menu_2 a:hover 	{
   background: 0 -46px;
}

.Vertical_Menu_3				{
	font: x-small serif;
	margin: 0px 0px 12px 60px;
}
.Vertical_Menu_3 a:visited   {
	display: block;
}						
.Vertical_Menu_3 a:link 	    {
	display: block;
}				
.Vertical_Menu_3 a:hover 	{
   background: 0 -46px;
}

.p7plusmark {
	font-weight: bold;
	color: #FFFFFF !important;
	background-repeat: no-repeat;
	background: url('../graphics/vertical_menu_plus.png');
}

.p7plusmark:hover{
	font-weight: bold;
	color: #FFFFFF !important;
	background-repeat: no-repeat;
	background: url('../graphics/vertical_menu_plus.png') 0 -46px;
}
.p7minusmark {
	font-weight: bold;
	color: #FFFFFF !important;
	background-repeat: no-repeat;
	background-image: url('../graphics/vertical_menu_moins.png');
}

.p7minusmark:hover {
 	font-weight: bold;
	color: #FFFFFF !important;
	background-repeat: no-repeat;
	background: url('../graphics/vertical_menu_moins.png') 0 -46px;
}

/*rule programatically assigned to child links when image-based plus and minus option is selected*/
.p7defmark {
	font-weight: bold;
	background-image:  none;
	color: #FFFFFF !important;
	padding: 2px 0 2px 20px !important;
}

/*rules programatically assigned to page link correesponding to current page (You are Here)*/
.p7currentmark {
	font-weight: bold;
	background-color: transparent !important;
	color: #FFFFFF !important;
	padding: 2px 0 2px 20px !important;
}