/* 
  -----------------------------------
  Glide Panel Magic
  by Project Seven Development
  www.projectseven.com
  Style Theme: 02 - Greystone
  -----------------------------------
*/

@font-face {
 font-family:geo;
 src: url("../fonts/geo.eot") /* EOT file for IE */
}
@font-face {
 font-family:geo;
 src: url("../fonts/geo.ttf") /* TTF file for CSS3 browsers */
}

.p7GP02 {
	background-color: #FFFFFF;
	padding: 3px;
	margin:175px 20px 0 20px;
}
.p7GP02 .p7GPinnerwrapper {
	padding: 0;
	border: 0;
}
.p7GP02 .p7GPtwrapper {
	width: 200px;
	float: right;
	margin: 0;
}
.p7GP02 .p7GPtwrapper ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.p7GP02 .p7GPtwrapper ul a {
	color: #FFF !important;
	text-decoration: none;
	display: block;
	padding: 10px 20px;
	border-bottom: 1px solid #7A7A7A;
	border-top: 1px solid #B6B6B6;
	background-image: url(../images/menu-normal.png);
	background-repeat: repeat-x;
	background-color: #808080;
	font-family:geo;
	text-align:right;
	font-size:12px;
	border-radius:5px;
	margin:5px 0 0 0;
}
.p7GP02 .p7GPtwrapper ul a:hover {
	color: #FFF !important;
	background-color: #808080;
	background-image: url(../images/menu-active.png);
}
.p7GP02 .p7GPtwrapper ul a.down, .p7GP02 .p7GPtwrapper ul a.down:hover {
	background-image:url(../images/menu-active.png);
    background-repeat: repeat-x;
    border-radius: 5px;
    color: #FFFFFF;
    line-height: 16px;
    list-style-type: none;
    margin: 5px 0 0 0px;
    padding: 10px 20px;
    text-decoration: none;
}
.p7GP02 .p7GPcwrapper {
	margin: 0 0 0 0px;
	background-color: #FFFFFF;
}
.p7GP02 .p7GPcontent {
	padding: 0;
	line-height: 25px;
	background-color: #FFFFFF;
	color: #000000;
	font-family:geo;
	font-size:12px;
}
.p7GP02 .p7GPcontent a {
	color: #0033FF;
}
.p7GP02 .p7GPcontent a:visited {
	color: #486CFF;
}
.p7GP02 .p7GPcontent a:hover {
	color: #FF0;
}
.p7GPcurrentmark {
	font-weight:bold !important;
}
.p7GP02 .clearfloats {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
.p7GP02 .sidecontent {
	padding: 12px;
	color: #CCCCCC;
}
.p7GP02_external {
	font-size: 1em;
}
.p7GP02_external ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.p7GP02_external ul li {

}
.p7GP02_external ul a {
	color: #0033FF;
}
.p7GP02_external ul a:hover {
	color: #000000;
}
.p7GP02_external ul a.down {
	background-image: none;
	color: #000000;
	font-weight: bold;
}
