/* ######### Main Menu Bar CSS ######### */
#top_menu {	
	float:left;
	/*position:absolute;*/
	height:30px;
	padding:0px;
	text-align:left;
	margin-left:20px;
	z-index:1;
	margin-top:10px;
	
	}
* html #top_menu {		
	float:left;
	width:460px;	
	margin-left:10px;
	margin-top:10px;
	height:20px;
	text-align:center;	
	}
#top_menu_2 {	
	float:right;
	/*position:absolute;*/
	height:30px;
	padding:0px;
	text-align:left;
	margin-right:20px;
	z-index:1;
	margin-top:10px;	
	}
* html #top_menu_2 {
	width:190px;		
	float:right;
	margin-right:10px;
	margin-top:10px;
	text-align:right;
	}

.topmenu ul{
	margin: 0;
	padding: 0;
	font: bold 12px Arial;
	list-style-type: none;
	border: 0px solid gray;
	background: #000000;
	overflow: hidden;
	width: 100%;
}
#innerFooter_links ul{
	font: bold 10px Arial;
	margin: 1px 18px;
	padding:0px;
	list-style-type: none;
	border: 0px solid gray;
	background: #000000;
	overflow: hidden;
	width:87px;
	}
.topmenu li, #innerFooter_links li{
	display: inline;
	margin: 0;
	float: left;
}

.topmenu li a{
	float: left;
	display: block;
	text-decoration: none;
	margin: 0;
	padding:4px 15px 4px 15px; /*padding inside each tab*/
	border: 0px solid white; /*right divider between tabs*/
	color: white;
	background: none;
}
#innerFooter_links li a{
	float: left;
	display: block;
	text-decoration: none;
	margin: 0;
	padding:0px 5px 3px 5px; /*padding inside each tab*/
	border: 0px solid white; /*right divider between tabs*/
	color: white;
	background: none;
}

* html .topmenu li a{
	float: left;
	display: block;
	text-decoration: none;
	margin: 0;
	padding:4px 15px 4px 15px; /*padding inside each tab*/
	border-right: 0px solid white; /*right divider between tabs*/
	color: white;
	background: none;
}
* html #innerFooter_links li a{
	float: left;
	display: block;
	text-decoration: none;
	margin: 0;
	padding:0px 5px 3px 5px; /*padding inside each tab*/
	border-right: 0px solid white; /*right divider between tabs*/
	color: white;
	background: none;

}
.topmenu li a.last, #innerFooter_links li a.last{
	border-right: none;
}
.topmenu li a:visited, #innerFooter_links li a:visited{
	color: white;
}

.topmenu li a:hover, #innerFooter_links li a:hover{
background: url(../images/menu/activ.gif) top  center repeat-x; /*background of tabs for hover state */
color:#FFFFFF;

}

.topmenu a.selected, #innerFooter_links li a:selected{
background: url(../images/menu/activ.gif) top  center repeat-x;/*background of tab with "selected" class assigned to its LI */
color:#000000;
}
#activ_button {
	font-size:14px;
	}
.activ {
	text-align:center;
	text-decoration: none;
	
	color: #CC0033;	
	}


.topmenu li.menu_left {
	width:10px;	

	background: url(../images/menu/left.gif) top left no-repeat;
	}
.topmenu li.menu_right {	
	width:10px;

	background: url(../images/menu/right.gif) top right no-repeat;
	}


.spacer{
	width:5px;
	}

.subdotback {
	background: #CCCCCC;
	padding:0px 5px;
	}
	
* html .subdotback {
	width: 160px;
	height: 1px;
	display:inline;
	}
	
.subicon {
	padding:0;
	margin:0;
	background:none;
	}

