html>body #menu-left li a{ /*Non IE6 width*/
	width: 193px; /*WIDTH OF MAIN MENU ITEMS*/
}

#menu-left{
    margin-bottom: 400px;
}

html>body .model a{
	width: 353px !important;
}

.glossymenu, .glossymenu li ul {
    list-style-type: none;
    margin: 0;
    width: 220px; /*WIDTH OF MAIN MENU ITEMS*/
	 
	padding: 1em 0 1em 0;
	margin-bottom: 1em;
	font-size: .8em;
	background-color: #90bade;		    
}

.glossymenu li {
    position: relative;
	border-bottom: 1px solid #90bade;	
}

.glossymenu li a {
    
    font: 12px Verdana, Helvetica, sans-serif;    
	color:#333;	
    display: block;
    width: auto;
    text-decoration: none;	
	padding: 8px 8px 8px 8px;
	border-left: 10px solid #1958b7;
	background-color: #2175bc;
	color: #fff;	
	width: 380px; /*WIDTH OF SUB MENU ITEMS*/
}

.glossymenu li ul { /*SUB MENU STYLE*/
    position: absolute;
    width: 380px; /*WIDTH OF SUB MENU ITEMS*/
    left: 0;
    top: 0;
    display: none;
}

.glossymenu li ul li {
    float: left;
}

.glossymenu li ul a {
    width: 380px; /*WIDTH OF SUB MENU ITEMS - 10px padding-left for A elements */
}

.glossymenu .arrowdiv {
    position: absolute;
       
}

.glossymenu li a:visited, .glossymenu li a:active {
   
}

.glossymenu li a:hover {
    font-weight:bold;
}

/* Holly Hack for IE \*/ * html .glossymenu li {
    float: left;
    height: 1%;
}
* html .glossymenu li a {
    height: 1%;
}

/* End */