/* CSS Document */
#menu {
	margin: 0;
	padding: 0;
		/* False value for IE4-5.x/Win. */
 	voice-family: "\"}\""; 
  	voice-family:inherit;
	width: "";	/* You get it. Good value for compliant browers. */   
	}
#menu ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	clear: left;
	}
#menu ul li {
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
	}
/* Up State */ 
#menu ul li a {
	background: #003366;
	width: 180px;

	border-top: 1px solid #ffffff;
	border-left: none;
	border-bottom: 1px solid #ffffff;;
	border-right: none;
	padding: 0;
	margin: 0 0 0 0;
	color: #ffffff;
	text-decoration: none;
	display: block;
	text-align: left;
	font-weight: normal;
	font-stretch: condensed;
	line-height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	text-indent: 10px;
	font-size:    12px; 
  	voice-family: "\"}\"";   
	voice-family: inherit; 
    }
	












#menuR {
	margin: 0;
	padding: 0;
		/* False value for IE4-5.x/Win. */
 	voice-family: "\"}\""; 
  	voice-family:inherit;
	width: "";	/* You get it. Good value for compliant browers. */   
	}
#menuR ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	clear: left;
	}
#menuR ul li {
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
	}	
	
	#menuR ul li a {
	background: #000000;
	width: 180px;
	height: 30px;
	border-top: 1px solid #ffffff;
	border-left: none;
	border-bottom: 1px solid #ffffff;;
	border-right: none;
	padding: 0;
	margin: 0 0 0 0;
	color: #ffffff;
	text-decoration: none;
	display: block;
	text-align: left;
	font-weight: normal;
	font-stretch: condensed;
	line-height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	text-indent: 10px;
	font-size:    12px; 
  	voice-family: "\"}\"";   
	voice-family: inherit; 
    }
	
html>#menuR ul li a  {
	font-size: 12px;   
	} 
/* Down State Here */ 
#menuR ul li a:hover {
	color: #ffffff;
	background: #ff6633;
	}
/* Down State Here */ 
#menuR a:active	{
	background: #CCCCCC;
	color: #fff;
	}
	
	
	
	
/* Down State */ 
html>#menu ul li a  {
	font-size: 12px;   
	} 
/* Down State Here */ 
#menu ul li a:hover {
	color: #ffffff;
	background: #6699CC;
	}
/* Down State Here */ 
#menu a:active	{
	background: #CCCCCC;
	color: #fff;
	}


