/* (C) 2003 R. Ian Lloyd Productions
   global.css
*/
.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #999999;
	padding-left: 7px;
}.checkmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
	padding-left: 7px;
}
a:link, a:active, a:visited { 
		text-decoration: none;
		color: #0033CC;
}
a:hover {
	text-decoration: underline;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #666666;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.textsub {
	font-style: italic;
	font-weight: bold;
	text-transform: capitalize;
	font-size: 14px;
}
ul {
	list-style-image:  url(../_img/ul.gif);
}
.input {
	border: 1px inset;
	font-size:x-small;
	font-weight: normal;
	margin: 0px 0px 0px 1px;
	padding: 1px;
	backgroung-image: repeat-x;
	background-repeat: repeat-x;
	background-color: #F3F3F3;
	font-family: Arial, Helvetica, sans-serif;
	color: #3333CC;
	height: auto;
}
.btn {
	border: 1px outset;
	cursor: pointer;
	font-size:x-small;
	font-weight: normal;
	margin: 0px 0px 0px 1px;
	padding: 1px;
	backgroung-image: repeat-x;
	background-repeat: repeat-x;
	background-color: #F3F3F3;
	font-family: Arial, Helvetica, sans-serif;
	color: #990000;
}.asterix {
	font-weight: bold;
	color: #FF0000;
}
.newupdate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	text-align: right;
}
.ypMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #3333CC;
	border: 1px solid #252599;
	cursor: hand;
	width: 150px;
	filter: Alpha(Opacity=90, FinishOpacity=90);
}
.ypMenuTD {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: inset;
	border-left-style: none;
	border-bottom-color: #FF0000;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
}
.cornerbkrnd {
	background-image:     url(../_img/menu_corner_bkrnd.gif);
	background-repeat: repeat-y;
	background-position: left;
}
.bold {
	font-weight: bold;
}
.transparency {
	filter: Alpha(Opacity=65, FinishOpacity=90);
}.small {
	font-size: 10px;
}
.hand {
	cursor: hand;
}


#menu	{
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

#menu	ul	{
	border: 0px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#menu	ul	li	{
	padding: 0px;
	margin: 0px;
	}

#menu	ul	li	a	{
	background: #3333CC;
	width: 150px;
	padding: 2px;
	padding-left: 4px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	font-size: 11px;
	border-bottom: 1px solid #990000;   
}

#menu ul li#end a	{
	border-bottom: none;
}

#menu ul li a:hover {
	background: #990000;
}

