.glossymenu, .glossymenu li ul{
list-style-type: none;
margin: 0;
padding: 0px;
width: 207px; /*WIDTH OF MAIN MENU ITEMS*/

}

.glossymenu li{
position: relative;
}

.glossymenu li a{


color: white;
display: block;
width: auto;

padding-left: 10px;
text-decoration: none;
}

.glossymenu li ul{ /*SUB MENU STYLE*/
position: absolute;
width: 207px; /*WIDTH OF SUB MENU ITEMS*/
left: 0;
top: 0;
display: none;
}

.glossymenu li ul li{
float: left;
width:166px;

}

.glossymenu li ul a{
width: 207px; /*WIDTH OF SUB MENU ITEMS - 10px padding-left for A elements */
}

.glossymenu li ul li a{
float: left;
width:166px;

}

.glossymenu .arrowdiv{
position: absolute;

background: transparent url(arrow.gif) no-repeat center right;
font-size:35px;

padding:0px;

font-family:"Myriad Pro Cond";
right:2px;
vertical-align:middle;

}

.glossymenu li a:visited, .glossymenu li a:active{
color: white;
}

.glossymenu li a:hover{
color:#165383;
}

.title
{
font-family:"Myriad Pro Cond";
font-size:29px;
font-weight:normal;
}
.txt
{
	font-family:  "Trebuchet MS";
	font-size: 14px;
	color:#000000;
}


.login
{
	font-family:  Trebuchet MS;
	font-size: 11px;
	color:#5b6368;
}
.txt1
{
	font-family:  Trebuchet MS;
	font-size: 14px;
	color:#ffffff;
}
.txt1 a
{
color:#ffffff;
text-decoration:none;
}

.txt1 a:hover
{
color:#ffffff;
text-decoration:underline;
}

.footer
{
font-family:Trebuchet MS;
font-size:11px;
color:#5b6368;

}

.footer a
{
color:#5b6368;
text-decoration:none;
}

.footer a:hover
{
color:#000;
text-decoration:underline;
}

.txt-box {
	
	background-repeat: no-repeat;
	border: 1px solid #cccccc;
	width:192px;
	height:18px;
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}

/* Holly Hack for IE \*/
* html .glossymenu li { float: left; height: 1%; }
* html .glossymenu li a { height: 1%; }
/* End */
