body {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 0.9em;
}

p {
  line-height: 1.5em;
}

#menuContainer 
{
	position: fixed; 
	overflow:auto; 
    top: 0px;
    left: 0px;
    bottom:0px; 
    width: 155px;
    padding-top: 3px; 
    padding-left: 3px;
    background-color: #e1e1e1;
}

ul.menu, ul.menu ul {
  list-style-type:none;
  margin: 0;
  padding: 0;
  width: 99%;
}

ul.menu a {
  display: block;
  text-decoration: none;	
}

ul.menu li {
  margin-top: 1px;
}

ul.menu li a {
  background: #333;
  color: #fff;	
  padding: 0.4em;
  background-image:url('../../images/btn_bg.gif');
  background-repeat:repeat-x;
}

ul.menu li a:hover {
  background: #000;
}

ul.menu li ul li a {
  background: #ccc;
  color: #000;
  padding-left: 15px;
}

ul.menu li ul li a:hover {
  background: #aaa;
  padding-left: 10px;
}

.buttonMenu
{
    background-image:url('../../images/btn_bg.gif');
    background-repeat:repeat-x;
    height:18px;
    width:100%;
    text-align:left;
    padding-top:3px;
    padding-left:5px;
    padding-bottom:0px;
    font-size: 11px;
    font-weight: bold;
    margin-bottom:3px;
    cursor:pointer;
}

.buttonMenu a, a:visited
{
    text-decoration:none;
    font-size: 11px;
    font-weight: bold;
}

.buttonMenu a:hover
{
    color:#fff;
    text-decoration:underline;
}

a:link.Nmnu
{
	font-family: tahoma, Arial,verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #000;
}
a:active.Nmnu
{
	font-family: tahoma, Arial,verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #000;
}
a:visited.Nmnu
{
	font-family: tahoma, Arial,verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #000;
}
a:hover.Nmnu
{
	font-family: tahoma, Arial,verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
	color: #000;
}

#radioMenuIcon, #nationMenuIcon, #girlsMenuIcon
{
	width: 36px;
 	height:11px;
	background: url("../../images/menuLogos.png") no-repeat left top;
	float:left;
}

#girlsMenuIcon
{
	background: url("../../images/menuLogos.png") no-repeat left top;
}
#nationMenuIcon
{
	background-position:-42px;
}
#radioMenuIcon
{
	background-position:-84px ;
}

.panel_left
{
	background: url("http://gaydar.eu.com/images/panel/panel_left.png") no-repeat;
	height:53px; 
	width:6px; 
	float:left;
}
.panel
{
	background: url("http://gaydar.eu.com/images/panel/panel_bg.png");
	background-repeat:repeat-x;
	float:left;
}

#languagePanel .panel
{
	height:53px; 
	width:400px; 
}

#colorPanel .panel
{
	height:53px; 
	width:490px;  
}

.panel_right
{
	background: url("http://gaydar.eu.com/images/panel/panel_right.png") no-repeat;
	height:53px; 
	width:6px; 
	float:left;
}

.colourSelection
{
	height:30px; 
	width:30px; 
	float:left; 
	margin-top:11px; 
	margin-left:10px;
	cursor:pointer;
}

#colorPanel
{
	top:330px; 
	left:140px; 
	position:absolute; 
	z-index:200; 
}

#colour-Hide
{
	top:-10px; 
	left:-10px; 
	position:absolute; 
	z-index:2; 
	height:30px; 
	width:30px; 
	background-image:url('../../images/panelclose.png'); 
	background-repeat:no-repeat; cursor:pointer;
}

.languageSelection
{
	height:35px; 
	width:35px; 
	float:left; 
	margin-top:8px; 
	margin-left:8px;
	cursor:pointer;
	background-repeat:no-repeat;
	border:none;
}
#languagePanel
{
	top:355px; 
	left:140px; 
	position:absolute; 
	z-index:201; 
}

#language-Hide
{
	top:-10px; 
	left:-10px; 
	position:absolute; 
	z-index:2; 
	height:30px; 
	width:30px; 
	background-image:url('../../images/panelclose.png'); 
	background-repeat:no-repeat; 
	cursor:pointer;
}

ul.assMenu, ul.assMenu ul {
  list-style-type:none;
  margin: 0;
  padding: 0;
  width: 250px;
}

ul.assMenu a {
  display: block;
  text-decoration: none;	
}

ul.assMenu li {
  margin-top: 1px;
}

ul.assMenu li a {
  background: #333;
  color: #fff;	
  padding: 0.4em;
  background-image:url('../../images/btn_bg.gif');
  background-repeat:repeat-x;
  text-decoration: none;
}

ul.assMenu li a:hover {
  background: #000;
  text-decoration: none;
}

ul.assMenu li ul li a {
  background: #ccc;
  color: #000;
  padding-left: 15px;
  text-decoration: none;
}

ul.assMenu li ul li a:hover {
  background: #aaa;
  padding-left: 10px;
  text-decoration: none;
}