/* Body Margin */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/* TOP PANEL SPECS */
.TPlangTitle {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #66614a;
}
.TPlang-field-txt {
	font-family: Verdana;
	font-size: 10px;
	color: #666666;
}
.TPlang-field-txt2 {
	font-family: Verdana;
	font-size: 12px;
	color: #666666;
}
/* END TOP PANEL SPECS */

/* DROP DOWN NAV */

#dropmenudiv{
position:absolute;
border:;
border-bottom-width: 0;
font:normal 9px Verdana;
font colour:#857032 ;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom:;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #000000;
}

/*
.dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 8px Verdana ;
font colour:#857032 ;
line-height:18px;
z-index:100;
}

.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: normal;
}

.dropmenudiv a:hover{ /*hover background color
background-color: #2f292a;
}
*/
/* NAVIGATION SPECS */
.TPnav-btn-txt
{
	font-family: Verdana;
	font-size: 10px;
	color: #763318;
}

.BPnav-btn-txt {
	font-family: Verdana;
	font-weight: lighter;
	font-size: 8px;
	color: #D7A208;
}
/* END NAVIGATION SPECS */


/* CONTENTS SPECS */
.Cont-txt {
	font-family: Verdana;
	font-size: 12px;
	color: #2f292a;
}
.Cont-img {
	border-color: #ffffff;
	color: #ffffff;
}

.Copyrigt-txt {
	font-family: Verdana;
	font-size: 10px;
	color: #616161;
}
/* END CONTENT SPECS */


/* FORM SPECS */
.FormRadio {
	border-width: 0;
	color: #2f292a;
	font-size: 10px;
	font-family: Verdana;
}
.FormField {
	background-color: #e8e3cd;
	border-width: 0;
	color: #2f292a;
	font-size: 10px;
	font-family: Verdana;
}
.FormField-hmain {
	background-color: #e8e3cd;
	border-width: 0;
	color: #2f292a;
	font-size: 11px;
	font-family: Verdana;
}
.FormTitle  {
	background-color: #e8e3cd;
	border-width: 0;
	color: #2f292a;
	font-size: 10px;
	font-weight: none;
	font-family: Verdana;
}
/* END FORM SPECS */


/* OLD SPECS */
.BoxContHeader {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #b9cb11;
}
.BoxCont-txt {
	font-family: Verdana;
	font-size: 12px;
}
/*so*/
.content-txt {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}
.CPanel-cont-hdrtxt2 {
	font-family: Verdana;
	font-size: 9px;
	font-weight: bold;
	color: #666666;
}
.CPanel-cont-hdrtxt3 {
	font-family: Verdana;
	font-size: 9px;
	font-weight: bold;
	color: #b9cb11;
}
.CPanel-cont-newtxt {
	font-family: Verdana;
	font-size: 8px;
	font-weight: bold;
	color: #FC044A;
}
.CPanel-cont-hdrtxt-white {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
}

a
{
	color: #763318;
	text-decoration: none;
}
a:visited	{
	color: #763318;
	text-decoration: none;
}
a:active		{
	color: #ff7800;
	text-decoration: none;
}
a:hover		{
	color: #ff7800;
	text-decoration: none;
}

.suckerdiv ul{
margin: 0;
padding: 0;
list-style-type: none;
width: 170px; /* Width of Menu Items */
border-bottom: 0px solid #ccc;

}
	
.suckerdiv ul li{
position: relative;

}
	
/*Sub level menu items */
.suckerdiv ul li ul{
position: absolute;
width: 180px; /*sub menu width*/
top: 0;
visibility: hidden;
background: #e2dec4;
}

/* Sub level menu links style */
.suckerdiv ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: black;
text-decoration: none;
background: ;
padding: 3px 5px;
border: 0px solid #ccc;
border-bottom: 0;
font-family: Verdana;
	font-size: 9px;
	color: #857032;
	
}

.suckerdiv ul li a:visited{
color: none;
}

.suckerdiv ul li a:hover{
background-color: black;
}

.suckerdiv .subfolderstyle{
background:  no-repeat center right;
}

	
/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/* End */





