#menuContainer{
		width: 900px;
		height: 10px;			
		background-repeat: repeat-x;	
		margin: 0px;
		padding: 0px;
		}
#menuInside{
		width: 900px;
		height: 10px;			
		margin: 0px;						
		background-repeat: no-repeat;
		padding: 0px;
		}
#menuInsideContent{
		position: absolute;
		top: 10px;
		right: 40px;			
		height: 10px;
		background: transparent;
		margin-right: 0px;			
		font-size: 12px;
		margin:0px;
		padding: 0px;
		font-weight: bold;
		text-transform: uppercase;
		}
			
#menuItem 	{
		float:left; 
		position:relative;
		height: 27px;			
		font-size: 12px;
		margin:0px;
		padding: 0px;
}
#menuItem1 {float:left; position:relative;height: 27px;font-size: 12px;margin:0px;padding: 0px;}
#menuItem2 {float:left; position:relative;height: 27px;font-size: 12px;margin:0px;padding: 0px;}
#menuItem3 {float:left; position:relative;height: 27px;font-size: 12px;margin:0px;padding: 0px;}
#menuItem4 {float:left; position:relative;height: 27px;font-size: 12px;margin:0px;padding: 0px;}
#menuItem5 {float:left; position:relative;height: 27px;font-size: 12px;margin:0px;padding: 0px;}
#menuItem6 {float:left; position:relative;height: 27px;font-size: 12px;margin:0px;padding: 0px;}
		
.menuItem 	{
		float:left; 
		position:relative;
		height: 27px;			
		font-size: 12px;
		margin:0px;
		padding: 0px;
		}
.menuItem a 	{
		float:left; 
		position:relative;
		height: 27px;			
		font-size: 12px;
		margin:0px;
		padding: 0px;
		}		
#menuItem a 	{
		text-decoration: none;			
		font-size: 12px;
		margin:0px;
		padding: 0px;}
		
#menuSide	{
		position: absolute; 
		margin-left:155px; 
		margin-top: 27px; 
		cursor:pointer;
		}
		
.subContainer{
		z-index: 9999;
		float: left;
		color: #FFFFFF;
		position: relative;
		margin-top: 26px;
		}

.subContainer a
		{
		color: #666633; 
		line-height:0.5em; text-decoration:none;
		font: Helvetica;
		font-size:11px;
		display:block;
		z-index: 9999;
		}
		
.subContainer a:hover
		{
		color: #cc3333; 
		line-height:0.5em; 
		text-decoration:underline;
		font: Helvetica;
		font-size:11px;
		display:block;
		z-index: 9999;
		} 
		
.subContents{	
		z-index: 9999;		
		position: absolute;
		text-align: left;
		background-image:url('../images/background_SubMenu.gif');
		background-repeat: repeat;
		width: 150px;
		padding-left: 15px;
		padding-bottom: 5px;
		padding-top: 5px;			
		opacity: .95; 
		filter:alpha(opacity=95);  /*IE's opacity */
		}
		
.hide		{
		display: none;
		}
		
.show           {
		display: block;
		}
		
		
.menu1		{
		float:left;
		height: 27px;
		background: url("../images/menuClosed_Repeater.gif") 0 bottom repeat-x;
		color: #FFFFFF;
		cursor: pointer;
		text-align: center;
		}
.menuText{
		position: relative;
		top: 5px;
		left: 3px!important;
		font: Helvetica;
		font-size:11px;
		color: #666633;			
		}

.menu1 a{				
		text-decoration: bold;
		text-align: center;
		font: Helvetica;
		font-size:11px;
		color: #666633;
		position: relative;
		top: 8px;			
		}
		
.menu1 a:hover{
		text-decoration: bold;
		text-align: center;
		font: Helvetica;
		font-size:11px;
		color: #666633;
		position: relative;
		top: 8px;
		background-color:000000;
		}
		
.menu1Left{
		float:left;
		width: 10px;
		height: 27px;
		background-image: url('../images/menuClosed_Left2.gif');
		background-repeat: no-repeat;
		position: absolute;
		left: 0px;
		}
		
.menu1Right{
		float:right;
		width: 8px;
		height: 27px;
		background-image: url('../images/menuClosed_Right.gif');
		background-repeat: no-repeat;
		position: absolute;
		right: 0px;
		}
		
		
.menu1open{
		float:left;
		height: 27px;
		cursor: pointer;
		text-align: center;
		}
		
.menu1open a{				
		text-decoration: none;
		text-align: center;
		color: #04255A;
		position: relative;
		top: 8px;			
		}
		
.menu1open a:hover{
		text-decoration: none;
		text-align: center;
		color: #04255A;
		position: relative;
		top: 8px;			
		}
		
.menu1openLeft{
		float:left;
		width: 8px;
		height: 27px;
		background-image: url('../images/menuOpen_Left.gif');
		background-repeat: no-repeat;
		position: absolute;
		left: 0px;
		}
		
.menu1openRight{
		float:right;
		width: 8px;
		height: 27px;
		background-image: url('../images/menuOpen_Right.gif');
		background-repeat: no-repeat;
		position: absolute;
		right: 0px;
		}

