ul.glossymenu{
	position: relative;
	margin: 0 auto 0 auto;
	background:none; /*tab background image path*/
	height: 18px;
	/*width:765px;*/
	font-weight:bold;
	list-style: none;
	padding:0;
} 
ul.glossymenu * {
	margin:0; 
	padding:0
}

ul.glossymenu li {
	position:relative; 
	float:left; 
	margin-right:1px;
}

ul.glossymenu li a{
	float: left;
	display: block;
	color:#fff;
	text-decoration: none;
	font:14px Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 12px 20px;/*Padding to accomodate left tab image. Do not change*/
	height: 18px;
	line-height: 18px;
	text-align: center;
	cursor: pointer;	
}

ul.glossymenu li a b{
	float: left;
	display: block;
	padding: 0 0px 0 0px; /*Padding of menu items*/
} 

ul.glossymenu li a.current , ul.glossymenu li a:hover{
	color: #fff;
	background:none; /*left tab image path*/
	height:18px;
}

ul.glossymenu li a.current b, ul.glossymenu li a:hover b{
	color: #000;
	background:none; /*left tab image path*/
	height:18px;
}  

ul.glossymenu ul {
	background:none;
	position:absolute; 
	display:none; 
	opacity:0; 
	list-style:none;	
	width:auto;
	font-family: Tahoma;
	font-size: 11px;
	text-align:center;
	z-index:1;
	line-height:18px;
	top:45px;
	left:0;
}

ul.glossymenu ul li ul{
    position:absolute; 
    display:none; 
    opacity:1; 
    list-style:none;
    background:none; 
	width:auto;
    font-family: Tahoma;
    font-size: 11px;
    text-align:center;
    z-index:1;
    line-height:18px;
	top:20px;	
}

ul.glossymenu ul li {
	position:relative;
	border-bottom:1px solid #000;
	border-top:none;
	border-left:1px solid  #000;
	border-right:1px solid  #000; 
	background:#0f7bd9;
	width:100%;
	opacity:0.81; 
	height: 28px; 
	text-align:left;
	color:#fff;
	padding-left:10px;
} 

ul.glossymenu ul li ul {     
    left: inherit;   
	width:200px;
    position:absolute;     
    }
ul.glossymenu ul li ul li{     
    position:relative;     
    }
ul.glossymenu li ul li a, ul.glossymenu li ul li a.current {
	color:#fff;
	text-decoration: none;
	background: none;
	height: 28px;
	line-height: 28px;
	text-align: center;
	cursor: pointer;	
	font-weight:normal;      
	white-space:nowrap;
	padding:0;
	padding-left:3px;
	vertical-align:middle;
}

ul.glossymenu li ul li a:hover{
	color: #000;
	text-decoration: none;
	background: none;
	padding:0;
	height: 28px;
	padding-left:3px;
	line-height: 28px;
	text-align: center;
	cursor: pointer;	
	
} 