#leftMenuContainer{
	padding: 20px 10px 0px 0px;
	text-align: right;
	margin-top: 5px;
	margin-bottom: 40px;
	width: 140px;
}

.leftMenuItemParent{
	font-weight:bold;
	color:white;
	border-bottom:1px solid white;
}


.leftMenuItem{
	
	color: white;
	text-decoration:none;
	font-size:10px;
	text-align:right;
	width:140px;
	padding-top: 10px;
	padding-left:5px;
	display:block;

}

.leftMenuItem:hover{
	color:gold;

}


.leftMenuChild{
	font: 10px Verdana, Tahoma, Arial;
	color:white;
	font-weight:bold;
	text-decoration:none;
	padding:5px 5px 5px 15px;
	display: block;
}


/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.stunicholls.com/menu/hover_drop_2.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */


#headerMenu {list-style-type:none; padding:0; margin:0;}
#headerMenu ul {list-style-type:none; padding:0; margin:0;}
#headerMenu li {float:left;  margin:0px 3px 0 0; position:relative;}
#headerMenu li.sub2 {background:gold;padding:0px 3px 0 3px;width:150px;}

/* for IE5.5 and IE6 only */
#headerMenu table {border-collapse:collapse;position:absolute;top:0;left:0;z-index:80;font-size:1em;border}

#headerMenu li a {display:block;width:60px;font-weight:bold;border-right:1px solid white;padding:0px 15px 0px 5px;display:block; color:#FFF; height:25px; font-family:arial, sans-serif; font-size:10px; line-height:24px;  text-decoration:none; text-align:center;}
#headerMenu li.sub2 a {font-weight:normal;border-right:none;display:block; color:#000; height:25px; font-family:arial, sans-serif; font-size:10px; line-height:24px; width:125px; text-decoration:none; text-align:left;}
#headerMenu :hover {color:#ee0; background:gold;}
#headerMenu :hover > a {color:navy; background:gold;text-decoration:underline;}
#headerMenu li.sub2 :hover {color:black; background:silver;}

#headerMenu ul, 
#headerMenu :hover ul ul,
#headerMenu :hover ul :hover ul ul,
#headerMenu :hover ul :hover ul ul.left {position:absolute; left:-9999px; width:128px;}

#headerMenu :hover ul{left:0;top:25px; background:url(transparent.gif);} /* the background image is for IE7 */

#headerMenu :hover ul :hover ul,
#headerMenu :hover ul :hover ul :hover ul {padding:0 3px; left:125px; top:-3px;}

#headerMenu :hover ul :hover ul.left,
#headerMenu :hover ul :hover ul :hover ul.left {padding:0 3px; left:-131px; top:-3px;}

/* =================================================================================================================== */


/* ================================================================ */
.footerMenu{
   text-decoration:none;
   color: black;
   width:100px;
   margin:0px 10px 0px 10px;
   text-align:center;

   
   
}


/* =================================================================================================================== */


.blankButton{
   background: url("/webimgs/button2.png") no-repeat 0 0;
   width:125px;
   height:29x;
   font-size: 12px;	
   text-decoration:none;
   color: white;
   text-align:center;
   line-height:29px;
   display:block;
}

.blankButton:hover{
   color: gold;
}


.topMenu{
   text-decoration:none;
   color: black;
   
   
}


div.blankButtonGold{
   background: url("/webimgs/blankButtonGold.png") no-repeat 0 0;
   width:150px;
   height:38x;
   text-align:center;
   display:block;
   float:left;
}

div.blankButtonGold a{
   font-size: 12px;	
   text-decoration:none;
   color: white;
   text-align:center;
   line-height:38px;
}


div.blankButtonGold:hover{
	background: url("/webimgs/blankButtonGoldOff.png") no-repeat 0 0;
   color: gray;
}

div.blankButtonGold a:hover{
   color: black;
}

