/*/////////////////////////////////////////////////////////////////////
	Menus
/////////////////////////////////////////////////////////////////////*/
	#topmenu {float:left; margin:10px 0 0 0; width:637px; background-color: orange;}
	#topmenu ul {float:right;}
	#topmenu ul li {
	float:left;
	padding:0 10px 0 10px;
	background: url(../../images/misc/top-menu-dots.gif) right no-repeat;
	list-style:none;
	}
	#topmenu a:link, #topmenu a:visited {display:block; color:#999999; line-height:24px; float:left;}
	#topmenu a:hover {color:#DEBD10;}
	#topmenu #last {background:none;}

/*/////////////////////////////////////////////////////////////////////
	flex
/////////////////////////////////////////////////////////////////////*/


	#menu {
		float:right; 
		margin:4px 0px;
		padding:0;
		position:relative;
		/*right:13px;*/
		
		}
		
		
	/* flexible menu */
	ul#flex {
		list-style-type: none;
		}
		
	ul#flex li {
		float: left;
		margin: 0 0 0 2px;
		height: 38px;
		}
		
	ul#flex li a {
		color: #fff;
		line-height: 24px;
		float: left;
		padding: 0 10px;
		margin: 12px 0 0 0;
		text-decoration: none;
		background-color: #00337F;
		}
		
	ul#flex li a:hover {
		background-color: #DEBD10;
		}
	
