﻿/* Copyright 2010: Thomson Reuters Global Resources. 
   All Rights Reserved. Proprietary and Confidential information of TRGR. 
   Disclosure, Use or Reproduction without the written authorization of TRGR is prohibited. */
   
.menu img {
	border: none;
}

.menu ul{
margin: 0px;
padding: 0px;
width: 205px;
background-color: #006633;
font: bold 12px Verdana;
list-style: none;
}
.menu ul li{
position: relative;
border: 1px solid #006633;
color: White
}
.menu ul li a{
display: block;
width: 198px;
margin: 0px;
padding: 5px;
padding-right: 0px;
color: White;
background-color: #006633;
text-decoration: none;
}

.menu a.current{
background-color: #9c0000;
}

.menu ul li a:hover{
 background-color: #9c0000;
}

.menu ul ul li
{
overflow: hidden;
}
.menu ul ul li a
{
	background-image: url(images/bullet.gif);
	background-position: 15px;
	background-repeat: no-repeat;
	padding-left: 25px;
	font-weight: normal;
	font-size: 10px;
}

.dropmenu{
position:absolute;
border: 1px solid #000000;
z-index:110;
background-color: white;
width: 100px;
visibility: hidden;
left: 204px;
top: 0px;
}