

body 		{font-family: Verdana, San-serif; font-size:12px; color:#5F5F5F;  background: url(../images/bg.jpg) no-repeat;}

td			{font-family: cambria,Verdana, San-serif; font-size:14px; color:#5F5F5F;line-height: 140%;}

p			{font-family: cambria,Verdana, San-serif; font-size:15px; color:#5F5F5F; margin:0;}

a:link 		{text-decoration: underline; 	color: #334a72; }
a:visited 	{text-decoration: underline; 	color: #334a72; }
a:hover 	{text-decoration: none; 	color: #334a72; }
a:active 	{text-decoration: underline; 	color: #334a72; }
b 			{color:#000; font-weight: bold;}
h1,h2,h3 	{font-family: cambria;color:#2b3c61;}
img 		{border:none;}

#footer a 	{color: #fff;}

/****menu****/

.suckerdiv ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 150px; /* Width of Menu Items */
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
}

.suckerdiv ul li
{
	position: relative;
	color: #fff;
}

/*Sub level menu items */
.suckerdiv ul li ul
{
	position: absolute;
	background: #919aa9;
	width: 180px; /*sub menu width*/
	top: 0;
	visibility: hidden;
	border-left: 0px;
}

/* Sub level menu links style */
.suckerdiv ul li a
{
	display: block;
	overflow: auto; /*force hasLayout in IE7 */
	color: #fff;
	text-decoration: none;
	background: url(../images/menu_over.png) repeat;

	font-weight: bold;
	padding: 6px 5px;
	border: 1px solid #000;
	border-bottom: 0px;
	border-left: 0px;

}

.suckerdiv ul li a:visited
{
	color: #fff;

}

.suckerdiv ul li a:hover
{
	/*background-color: #4F4E45;*/
	background: #919AAA;

	color: #000;
}

.suckerdiv .subfolderstyle
{
	color: #fff;
	border-left: 0px;

	background: #556786 url(../images/arrow-list.gif) no-repeat center right;
}
.suckerdiv .subfolderstyle a:hover
{
	color: #fff;
	border-left: 0px;

	background: #556786 url(/../images/arrow-list.gif) no-repeat center right;
}



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

/* for displaying email addresses */
.displaynone { display:none; }




