body{
	font-family: Tahoma;
	color: #333;
	line-height: 1.3;
	margin: 0px;
	padding: 0px;
	background: #eee url("images/bg_grad.jpg");
	background-repeat: repeat-x;
}
td{margin: 0px;}
p{margin:5px;}

/************* globalNav styles ****************/

#globalNav{
position: relative;
width: 774px;
height: 20px;
color: #ccc;
padding: 0px;
margin: 0px;
background-image: url("images/bg_menubar.png");
}

a.glink, a.glink:visited{
	cursor: hand;
	height: 20px;
	width: 101px;
	background-image: url("images/menu.png");
	background-position: top;
	color: #999;
	font-size: small;
	font-size: 11px;
	text-align: center;
	margin-left: 4px;
	margin-bottom: 0px;
	margin-right: 3px;
	margin-top: 0px;
	padding: 2px;
	text-decoration: none;
}

a.glink:hover, a.glink:active {
	cursor: hand;
	background-image: url("images/menu.png");
	background-position: bottom;
	color: #FFF;
	text-decoration: none;
}

a.slink, a.slink:visited, a.slink:active {
	font-family: Tahoma;
	cursor: hand;
	height: 18px;
	color: #F10042;
	font-size: 10px;
	text-align: left;
	padding: 4px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000;
}

a.slink:hover{
	font-family: Tahoma;
	height: 18px;
	cursor: hand;
	color: #000;
	text-decoration: underline;
}

TD.bottom{
	padding: 0px;
	margin: 0px;
	/*background-image: url("images/bottom.gif");*/
	background-position: bottom;
	background-repeat: no-repeat;
	background-color:#FFF;
}

ul.menu_sec{
	font-family: Tahoma;
	font-size: 11px;
	margin:2px;
	min-height:20px;
	padding:2px 0px 2px 15px;
	width:130px;
	color: #8F8F8F;
}

.menu_sec li{
	list-style:none;
	font-family: Tahoma;
	font-size: 11px;
	margin:2px;
	height:20px;
	padding:2px 0px 2px 15px;
	width:130px;
	color: #8F8F8F;
	cursor:pointer;
	background:transparent url(img/expand_menu_on.gif) no-repeat scroll 0 0;

}


ul.menu_cat {
	margin:2px 0px 2px 0px;
	padding-left:0px;
}

.menu_cat li {
	background:white none repeat scroll 0 0;
	border:0px;
	color:#7F7F7F;
	line-height:20px;
	list-style-image:none;
	list-style-position:outside;
	padding:0px;
	margin-top:8px;
	width:110px;
}

.menu_cat a {
	background:transparent none repeat scroll 0 0;
	border:0px;
	color:#7F7F7F;
	height:20px;
	list-style-image:none;
	list-style-position:outside;
	padding:2px 0 0 5px;
	margin:2px;
	width:100px;
	cursor:pointer;
}

ul.item{
	padding-left:20px;
	background: white;
	margin:2px;
}

.item li {
	background:white none repeat scroll 0 0;
	border:0 none;
	margin-top:2px;
	padding:0;
	width:80px;
}

.item a{
	color:red
}

img { border-style: none;
	  margin-right: 5px;
}