.ugs{
	text-align:center;
}
.ugstext{
	text-align:justify;
	font:normal 10px Helvetica;
}
.ugssearchtext{
	font:normal 10px Helvetica;
}


.container{
	width:760px;
	background-color:#E1E1E1;
}
.logo{
	width:760px;
	border-style:none;
}
.navigation{
	width:760px;
	height:24px;
	background-color:#E1E1E1;
	border:none;
}
.content{
	width:760px;
	background-color:#E1E1E1;
}
.list{
	width:760px;
	text-align:left;
	background-image:url(../view/global/shader.gif);
 	background-repeat:repeat-y;	
	background-color:#E1E1E1;
}
.contentL{
	width:292px;
	background-color:#E1E1E1;
	border:none;
	float:left;
}
.contentR{
	width:443px;
	background-color:#E1E1E1;
	border:none;
	padding: 10px 15px 10px 10px;
	float:right;
	text-align:justify;
	font:normal 10px Helvetica;
}


.chromestyle{
width: 100%;
font-weight: bold;

}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	margin-top: -3px;
	position:absolute;
	top: 10px;
	border: ; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font-variant:normal;
	font-weight:normal;
	line-height:25px;
	z-index:100;
	background-color:#88D052;
	width: 200px;
	visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#67A13D,direction=250,strength=3); /*Add Shadow in IE. Remove if desired*/
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
	background-image: url(../images/menu-bck.jpg);
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 4px;
	text-align:left;
	border-bottom: ; /*THEME CHANGE HERE*/
	padding: 0px 0px;
	text-decoration: none;
	font-weight: normal;
	color:#FFFFFF;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #BAF494;
	color:#88D052;
}
