﻿body
{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: gray;
}

.copyright 
{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	color: #c0c0c0;
	text-align: right;
}

hr {
	border: 0;
	width: 100%;
	color: #CCCCCC;
	background-color: #CCCCCC;
	height: 1px;
}

.bottom_menu 
{
	font-size: 11px; 
	color: #818181; 
	line-height: 12px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	text-decoration: none;
}

.bottom_menu A:link {
	font-size: 11px; 
	color: #818181; 
	line-height:12px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	text-decoration: none;
}

.bottom_menu A:visited 
{
	font-size: 11px; 
	color: #818181; 
	line-height:12px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	text-decoration: none;
}

.bottom_menu A:hover 
{	
	font-size: 11px;	
	color: #000000;	line-height:12px;	
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	text-decoration: underline;
	height: 10px;
}

/*  ------------------------------  */
/*  DROPDOWN MENU                   */
/*  ------------------------------  */
ul.menu {
	list-style-type: none;
	margin: 0;
	padding: 0px 0 0 0px;
	float: right;
}
ul.menu li {
	display: block;
	height: 35px;
	float: left;
	position: relative;
	margin: 0 0px 0 0;
	padding: 0;
	-khtml-opacity: 0.75;      /* khtml, old safari */
	-moz-opacity: 0.75;       /* mozilla, netscape */
	opacity: 0.75;           /* fx, safari, opera */
}
ul.menu li.current {
	background: #000000;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
ul.menu li:hover {
	background: #000000;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

ul.menu li a {
	display: block;
	float: left;
	color: #fff;
	text-decoration: none;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 6px 15px 5px 15px;
	line-height: 20px;
}

ul.menu li a span {
	font-weight: normal;
	padding-left: 3px;
}
ul.menu li.drop a {
	padding-right: 7px;
}
ul.menu li.drop:hover li {
	border: none;
}
ul.menu li.drop span.toggle {
	display: block;
	float: left;
	width: 21px;
	height: 26px;
	background: transparent url("../images/drop.toggle.png") no-repeat 0 -20px;
	padding: 0;
	margin: 3px 7px 0 0;
}
ul.menu li.drop:hover span.toggle, ul.menu li.drop.current span.toggle {
	background-position: 1px 5px;
}
ul.menu li.drop:hover, ul.menu li.current:hover {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
}
ul.menu li.drop:hover ul {
	display: block;
	z-index: 1;
	padding-bottom: 0px;
}
ul.menu li ul {
	display: none;
	position: absolute;
	width: 100%;
	top: 33px;
	left: 0;
	list-style-type: none;
	margin: 0;
	padding: 8px 0 0 0;
	background: #000000;
	filter: alpha(opacity=75); /* internet explorer */
}
ul.menu li ul li {
	float: none;
	height: auto;
	margin: 0;
	padding: 0;
	border: none;
	filter: alpha(opacity=100); /* internet explorer */
}
ul.menu li ul li a {
	float: none;
	background: none;
	margin: 0;
	padding: 0;
	display: block;
	font-size: 11px;
	height: auto;
	margin :0;
	padding: 1px 13px 1px 13px;
	font-weight: normal;
}

/* drop down menu hover styles */
ul.menu li:hover ul {
	border: none;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
}
ul.menu li:hover ul * {
	background: none;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}
ul.menu li ul li:hover {
	background-color: #333333;
}

/*  ------------------------------  */
/*  DROPDOWN MENU END               */
/*  ------------------------------  */