@charset "utf-8";

#gLobalMenu a {
display:block;
padding-top:10px;
padding-bottom:10px;
text-decoration:none;
text-align:center;
background-image: url(img/menu/m-OFF_r1_c1.gif);

}

#navBar {
	list-style-type:none;
	width:190px;
	margin: 0px;
	padding: 0px;
	float: right;
}
	
#navBar a {
	display:block;
	color:#333333;
	text-decoration:none;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 4px;
	padding-left: 3px;
	margin: 0px;
}
	
#navBar .title{
	display:block;
	color:#FFFFFF;
	font-weight:bold;
	text-align: left;
	height: 38px;
	padding: 0px;
	margin: 0px;
	width: 190px;
}

#navBar li .active{
	list-style-type: none;
	height: 25px;
	width: 190px;
	background-image: url(../images/profile/submenu/on.gif);
	background-repeat: no-repeat;
	background-position: center;
	font-size: 12px;
	margin: 0px;
	text-indent: 36px;
	vertical-align: middle;
	padding-top: 5px;
	padding-bottom: 0px;
	color: #3C3C3C;
	display: block;
	padding-right: 0px;
	padding-left: 0px;
}	

#navBar li{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#navBar li a:link{
	display:block;
	color: #3C3C3C;
	text-decoration: none;
	list-style-type: none;
	margin: 0px;
	width: 190px;
	background-image: url(../images/profile/submenu/01.gif);
	background-repeat: no-repeat;
	height: 25px;
	text-indent: 36px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-position: center;
	font-size: 12px;
	vertical-align: middle;
}

#navBar li a:visited{
	display:block;
	color: #3c3c3c;
	text-decoration: none;
	list-style-type: none;
	margin: 0px;
	background-position: center;
	height: 25px;
	width: 190px;
	background-image: url(../images/profile/submenu/01.gif);
	background-repeat: no-repeat;
	text-indent: 36px;
	font-size: 12px;
	vertical-align: middle;
	padding-top: 5px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

#navBar li a:hover{
	display:block;
	color: #009933;
	text-decoration: none;
	list-style-type: none;
	margin: 0px;
	background-position: center;
	height: 25px;
	width: 190px;
	background-image: url(../images/profile/submenu/on.gif);
	background-repeat: no-repeat;
	text-indent: 36px;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 0px;
	vertical-align: middle;
	padding-right: 0px;
	padding-left: 0px;
}

#navBar li a:active{
	display:block;
	color: #339900;
	text-decoration: none;
	list-style-type: none;
	margin: 0px;
	background-position: center;
	height: 25px;
	width: 190px;
	background-image: url(../images/profile/submenu/on.gif);
	background-repeat: no-repeat;
	text-indent: 36px;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 0px;
	vertical-align: middle;
	padding-right: 0px;
	padding-left: 0px;
}
#navBar ul {
	list-style-type:none;
	width:190px;
	margin: 0px;
	padding: 0px;
	height: auto;
}
