/*
Gold  #D4A71F
teal  #003957
wine #881536

http://www.javascriptkit.com/script/script2/verticalmenu.shtml

*/


.leftbar {

}

.leftbar, .leftbar li ul{
list-style-type: none;
margin: 0;
padding: 0;
width: 200px; /*WIDTH OF MAIN MENU ITEMS*/
border: 0px solid black;
}


.leftbar li{

}

.leftbar li a{
background: #f0f0f0 url(../images/glossyback.gif) repeat-x bottom left;

font: bold 12px Verdana, Helvetica, sans-serif;
color: #444444;
display: block;
width: auto;
padding: 5px 0;
padding-left: 10px;
text-decoration: none;
}


.leftbar li ul{ /*SUB MENU STYLE*/
position: absolute;
width: 200px; /*WIDTH OF SUB MENU ITEMS*/
left: 0;
top: 0;
display: none;
}

.leftbar li ul li{
float: left;
}

.leftbar li ul a{
width: 180px; /*WIDTH OF SUB MENU ITEMS - 10px padding-left for A elements */
}

.leftbar .arrowdiv{
position: absolute;
right: 2px;
background: transparent url(images/arrow.gif) no-repeat center right;
}

.leftbar li a:visited, .leftbar li a:active{
color: #444444;
}

.leftbar li a:hover{
background-image: url(../images/glossyback2.gif);
color:green;
}

/* Holly Hack for IE \*/
* html .leftbar li { float: left; height: 1%; }
* html .leftbar li a { height: 1%; }
/* End */











/*================================================================*/
.horizontalcssmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.horizontalcssmenu ul li{
position: relative;
display: inline;
float: left;
width:auto;

}

/*Top level menu link items style*/
.horizontalcssmenu ul li a{
display: block;
padding: 2px 7px;
border: 1px solid #202020;
border-left-width: 0px;
border-top-width: 0px;
border-bottom-width: 0px;
border-color:gray;
text-decoration: none;
background: url(/images/buttonbak.jpg) center center repeat-x;
color: #555555;
font: normal 16px arial;
height:24px;
}
	
/*Sub level menu*/
.horizontalcssmenu ul li ul{
left: 0;
top: 0;
border-top: 1px solid #202020;
position: absolute;
display: block;
visibility: hidden;
z-index: 100;
}

/*Sub level menu list items*/
.horizontalcssmenu ul li ul li{
display: inline;
float: none;


}


/* Sub level menu links style */
.horizontalcssmenu ul li ul li a{
width: 230px; /*width of sub menu levels*/
font-weight: normal;
padding: 2px 5px;
background: #f0f0f0;
background: url(../images/glossyback.gif) center center repeat-x;
border-width: 0 ;
}

.horizontalcssmenu ul li a:hover{
background: url(/images/buttonbak2.jpg) center center repeat-x;
}

.horizontalcssmenu ul li ul li a:hover{
/* background: #cde686;  light green */
  background: #bbbbbb;
  color:white;  
}

.horizontalcssmenu .arrowdiv{
position: absolute;
right: 0;
background: transparent url(../images/menuarrow.gif) no-repeat center left;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .horizontalcssmenu ul li { float: left; height: 1%; }
* html .horizontalcssmenu ul li a { height: 1%; }
/* End */